mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Add logo and small style changes to README
This commit is contained in:
parent
5826422bca
commit
89f3fd34b0
17
README.md
17
README.md
@ -1,15 +1,12 @@
|
||||
# OrbitDB
|
||||
|
||||
[](https://gitter.im/orbitdb/Lobby)
|
||||
[](http://webchat.freenode.net/?channels=%23orbitdb)
|
||||
[](https://circleci.com/gh/orbitdb/orbit-db)
|
||||
[](https://www.npmjs.com/package/orbit-db)
|
||||
[](https://www.npmjs.com/package/orbit-db)
|
||||
[](https://waffle.io/orbitdb/orbit-db)
|
||||
<img src="images/orbit_db_logo_color.png" width="400" />
|
||||
|
||||
[](https://gitter.im/orbitdb/Lobby) [](http://webchat.freenode.net/?channels=%23orbitdb) [](https://circleci.com/gh/orbitdb/orbit-db) [](https://www.npmjs.com/package/orbit-db) [](https://www.npmjs.com/package/orbit-db) [](https://waffle.io/orbitdb/orbit-db)
|
||||
|
||||
> A peer-to-peer database for the decentralized web
|
||||
|
||||
OrbitDB is a serverless, distributed, peer-to-peer database. OrbitDB uses [IPFS](https://ipfs.io) as its data storage and [IPFS Pubsub](https://github.com/ipfs/go-ipfs/blob/master/core/commands/pubsub.go#L23) to automatically sync databases with peers. It's an eventually consistent database that uses [CRDTs](https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type) for conflict-free database merges making OrbitDB an excellent choice for decentralized apps (dApps), blockchain applications and offline-first web applications.
|
||||
OrbitDB is a **serverless, distributed, peer-to-peer database**. OrbitDB uses [IPFS](https://ipfs.io) as its data storage and [IPFS Pubsub](https://github.com/ipfs/go-ipfs/blob/master/core/commands/pubsub.go#L23) to automatically sync databases with peers. It's an eventually consistent database that uses [CRDTs](https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type) for conflict-free database merges making OrbitDB an excellent choice for decentralized apps (dApps), blockchain applications and offline-first web applications.
|
||||
|
||||
**Test it live at [Live demo 1](https://ipfs.io/ipfs/QmeESXh9wPib8Xz7hdRzHuYLDuEUgkYTSuujZ2phQfvznQ/), [Live demo 2](https://ipfs.io/ipfs/QmasHFRj6unJ3nSmtPn97tWDaQWEZw3W9Eh3gUgZktuZDZ/), or [P2P TodoMVC app](https://ipfs.io/ipfs/QmTJGHccriUtq3qf3bvAQUcDUHnBbHNJG2x2FYwYUecN43/)**!
|
||||
|
||||
@ -35,7 +32,7 @@ This is the Javascript implementation and it works both in **Browsers** and **No
|
||||
To use with older versions of Node.js, we provide an ES5-compatible build through the npm package, located in `dist/es5/` when installed through npm.
|
||||
|
||||
#### Community Calls
|
||||
We also have **regular community calls**, which we announce in the issues in [the @orbitdb welcome repository](https://github.com/orbitdb/welcome/issues). Join us!
|
||||
We also have regular community calls, which we announce in the issues in [the @orbitdb welcome repository](https://github.com/orbitdb/welcome/issues). Join us!
|
||||
|
||||
## Table of Contents
|
||||
|
||||
@ -188,7 +185,7 @@ npm run examples:browser-linux
|
||||
```
|
||||
|
||||
<p align="left">
|
||||
<img src="https://raw.githubusercontent.com/orbitdb/orbit-db/master/screenshots/example1.png" width="33%">
|
||||
<img src="https://raw.githubusercontent.com/orbitdb/orbit-db/master/images/example1.png" width="33%">
|
||||
</p>
|
||||
|
||||
Check the code in [examples/browser/browser.html](https://github.com/orbitdb/orbit-db/blob/master/examples/browser/browser.html) and try the [live example](https://ipfs.io/ipfs/QmRosp97r8GGUEdj5Wvivrn5nBkuyajhRXFUcWCp5Zubbo/).
|
||||
@ -199,7 +196,7 @@ Check the code in [examples/browser/browser.html](https://github.com/orbitdb/orb
|
||||
npm run examples:node
|
||||
```
|
||||
|
||||
<img src="https://raw.githubusercontent.com/orbitdb/orbit-db/master/screenshots/orbit-db-demo3.gif" width="66%">
|
||||
<img src="https://raw.githubusercontent.com/orbitdb/orbit-db/master/images/orbit-db-demo3.gif" width="66%">
|
||||
|
||||
**Eventlog**
|
||||
|
||||
|
BIN
images/orbit_db_logo_color.png
Normal file
BIN
images/orbit_db_logo_color.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 135 KiB |
Loading…
x
Reference in New Issue
Block a user