Skip to content

Commit 8f86604

Browse files
authored
Update README.md
1 parent ff36268 commit 8f86604

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
![Badger mascot](images/diggy-shadow.png)
1111

1212
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
1414
to be a performant alternative to non-Go-based key-value stores like RocksDB.
1515

1616
## Project Status
@@ -114,10 +114,10 @@ Badger Documentation is available at https://docs.hypermode.com/badger
114114

115115
### Blog Posts
116116

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/)
121121

122122
## Design
123123

@@ -155,7 +155,7 @@ values from keys, significantly reducing the write amplification compared to a t
155155
rotating disks. As such RocksDB's design isn't aimed at SSDs.
156156

157157
<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/)
159159

160160
<sup>4</sup> Badger provides direct access to value versions via its Iterator API. Users can also
161161
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
292292
## Contact
293293

294294
- 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
296296
requests.
297-
- Follow us on Twitter [@dgraphlabs](https://twitter.com/dgraphlabs).
297+
- Follow us on Twitter [@hypermodeinc](https://twitter.com/hypermodeinc).

0 commit comments

Comments
 (0)