micro-analytics / micro-analytics-cli

Public analytics as a Node.js microservice. No sysadmin experience required! 📈
MIT License
734 stars 39 forks source link

Move flat-file-db adapter to its own package #23

Closed mxstbr closed 7 years ago

mxstbr commented 7 years ago

It should be its own package, and a dependency of micro-analytics-cli to make sure people install it when they install the CLI.

That way core stays lean and clean, and we have an example of an adapter package to point people to if they get stuck implementing their own.