warpgrapher 0.8.0

Automate web service creation with GraphQL and Neo4J
Documentation

Warpgrapher

Build Status GitHub Release Crates.io

Framework for creating data model-driven GraphQL API services

As a developer you can focus on defining your application's data model, and Warpgrapher takes care of generating a graph-based API for interacting with that model. In addition to generating CRUD APIs for interacting with the model, Warpgrapher provides a set of advanced features to customize and extend your service.

Supported Databases:

  • CosmosDB
  • Gremlin-based Databases (e.g. Apache Tinkerpop and AWS Neptune)
  • Neo4j

Quickstart

To get started right away, visit the Quickstart section of the Book, or look through our sample integration projects:

Documentation

See the Warpgrapher Book for in-depth usage documentation.

Contributing

See the Contribution Guide.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

License

Licensed under either of

at your option.

Under Active Development

The project is currently in active development. Prior to reaching 1.0.0:

  1. Minor versions represent breaking changes.
  2. Patch versions represent fixes and features.
  3. There are no deprecation warnings between releases.