micro-analytics-adapter-flat-file-db
Version:
Store your micro-analytics data in flat-file-db!
24 lines (14 loc) • 640 B
Markdown
# `micro-analytics-adapter-flat-file-db`
Use [`flat-file-db`](https://github.com/mafintosh/flat-file-db) to store your [`micro-analytics`](https://github.com/mxstbr/micro-analytics) data!
## Usage
**This is the default adapter for `micro-analytics`**, to use it simply start it without any arguments:
```
micro-analytics
```
## Options
Options are set via environment variables. These are the possible options for this adapter:
```sh
DB_NAME # set the location the database should be created in
```
## License
Copyright ©️ 2017 Maximilian Stoiber, licensed under the MIT license. See [LICENSE](LICENSE) for more information.