{"id":16486881,"url":"https://github.com/tendant/demo-xtdb-server","last_synced_at":"2026-05-16T05:03:07.815Z","repository":{"id":66590356,"uuid":"473406874","full_name":"tendant/demo-xtdb-server","owner":"tendant","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-31T04:03:01.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-11T16:17:24.837Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tendant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-24T00:46:24.000Z","updated_at":"2022-03-24T00:46:38.000Z","dependencies_parsed_at":"2023-03-13T21:00:16.541Z","dependency_job_id":null,"html_url":"https://github.com/tendant/demo-xtdb-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tendant%2Fdemo-xtdb-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tendant%2Fdemo-xtdb-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tendant%2Fdemo-xtdb-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tendant%2Fdemo-xtdb-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tendant","download_url":"https://codeload.github.com/tendant/demo-xtdb-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241288963,"owners_count":19938981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T13:31:02.200Z","updated_at":"2026-05-16T05:03:02.736Z","avatar_url":"https://github.com/tendant.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"DON'T  use namespace xtdb.node. Conflict on namespace will introduce strange bug/issue\n\n## Start local podman instance\n     podman run --name pgsql -p 15432:5432 -e POSTGRES_PASSWORD=pwd -d docker.io/postgres:14-alpine\n\n## Connect to local database\n    psql -U postgres -p 15432 -h localhost\n\n## Create test database\n\n     CREATE USER xtdb WITH PASSWORD 'pwd';\n     CREATE DATABASE xtdb_db ENCODING 'UTF8' OWNER xtdb;\n     GRANT ALL PRIVILEGES ON DATABASE xtdb_db TO xtdb;\n\n\n## Testing commands\n\n    curl -X POST \\\n    -H \"Content-Type: application/json\" \\\n    -H \"Accept: application/json\" \\\n    -d '{\"tx-ops\": [\n           [\"put\", {\n                \"xt/id\": \"demo-id\",\n                \"name\": \"Joe\",\n                \"last-name\": \"Unknown\"\n            }]\n         ]}' \\\n     http://localhost:3000/_xtdb/submit-tx\n     \n     curl -X GET \\\n     -H \"Accept: application/json\" \\\n     http://localhost:3000/_xtdb/entity\\?eid\\=demo-id","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftendant%2Fdemo-xtdb-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftendant%2Fdemo-xtdb-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftendant%2Fdemo-xtdb-server/lists"}