{"id":13395404,"url":"https://github.com/bigchaindb/bigchaindb","last_synced_at":"2025-04-29T14:29:15.840Z","repository":{"id":39604008,"uuid":"51290852","full_name":"bigchaindb/bigchaindb","owner":"bigchaindb","description":"Meet BigchainDB. The blockchain database.","archived":false,"fork":false,"pushed_at":"2024-07-04T16:38:13.000Z","size":10207,"stargazers_count":4033,"open_issues_count":168,"forks_count":774,"subscribers_count":212,"default_branch":"master","last_synced_at":"2024-10-29T14:51:33.239Z","etag":null,"topics":["bft","bigchaindb","blockchain","database","decentralized","json","mongodb","python"],"latest_commit_sha":null,"homepage":"https://www.bigchaindb.com/","language":"Python","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/bigchaindb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.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":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-08T10:12:58.000Z","updated_at":"2024-10-24T15:05:05.000Z","dependencies_parsed_at":"2024-01-07T00:08:04.794Z","dependency_job_id":"9ca19a78-0359-48f2-9bc6-0609696b5faf","html_url":"https://github.com/bigchaindb/bigchaindb","commit_stats":{"total_commits":3390,"total_committers":88,"mean_commits":38.52272727272727,"dds":0.8250737463126844,"last_synced_commit":"3c89d306ef12d00a6859382d6953a5205c98f07d"},"previous_names":[],"tags_count":54,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigchaindb%2Fbigchaindb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigchaindb%2Fbigchaindb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigchaindb%2Fbigchaindb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigchaindb%2Fbigchaindb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigchaindb","download_url":"https://codeload.github.com/bigchaindb/bigchaindb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251518327,"owners_count":21602133,"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":["bft","bigchaindb","blockchain","database","decentralized","json","mongodb","python"],"created_at":"2024-07-30T17:01:57.039Z","updated_at":"2025-04-29T14:29:15.816Z","avatar_url":"https://github.com/bigchaindb.png","language":"Python","readme":"\u003c!---\nCopyright © 2020 Interplanetary Database Association e.V.,\nBigchainDB and IPDB software contributors.\nSPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)\nCode is Apache-2.0 and docs are CC-BY-4.0\n---\u003e\n\n\u003c!--- There is no shield to get the latest version\n(including pre-release versions) from PyPI,\nso show the latest GitHub release instead.\n---\u003e\n\n[![Codecov branch](https://img.shields.io/codecov/c/github/bigchaindb/bigchaindb/master.svg)](https://codecov.io/github/bigchaindb/bigchaindb?branch=master)\n[![Latest release](https://img.shields.io/github/release/bigchaindb/bigchaindb/all.svg)](https://github.com/bigchaindb/bigchaindb/releases)\n[![Status on PyPI](https://img.shields.io/pypi/status/bigchaindb.svg)](https://pypi.org/project/BigchainDB/)\n[![Travis branch](https://img.shields.io/travis/bigchaindb/bigchaindb/master.svg)](https://travis-ci.com/bigchaindb/bigchaindb)\n[![Documentation Status](https://readthedocs.org/projects/bigchaindb-server/badge/?version=latest)](https://docs.bigchaindb.com/projects/server/en/latest/)\n[![Join the chat at https://gitter.im/bigchaindb/bigchaindb](https://badges.gitter.im/bigchaindb/bigchaindb.svg)](https://gitter.im/bigchaindb/bigchaindb?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n# BigchainDB Server\n\nBigchainDB is the blockchain database. This repository is for _BigchainDB Server_.\n\n## The Basics\n\n* [Try the Quickstart](https://docs.bigchaindb.com/projects/server/en/latest/quickstart.html)\n* [Read the BigchainDB 2.0 whitepaper](https://www.bigchaindb.com/whitepaper/)\n* [Check out the _Hitchiker's Guide to BigchainDB_](https://www.bigchaindb.com/developers/guide/)\n\n## Run and Test BigchainDB Server from the `master` Branch\n\nRunning and testing the latest version of BigchainDB Server is easy. Make sure you have a recent version of [Docker Compose](https://docs.docker.com/compose/install/) installed. When you are ready, fire up a terminal and run:\n\n```text\ngit clone https://github.com/bigchaindb/bigchaindb.git\ncd bigchaindb\nmake run\n```\n\nBigchainDB should be reachable now on `http://localhost:9984/`.\n\nThere are also other commands you can execute:\n\n* `make start`: Run BigchainDB from source and daemonize it (stop it with `make stop`).\n* `make stop`: Stop BigchainDB.\n* `make logs`: Attach to the logs.\n* `make test`: Run all unit and acceptance tests.\n* `make test-unit-watch`: Run all tests and wait. Every time you change code, tests will be run again.\n* `make cov`: Check code coverage and open the result in the browser.\n* `make doc`: Generate HTML documentation and open it in the browser.\n* `make clean`: Remove all build, test, coverage and Python artifacts.\n* `make reset`: Stop and REMOVE all containers. WARNING: you will LOSE all data stored in BigchainDB.\n\nTo view all commands available, run `make`.\n\n## Links for Everyone\n\n* [BigchainDB.com](https://www.bigchaindb.com/) - the main BigchainDB website, including newsletter signup\n* [Roadmap](https://github.com/bigchaindb/org/blob/master/ROADMAP.md)\n* [Blog](https://medium.com/the-bigchaindb-blog)\n* [Twitter](https://twitter.com/BigchainDB)\n\n## Links for Developers\n\n* [All BigchainDB Documentation](https://docs.bigchaindb.com/en/latest/)\n* [BigchainDB Server Documentation](https://docs.bigchaindb.com/projects/server/en/latest/index.html)\n* [CONTRIBUTING.md](.github/CONTRIBUTING.md) - how to contribute\n* [Community guidelines](CODE_OF_CONDUCT.md)\n* [Open issues](https://github.com/bigchaindb/bigchaindb/issues)\n* [Open pull requests](https://github.com/bigchaindb/bigchaindb/pulls)\n* [Gitter chatroom](https://gitter.im/bigchaindb/bigchaindb)\n\n## Legal\n\n* [Licenses](LICENSES.md) - open source \u0026 open content\n* [Imprint](https://www.bigchaindb.com/imprint/)\n* [Contact Us](https://www.bigchaindb.com/contact/)\n","funding_links":[],"categories":["Python","Ecosystem","数据库管理系统","开源项目","Other","NoSQL Databases"],"sub_categories":["Haskell bundle","网络服务_其他","Node.js packages and template projects","Blockchain"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigchaindb%2Fbigchaindb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigchaindb%2Fbigchaindb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigchaindb%2Fbigchaindb/lists"}