Skip to content

tinj/node-neo4j-swagger-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-neo4j-swagger-api

This is an open source node neo4j api server based on node-neo4j-template and swagger-node-express

The idea is to make it as easy as possible to create an API using Node.js and Neo4j that can be consumed by some other app. Swagger provides interactive documentation so that it is easy to interact with the API. The goal is merge Swagger with Neo4j queries and visualizations so developers can see how Neo4j and the API results relate to each other.

Try it out at neo4j-swagger

Resources

Built focusing on using Cypher and Neo4j 2.0

Neo4j-Swagger Diagram

Prerequisites

  • Neo4j
  • Node.js

Getting Started

TODO

I'm using Trello for my todo list, feel free to comment!

  1. Move neo4j queries and results to swagger client
  2. Add graph visualization to swagger client
  3. improve swagger model format
  4. add second node type (pets?)
  5. add queries relating users and pets
  6. TESTS!!!
  7. ...

More details about goals

So basically, Swagger creates interactive API docs, which is great but I also want to see what's going on with Neo4j at the same time

The idea is to pass raw query/results optionally in API responses which could be visualized on the Swagger client along side the API results

end result being i can see what Neo4j and my API are doing side by side in the web client so I can stop debugging in the console

MIT License

About

This is an open source node neo4j api server based on node-neo4j-template and swagger-node-express

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published