Netflix / osstracker

Github organization OSS metrics collector and metrics dashboard
Apache License 2.0
369 stars 55 forks source link

create a pluggable layer for database #4

Open aspyker opened 8 years ago

aspyker commented 8 years ago

Right now, both the scraper and console connect directly to Cassandra. Given the logic for that data tier is nothing more than CRUD, we should implement a data access layer that allows things like RDS, MySQL, etc to be used instead.