Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
Julian Ospald 7d52862780
Use stm-containers Map in memory for concurrent read/writes
1 rok temu
app Use stm-containers Map in memory for concurrent read/writes 1 rok temu
lib Use stm-containers Map in memory for concurrent read/writes 1 rok temu
.gitignore Initial commit 1 rok temu
CHANGELOG.md Initial commit 1 rok temu
README.md Initial commit 1 rok temu
cabal.project Initial commit 1 rok temu
cabal.project.freeze Initial commit 1 rok temu
hie.yaml Initial commit 1 rok temu
soostone.cabal Use stm-containers Map in memory for concurrent read/writes 1 rok temu

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'