Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 772 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 772 Bytes

Diving into GraphQL and Neo4j with Python

Simple Flask proof of concept financial API to test-drive GraphQL and Neo4j with Python.

Graph Model

You can read more about this in our blog post.

Usage

The simplest way is:

docker-compose up

The Neo4j web ui will be available at localhost:7474 and the API under localhost:8080.

License

This code is provided to the open source community under the 3-clause BSD license.

Authors