Skip to content

EpiK-Protocol/epik-cayley

 
 

Repository files navigation

Contributing

If your version of Go < 1.13, you need to run:

export GO111MODULE=on
# clone project
git clone https://github.com/EpiK-Protocol/epik-gateway-backend.git
cd gateway

# Download dependencies
go mod download

# Install packr 2
go get -u github.com/gobuffalo/packr/v2/packr2

Run Web Demo

# Download web files
go run cmd/download_ui_demo/download_ui_demo.go

# Generate static files go modules
packr2

# Build the binary
go build ./cmd/gateway

# Try the binary
./gateway help

# init
./gateway init --config configurations/persisted.json

# First run with data loading
./gateway http --config configurations/persisted.json -i data/demo/marvel_demo.nq

# Run
./gateway http --config configurations/persisted.json

About

An open-source graph database

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.6%
  • Other 0.4%