graphsense / graphsense-REST

A REST service for accessing cryptocurrency data stored in Apache Cassandra.
MIT License
10 stars 8 forks source link

Prepare DB connector for additional backends besides Cassandra #39

Closed behas closed 3 years ago

myrho commented 3 years ago

There now is the package gsrest.db which may contain DB specific implementations for fetching data. DB Driver can be set in instance/config.yaml:

database:
   driver: cassandra
   # database specific config fields