Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/preetam/sdb
Simple time series database server
https://github.com/preetam/sdb
Last synced: 19 days ago
JSON representation
Simple time series database server
- Host: GitHub
- URL: https://github.com/preetam/sdb
- Owner: Preetam
- License: bsd-3-clause
- Created: 2015-02-01T03:57:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-08T17:27:26.000Z (almost 10 years ago)
- Last Synced: 2024-11-10T00:38:41.495Z (3 months ago)
- Language: Go
- Size: 121 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sdb
===
sdb is a simple time series database.Usage
---
1. `go get ./...`
2. `go build`
3. `./sdb -listen=:8080 -data=/tmp/sdb`License
---
BSD