Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 725 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 725 Bytes

guesthouse

Tests Coverage

Generate temporary ClickHouse credentials.

Quickstart

docker compose up -d
curl -X POST -H 'Content-Type: application/json' -d '{"tables": ["table1"]}' http://localhost:8000
# {
#   "username": "guesthouse_1642969798247293_3d30",
#   "password": "e893960dc3ae5fb58cd95d97771a5b64"
# }

Documentation

The API documentation is available at http://localhost:8000/docs.