Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtyler/sting
Ada-based key-value server that can store every breath you take
https://github.com/rtyler/sting
Last synced: 27 days ago
JSON representation
Ada-based key-value server that can store every breath you take
- Host: GitHub
- URL: https://github.com/rtyler/sting
- Owner: rtyler
- Created: 2012-11-02T16:30:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-04T07:29:48.000Z (almost 12 years ago)
- Last Synced: 2024-11-26T21:03:22.640Z (29 days ago)
- Language: Ada
- Size: 168 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sting
Sting is a simple key-value store written in
[Ada](https://en.wikipedia.org/wiki/Ada_(programming_language)).It's inspired, and contains concepts cribbed from
[Roxanne](https://github.com/rothrock/Roxanne), though may diverge in
functionality in the future.## Getting started
In order to build/test Sting, you'll need an Ada compiler and runtime. I'm
currently using the [GNAT GPL 2012](http://libre.adacore.com/download/)
toolkit.Once that's all downloaded/installed/whatever, you can start by running the
tests:```
% make test
```Assuming that all worked out swimmingly, you can then build a release binary
with:```
% make release
```