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
API, IO, Core and Graphmalizer now all have some code to communicate with Redis, Elasticsearch and Neo4j, and they all initialize their own connections to those DBs using histograph-config.
Move all DB code to separate modules:
histograph-db-elasticsearch
histograph-db-neo4j
histograph-db-redis
Each DB module has its own API (e.g. to search), but some have shared functionality (e.g. to do bulk writes)
Each module uses histograph-config to get username, port, password, etc.
The text was updated successfully, but these errors were encountered:
API, IO, Core and Graphmalizer now all have some code to communicate with Redis, Elasticsearch and Neo4j, and they all initialize their own connections to those DBs using histograph-config.
histograph-db-elasticsearch
histograph-db-neo4j
histograph-db-redis
The text was updated successfully, but these errors were encountered: