{"id":37163832,"url":"https://github.com/satvikr/cyandb","last_synced_at":"2026-01-14T19:28:48.327Z","repository":{"id":57555791,"uuid":"312724290","full_name":"SatvikR/cyandb","owner":"SatvikR","description":"A lightweight persistent key-value database written in go. Docs: https://pkg.go.dev/github.com/SatvikR/cyandb","archived":false,"fork":false,"pushed_at":"2021-04-16T03:47:13.000Z","size":85,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-22T14:57:14.102Z","etag":null,"topics":["database","go","key-value"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/SatvikR/cyandb","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SatvikR.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}},"created_at":"2020-11-14T01:46:00.000Z","updated_at":"2021-06-02T05:19:09.000Z","dependencies_parsed_at":"2022-09-14T11:00:56.067Z","dependency_job_id":null,"html_url":"https://github.com/SatvikR/cyandb","commit_stats":null,"previous_names":["satvikr/cyan-db"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/SatvikR/cyandb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SatvikR%2Fcyandb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SatvikR%2Fcyandb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SatvikR%2Fcyandb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SatvikR%2Fcyandb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SatvikR","download_url":"https://codeload.github.com/SatvikR/cyandb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SatvikR%2Fcyandb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28432612,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"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","go","key-value"],"created_at":"2026-01-14T19:28:47.595Z","updated_at":"2026-01-14T19:28:48.315Z","avatar_url":"https://github.com/SatvikR.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CyanDB\n\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/SatvikR/cyandb)](https://pkg.go.dev/github.com/SatvikR/cyandb)\n\n## About\n\nThis is a lightweight key-value database written in go. CyanDB is persistent,\nand is not an in-memory database.\n\n## Project Status\n\nThis project is in early stages of development and should not be used in production\n\n## To run\n\n- Server:\n\n```bash\n# windows\ncyand \n# On linux/mac\nsudo cyand\n```\n\n- Client\n\n```bash\n# windows/linux/mac\ncyansh\n```\n\n## To install:\n\nFor all platforms: Make sure that your `GOBIN` directory, typically `~/go/bin/` is in your `PATH`\n\n- Windows:\n\n```bash\ngo get github.com/SatvikR/cyandb/cmd/cyand\ngo get github.com/SatvikR/cyandb/cmd/cyansh\n```\n\n- Linux/Mac:\n\n```bash\ngo get github.com/SatvikR/cyandb/cmd/cyand\ngo get github.com/SatvikR/cyandb/cmd/cyansh\n\nsudo cp $(which cyand) /usr/bin\n```\n\n## To compile from source:\n\nFrom the root of the repository, run the following:\n\n- Windows:\n  `.\\make.bat install`\n  \n- Linux:\n  `make install`\n\n\n## To compile for development:\n\nFrom the root of the repository, run the following:\n\n- Windows:\n  `.\\make.bat`\n\n- Linux:\n  `make`\n\nBinaries will show up in `./bin` folder\n\n## To clean binaries:\n- Windows:\n  `.\\make.bat clean`\n- Linux:\n  `make clean`\n\n## LICENSE\n\n[Apache 2.0](https://github.com/SatvikR/cyandb/blob/master/LICENSE)\n\n## FAQ\n\n- Where does the name CyanDB come from?\n  - I was originally going to call this project BlueDB, but apparently that already existed.\n    When I asked one of my friends, [Alexandre](https://github.com/Alexandre2006), \"What should I rename BlueDB to?\", he replied \"CyanDB.\"\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatvikr%2Fcyandb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatvikr%2Fcyandb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatvikr%2Fcyandb/lists"}