{"id":15672517,"url":"https://github.com/macournoyer/nanodb","last_synced_at":"2025-03-30T05:25:39.505Z","repository":{"id":739359,"uuid":"389927","full_name":"macournoyer/nanodb","owner":"macournoyer","description":"an ultra tiny db","archived":false,"fork":false,"pushed_at":"2009-11-30T07:19:08.000Z","size":1511,"stargazers_count":17,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T01:52:03.479Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/macournoyer.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}},"created_at":"2009-11-30T07:18:38.000Z","updated_at":"2024-04-12T02:18:26.000Z","dependencies_parsed_at":"2022-07-05T13:13:59.381Z","dependency_job_id":null,"html_url":"https://github.com/macournoyer/nanodb","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/macournoyer%2Fnanodb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macournoyer%2Fnanodb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macournoyer%2Fnanodb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macournoyer%2Fnanodb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macournoyer","download_url":"https://codeload.github.com/macournoyer/nanodb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246281059,"owners_count":20752202,"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-03T15:27:46.654Z","updated_at":"2025-03-30T05:25:39.477Z","avatar_url":"https://github.com/macournoyer.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# nanodb - an ultra tiny db\n\nnanodb is a small database engine based on:\n\n* tokyo cabinet B+ tree, for storage;\n* libev, for networking and\n* ragel, for parsing.\n\nIt's mostly will be a key-value store for now, but I hope to make it look\nmore like a real db someday.\n\n## Try it (not yet working...)\n\n    nanodb yourdb.ndb 5000\n    \n    $ nc localhost 5000 \u003c\u003c EOF\n    PUT mykey\n    this is the value stored in the key.\n    EOF\n    \n    $ echo 'GET mykey' | nc localhost 5000\n    this is the value stored in the key.\n\n## Building\n\nFor now, you'll need to build tokyo cabinet in vendor and install ragel.\nI'll automate this someday, but for now... good luck!\n\n(c) macournoyer","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacournoyer%2Fnanodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacournoyer%2Fnanodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacournoyer%2Fnanodb/lists"}