{"id":28255777,"url":"https://github.com/tetiewastaken/babble","last_synced_at":"2026-04-29T10:34:42.738Z","repository":{"id":293790625,"uuid":"982345497","full_name":"TetieWasTaken/babble","owner":"TetieWasTaken","description":"Babble is a document-oriented database tailored for easy local development and production.","archived":false,"fork":false,"pushed_at":"2025-06-06T07:59:49.000Z","size":654,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T09:49:32.633Z","etag":null,"topics":["database","development","document-based"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TetieWasTaken.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-05-12T18:36:34.000Z","updated_at":"2025-06-06T07:54:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb15760d-804e-48f7-a871-e0b42bc20b27","html_url":"https://github.com/TetieWasTaken/babble","commit_stats":null,"previous_names":["tetiewastaken/babble"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/TetieWasTaken/babble","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TetieWasTaken%2Fbabble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TetieWasTaken%2Fbabble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TetieWasTaken%2Fbabble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TetieWasTaken%2Fbabble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TetieWasTaken","download_url":"https://codeload.github.com/TetieWasTaken/babble/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TetieWasTaken%2Fbabble/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32422091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["database","development","document-based"],"created_at":"2025-05-19T22:14:33.556Z","updated_at":"2026-04-29T10:34:42.726Z","avatar_url":"https://github.com/TetieWasTaken.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# babble\n\nBabble is a document-oriented database tailored for easy local development and production.\n\n![Preview](./media/main.gif 'Preview')\n\n###### Babble preview\n\n# Features:\n\n- Password authentication\\*\n- REPL and interactive CLI for ease of use\n- Server-only mode (for interacting with the _core_ directly)\n\n###### \\*Data is **NOT** encrypted locally. Authentication only protects http server.\n\n# How to run\n\nClone the repo or download the source code from [the releases](https://github.com/TetieWasTaken/babble/releases):\n`https://github.com/TetieWasTaken/babble.git`\n\nRun the database:\n`yarn run dev`\nor `yarn run dev -s` for server-only mode\n\nSelect `new` to create a new database, then select the REPL CLI (advanced) or the interactive CLI (simple)\n\n# Project structure\n\n- `linker` - Combines each module together\n- `core` - Primary engine\n- `server` - Web server for the engine\n- `cli` - CLI interface for users\n\n# Server\n\n## Endpoints\n\n##### Data management\n\n- `POST /server/:uid/add/*` - Adds an item\n- `GET /server/:uid/fetch/*` - Fetches an item\n- `PATCH /server/:uid/modify/*` - Modifies an item\n- `DELETE /server/:uid/remove/*` - Removes an item\n- `GET /server/:uid/export` - Exports a database\n- `POST /server/:uid/import` - Imports a database\n\n##### Database management\n\n- `GET /server/uid` - Get every avalailable UID\n- `POST /server/new/:uid` - Creates a new database\n- `DELETE /server/delete/:uid` - Deletes a database\n\n##### Authentication\n\n- `GET /server/pubkey` - Retrieves the public key\n\n###### \\* wildcard is a slash-delimited key path\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetiewastaken%2Fbabble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftetiewastaken%2Fbabble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetiewastaken%2Fbabble/lists"}