{"id":13504368,"url":"https://github.com/DiceDB/dice","last_synced_at":"2025-03-29T21:30:32.860Z","repository":{"id":61399656,"uuid":"531220682","full_name":"DiceDB/dice","owner":"DiceDB","description":"DiceDB is an open-source, fast, reactive, in-memory database optimized for modern hardware.","archived":false,"fork":false,"pushed_at":"2025-03-25T11:55:29.000Z","size":19366,"stargazers_count":9614,"open_issues_count":151,"forks_count":1290,"subscribers_count":102,"default_branch":"master","last_synced_at":"2025-03-25T19:05:14.856Z","etag":null,"topics":["database","golang","hacktoberfest","storage-engine"],"latest_commit_sha":null,"homepage":"https://dicedb.io/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DiceDB.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING/README.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-08-31T19:01:22.000Z","updated_at":"2025-03-25T19:01:34.000Z","dependencies_parsed_at":"2024-01-13T19:20:17.892Z","dependency_job_id":"da28685e-f1b0-457f-b72b-ec92a7b2d016","html_url":"https://github.com/DiceDB/dice","commit_stats":{"total_commits":87,"total_committers":14,"mean_commits":6.214285714285714,"dds":0.5287356321839081,"last_synced_commit":"6f6ea0362aaa9e3164b6ca80a9204e87f1e95baa"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiceDB%2Fdice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiceDB%2Fdice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiceDB%2Fdice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiceDB%2Fdice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DiceDB","download_url":"https://codeload.github.com/DiceDB/dice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246249111,"owners_count":20747164,"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":["database","golang","hacktoberfest","storage-engine"],"created_at":"2024-08-01T00:00:35.541Z","updated_at":"2025-03-29T21:30:32.853Z","avatar_url":"https://github.com/DiceDB.png","language":"Go","readme":"DiceDB\n===\n\n\u003ca href=\"https://dicedb.io\"\u003e![slatedb.io](https://img.shields.io/badge/site-dicedb.io-00A1FF?style=flat-square)\u003c/a\u003e\n\u003ca href=\"https://dicedb.io/get-started/installation/\"\u003e![Docs](https://img.shields.io/badge/docs-00A1FF?style=flat-square)\u003c/a\u003e\n\u003ca target=\"_blank\" href=\"https://discord.gg/6r8uXWtXh7\"\u003e\u003cimg src=\"https://dcbadge.limes.pink/api/server/6r8uXWtXh7?style=flat\" alt=\"discord community\" /\u003e\u003c/a\u003e\n[![License](https://img.shields.io/badge/license-BSD--3--Clause-blue.svg)](LICENSE)\n![GitHub Sponsor](https://img.shields.io/github/sponsors/arpitbbhayani?label=Sponsor\u0026logo=GitHub)\n\n### What is DiceDB?\n\nDiceDB is an open-source, fast, reactive, in-memory database optimized for modern hardware. Commonly used as a cache, it offers a familiar interface while enabling real-time data updates through query subscriptions. It delivers higher throughput and lower median latencies, making it ideal for modern workloads.\n\n## Get started\n\n### Setting up DiceDB with Docker\n\nThe easiest way to get started with DiceDB is using [Docker](https://www.docker.com/) by running the following command.\n\n```bash\n$ docker run -p 7379:7379 dicedb/dicedb:latest\n```\n\nThe above command will start the DiceDB server running locally on the port `7379` and you can connect\nto it using [DiceDB CLI](https://github.com/DiceDB/dicedb-cli) and SDKs.\n\n\u003e [!NOTE]\n\u003e If you are looking to setup DiceDB for development or want to setup from source, refer\n\u003e our [CONTRIBUTING/README.md](https://github.com/DiceDB/dice/blob/master/CONTRIBUTING/README.md) guide.\n\n## Setting up CLI\n\n### Using cURL\n\nThe best way to connect to DiceDB is using [DiceDB CLI](https://github.com/DiceDB/dicedb-cli) and you can install it by running the following command\n\n```bash\n$ sudo su\n$ curl -sL https://raw.githubusercontent.com/DiceDB/dicedb-cli/refs/heads/master/install.sh | sh\n```\n\nIf you are working on unsupported OS (as per above script), you can always follow the installation instructions mentioned in the [dicedb/cli](https://github.com/DiceDB/dicedb-cli) repository.\n\n\u003e [!NOTE]\n\u003e If you are looking to setup DiceDB for development or want to setup from source, refer\n\u003e our [CONTRIBUTING/README.md](https://github.com/DiceDB/dice/blob/master/CONTRIBUTING/README.md) guide.\n\n## Want to contribute?\n\nThe Code Contribution Guidelines are published at [CONTRIBUTING/README.md](CONTRIBUTING/README.md); please read them before you start making any changes. This would allow us to have a consistent standard of coding practices and developer experience.\n\nContributors can join the [Discord Server](https://discord.gg/6r8uXWtXh7) for quick collaboration.\n\n## Sponsors\n\nWe are incredibly grateful to our sponsors for their generous support, which makes the development of DiceDB possible.\n\n\u003ca href=\"https://www.coderabbit.ai/?utm_source=github\u0026utm_medium=social\u0026utm_campaign=sponsor\u0026utm_term=dicedb\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://www.coderabbit.ai/images/logo-white.svg\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://www.coderabbit.ai/images/logo-orange.svg\"\u003e\n    \u003cimg alt=\"CodeRabbit\" src=\"https://www.coderabbit.ai/images/logo-orange.svg\"\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n\n## Support and Sponsor Us\n\nDiceDB is a project with a very strong vision and [roadmap](https://dicedb.io/roadmap/). If you like what\nwe do and find DiceDB useful, please consider supporting and [sponsoring us on GitHub](https://github.com/sponsors/arpitbbhayani).\n\n![GitHub Sponsor](https://img.shields.io/github/sponsors/arpitbbhayani?label=Sponsor\u0026logo=GitHub)\n\n## Contributors\n\n\u003ca href = \"https://github.com/dicedb/dice/graphs/contributors\"\u003e\n  \u003cimg src = \"https://contrib.rocks/image?repo=dicedb/dice\"/\u003e\n\u003c/a\u003e\n\n## License\n\nThis project is licensed under the BSD 3-Clause License. See the [LICENSE](LICENSE) file for details.\n","funding_links":["https://github.com/sponsors/arpitbbhayani"],"categories":["Databases","Database","数据库","Go","hacktoberfest","Data Integration Frameworks","\u003ca name=\"Go\"\u003e\u003c/a\u003eGo"],"sub_categories":["Key-Value Databases","Databases Implemented in Go","Go中实现的数据库"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDiceDB%2Fdice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDiceDB%2Fdice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDiceDB%2Fdice/lists"}