All Projects → bigchaindb → Bigchaindb

bigchaindb / Bigchaindb

Licence: apache-2.0
Meet BigchainDB. The blockchain database.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
lua
6591 projects
Dockerfile
14818 projects
Makefile
30231 projects
Jinja
831 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bigchaindb

Subnode.org
SubNode: Social Media App
Stars: ✭ 25 (-99.34%)
Mutual labels:  blockchain, mongodb, decentralized
Avocado
Strongly-typed MongoDB driver for Rust
Stars: ✭ 70 (-98.14%)
Mutual labels:  json, database, mongodb
Covenantsql
A decentralized, trusted, high performance, SQL database with blockchain features
Stars: ✭ 1,148 (-69.53%)
Mutual labels:  blockchain, database, decentralized
Autoserver
Create a full-featured REST/GraphQL API from a configuration file
Stars: ✭ 188 (-95.01%)
Mutual labels:  json, database, mongodb
Gun
An open source cybersecurity protocol for syncing decentralized graph data.
Stars: ✭ 15,172 (+302.65%)
Mutual labels:  blockchain, database, decentralized
Nodejs Restful Api
How to create a RESTful CRUD API using Nodejs?
Stars: ✭ 285 (-92.44%)
Mutual labels:  database, mongodb
Node Orm2
Object Relational Mapping
Stars: ✭ 3,063 (-18.71%)
Mutual labels:  database, mongodb
Securing Restful Apis With Jwt
How to secure a Nodejs RESTful CRUD API using JSON web tokens?
Stars: ✭ 301 (-92.01%)
Mutual labels:  database, mongodb
Node Json Db
A simple "database" that use JSON file for Node.JS.
Stars: ✭ 314 (-91.67%)
Mutual labels:  json, database
Lazer Database
PHP flat file database to store data with JSON
Stars: ✭ 254 (-93.26%)
Mutual labels:  json, database
Deepkit Framework
A new full-featured and high-performance web framework for sophisticated Typescript projects like complex admin interfaces, websites, games, desktop and mobile apps.
Stars: ✭ 307 (-91.85%)
Mutual labels:  json, mongodb
Gokv
Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)
Stars: ✭ 314 (-91.67%)
Mutual labels:  database, mongodb
Drmongo
MongoDB admin app built on MeteorJs.
Stars: ✭ 283 (-92.49%)
Mutual labels:  database, mongodb
Clean Go
Clean Architecture Example in Go
Stars: ✭ 274 (-92.73%)
Mutual labels:  database, mongodb
Anime Offline Database
Updated every week: A JSON based offline anime database containing the most important meta data as well as cross references to various anime sites such as MAL, ANIDB, ANILIST, KITSU and more...
Stars: ✭ 292 (-92.25%)
Mutual labels:  json, database
Axe
decentralized cryptocurrency
Stars: ✭ 273 (-92.75%)
Mutual labels:  blockchain, decentralized
Embark
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
Stars: ✭ 3,478 (-7.7%)
Mutual labels:  blockchain, decentralized
Lungo
A MongoDB compatible embeddable database and toolkit for Go.
Stars: ✭ 343 (-90.9%)
Mutual labels:  database, mongodb
Ethlist
The Comprehensive Ethereum Reading List
Stars: ✭ 3,576 (-5.1%)
Mutual labels:  blockchain, decentralized
Production
Production app for D.Tube
Stars: ✭ 354 (-90.61%)
Mutual labels:  blockchain, decentralized

Codecov branch Latest release Status on PyPI Travis branch Documentation Status Join the chat at https://gitter.im/bigchaindb/bigchaindb

BigchainDB Server

BigchainDB is the blockchain database. This repository is for BigchainDB Server.

The Basics

Run and Test BigchainDB Server from the master Branch

Running and testing the latest version of BigchainDB Server is easy. Make sure you have a recent version of Docker Compose installed. When you are ready, fire up a terminal and run:

git clone https://github.com/bigchaindb/bigchaindb.git
cd bigchaindb
make run

BigchainDB should be reachable now on http://localhost:9984/.

There are also other commands you can execute:

  • make start: Run BigchainDB from source and daemonize it (stop it with make stop).
  • make stop: Stop BigchainDB.
  • make logs: Attach to the logs.
  • make test: Run all unit and acceptance tests.
  • make test-unit-watch: Run all tests and wait. Every time you change code, tests will be run again.
  • make cov: Check code coverage and open the result in the browser.
  • make doc: Generate HTML documentation and open it in the browser.
  • make clean: Remove all build, test, coverage and Python artifacts.
  • make reset: Stop and REMOVE all containers. WARNING: you will LOSE all data stored in BigchainDB.

To view all commands available, run make.

Links for Everyone

Links for Developers

Legal

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].