v0.3.0
What's Changed
CHANGELOG
0.3.0
This version adds support for Gremlin-compatible graph databases, such as AWS Neptune, TinkerPop, Janus, etc, through the
GremlinBackend
, and loosens the requirements for the base installation ofgrand-graph
. You can now installgrand-graph[sql]
orgrand-graph[dynamodb]
to get additional functionality (with additional dependencies).
- Improvements
- Backends
- Add
GremlinBackend
to the list of supported backends
- Add
- Backends
- Housekeeping
- Removes sqlalchemy and boto3 from the list of requirements for the base install. You can now install these with
pip3 install grand-graph[sql]
or[dyanmodb]
.
- Removes sqlalchemy and boto3 from the list of requirements for the base install. You can now install these with
Full Changelog: v0.2.0...v0.3.0