https://github.com/reddec/file-stack-db
https://github.com/reddec/file-stack-db
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reddec/file-stack-db
- Owner: reddec
- License: gpl-3.0
- Created: 2016-05-01T21:27:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-04T18:57:56.000Z (about 10 years ago)
- Last Synced: 2025-03-09T00:06:38.995Z (over 1 year ago)
- Language: Go
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# file-stack-db
Key with historical values database based on [file-stack](http://github.com/reddec/file-stack)
It provides:
* Dynamic allocation or reusing of file stacks
* Auto closing unused stacks that reduce file handlers usage (especially for low-cost platforms)
# Tools
Stack DB with RPC/RPC-HTTP/HTTP API:
go get -u github.com/reddec/file-stack-db/cmd/...
Use package manager for Debian/Centos by [packager.io](https://packager.io/gh/reddec/file-stack-db)
# Dev documentation
See [godoc](http://godoc.org/github.com/reddec/file-stack-db)
# HTTP API
See [swagger UI](http://editor.swagger.io/#/?import=https://raw.githubusercontent.com/reddec/file-stack-db/master/swagger.yaml)
or [swagger.yaml](swagger.yaml)