graphsense / graphsense-REST

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

Check configured keyspaces + DB connection at startup #25

Closed behas closed 3 years ago

behas commented 4 years ago

Currently, the REST interface also starts with wrongly configured keyspaces. This should be checked at startup time and yield sys.exit with a corresponding error message.

myrho commented 3 years ago

done