Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
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'