Generate temporary ClickHouse credentials.
docker compose up -d
curl -X POST -H 'Content-Type: application/json' -d '{"tables": ["table1"]}' http://localhost:8000
# {
# "username": "guesthouse_1642969798247293_3d30",
# "password": "e893960dc3ae5fb58cd95d97771a5b64"
# }
The API documentation is available at http://localhost:8000/docs.