You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Julian Ospald 7d52862780
Use stm-containers Map in memory for concurrent read/writes
пре 1 година
app Use stm-containers Map in memory for concurrent read/writes пре 1 година
lib Use stm-containers Map in memory for concurrent read/writes пре 1 година
.gitignore Initial commit пре 2 година
CHANGELOG.md Initial commit пре 2 година
README.md Initial commit пре 2 година
cabal.project Initial commit пре 2 година
cabal.project.freeze Initial commit пре 2 година
hie.yaml Initial commit пре 2 година
soostone.cabal Use stm-containers Map in memory for concurrent read/writes пре 1 година

README.md

Soostone

Start

First create tables:

soostone create-tables

Then start backend:

soostone run

Request examples

Insert

curl -v -H 'Content-Type: application/json' -X POST --data '"abc"' http://localhost:9000/api/v1/input

Query

curl -v -X GET 'http://localhost:9000/api/v1/query?key=abc'