Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Julian Ospald 7d52862780
Use stm-containers Map in memory for concurrent read/writes
il y a 1 an
app Use stm-containers Map in memory for concurrent read/writes il y a 1 an
lib Use stm-containers Map in memory for concurrent read/writes il y a 1 an
.gitignore Initial commit il y a 1 an
CHANGELOG.md Initial commit il y a 1 an
README.md Initial commit il y a 1 an
cabal.project Initial commit il y a 1 an
cabal.project.freeze Initial commit il y a 1 an
hie.yaml Initial commit il y a 1 an
soostone.cabal Use stm-containers Map in memory for concurrent read/writes il y a 1 an

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'