|
10 | 10 | 
|
11 | 11 |
|
12 | 12 | BadgerDB is an embeddable, persistent and fast key-value (KV) database written in pure Go. It is the
|
13 |
| -underlying database for [Dgraph](https://dgraph.io), a fast, distributed graph database. It's meant |
| 13 | +underlying database for [Dgraph](https://github.com/hypermodeinc/dgraph), a fast, distributed graph database. It's meant |
14 | 14 | to be a performant alternative to non-Go-based key-value stores like RocksDB.
|
15 | 15 |
|
16 | 16 | ## Project Status
|
@@ -114,10 +114,10 @@ Badger Documentation is available at https://docs.hypermode.com/badger
|
114 | 114 |
|
115 | 115 | ### Blog Posts
|
116 | 116 |
|
117 |
| -1. [Introducing Badger: A fast key-value store written natively in Go](https://open.dgraph.io/post/badger/) |
118 |
| -2. [Make Badger crash resilient with ALICE](https://open.dgraph.io/post/alice/) |
119 |
| -3. [Badger vs LMDB vs BoltDB: Benchmarking key-value databases in Go](https://open.dgraph.io/post/badger-lmdb-boltdb/) |
120 |
| -4. [Concurrent ACID Transactions in Badger](https://open.dgraph.io/post/badger-txn/) |
| 117 | +1. [Introducing Badger: A fast key-value store written natively in Go](https://hypermode.com/blog/badger/) |
| 118 | +2. [Make Badger crash resilient with ALICE](https://hypermode.com/blog/alice/) |
| 119 | +3. [Badger vs LMDB vs BoltDB: Benchmarking key-value databases in Go](https://hypermode.com/blog/badger-lmdb-boltdb/) |
| 120 | +4. [Concurrent ACID Transactions in Badger](https://hypermode.com/blog/badger-txn/) |
121 | 121 |
|
122 | 122 | ## Design
|
123 | 123 |
|
@@ -155,7 +155,7 @@ values from keys, significantly reducing the write amplification compared to a t
|
155 | 155 | rotating disks. As such RocksDB's design isn't aimed at SSDs.
|
156 | 156 |
|
157 | 157 | <sup>3</sup> SSI: Serializable Snapshot Isolation. For more details, see the blog post
|
158 |
| -[Concurrent ACID Transactions in Badger](https://blog.dgraph.io/post/badger-txn/) |
| 158 | +[Concurrent ACID Transactions in Badger](https://hypermode.com/blog/badger-txn/) |
159 | 159 |
|
160 | 160 | <sup>4</sup> Badger provides direct access to value versions via its Iterator API. Users can also
|
161 | 161 | specify how many versions to keep per key via Options.
|
@@ -292,6 +292,6 @@ If you're interested in contributing to Badger see [CONTRIBUTING](./CONTRIBUTING
|
292 | 292 | ## Contact
|
293 | 293 |
|
294 | 294 | - Please use [Github issues](https://github.com/hypermodeinc/badger/issues) for filing bugs.
|
295 |
| -- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions, discussions, and feature |
| 295 | +- Please use [discuss.hypermode.com](https://discuss.hypermode.com) for questions, discussions, and feature |
296 | 296 | requests.
|
297 |
| -- Follow us on Twitter [@dgraphlabs](https://twitter.com/dgraphlabs). |
| 297 | +- Follow us on Twitter [@hypermodeinc](https://twitter.com/hypermodeinc). |
0 commit comments