You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Choice of graph store may depend on anticipated usage profile (mostly reads? read/write? small graphs? large graphs?). Develop guidelines for which graph store to choose under which circumstances.
E.g: Danube Clouds CSP:
RedisJSONGraphFactory for CSP “registry” graph
MongoDBJSONGraphFactory for “user” graphs
Some graphs may not need persistence. Some graphs may be read-only.
Choice of graph store may depend on anticipated usage profile (mostly reads? read/write? small graphs? large graphs?). Develop guidelines for which graph store to choose under which circumstances.
E.g: Danube Clouds CSP:
Some graphs may not need persistence. Some graphs may be read-only.
This is related to issues #18 and #19.
The text was updated successfully, but these errors were encountered: