Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warpgrapher + Rocket

Build Status

This project demonstrates how to run a warpgrapher service on a rocket server.

External Requirements

  • Running neo4j database:
export WG_CYPHER_HOST=127.0.0.1
export WG_CYPHER_READ_REPLICAS=127.0.0.1
export WG_CYPHER_PORT=7687
export WG_CYPHER_USER=neo4j
export WG_CYPHER_PASS=*MY-DB-PASSWORD*
docker run --rm -p 7687:7687 -e NEO4J_AUTH="${WG_CYPHER_USER}/${WG_CYPHER_PASS}" neo4j:4.4

Dependencies

Rust nightly:

rustup install nightly
rustup override set nightly

Run

Run app in rocket server:

cargo run

About

Example project of warpgrapher running on Rocket.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages