您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
Julian Ospald 7d52862780
Use stm-containers Map in memory for concurrent read/writes
2 年前
app Use stm-containers Map in memory for concurrent read/writes 2 年前
lib Use stm-containers Map in memory for concurrent read/writes 2 年前
.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 2 年前

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'