wasccgraph-common

Crates.iowasccgraph-common
lib.rswasccgraph-common
version0.0.2
sourcesrc
created_at2020-05-15 12:29:00.862254
updated_at2020-05-18 17:36:05.022838
descriptionCommon graph database support for waSCC actors and capability providers
homepagehttps://wascc.dev
repositoryhttps://github.com/wascc/redisgraph
max_upload_size
id241837
size33,398
Kevin Hoffman (autodidaddict)

documentation

https://docs.rs/wascc-host

README

waSCC Graph DB Common

This crate contains types and utility functions that are shared between a Graph DB capability provider and an actor consuming said provider. Ideally, any graph db capability provider (e.g. Neo4j, RedisGraph, etc) should share the same set of common types and only differ in the implementation of the capability provider.

If, at some point, this set of common types becomes insufficient, then we should refactor these types rather than creating a new crate to support one-off graph database providers.

Commit count: 0

cargo fmt