https://github.com/printercu/tarantool_kv
https://github.com/printercu/tarantool_kv
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/printercu/tarantool_kv
- Owner: printercu
- Created: 2019-03-27T20:16:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T06:04:47.000Z (about 7 years ago)
- Last Synced: 2025-01-20T06:43:37.948Z (over 1 year ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Key-Value store
## Prepare
- Install https://github.com/tarantool/http
## Run
./server.lua
## Authorization
With header
Authorization: Bearer %token%
There is predefined `testtoken` token. Tokens are managed with `tarantoolctl` at `box.space.auth`.