https://github.com/dal-go/dalgo2badger
DALgo bridge for Badger DB
https://github.com/dal-go/dalgo2badger
badger badgerdb dalgo dalgo-adapter database golang-library nosql
Last synced: 14 days ago
JSON representation
DALgo bridge for Badger DB
- Host: GitHub
- URL: https://github.com/dal-go/dalgo2badger
- Owner: dal-go
- License: mit
- Created: 2021-09-25T21:49:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-22T02:55:17.000Z (about 1 month ago)
- Last Synced: 2025-05-22T03:35:38.743Z (about 1 month ago)
- Topics: badger, badgerdb, dalgo, dalgo-adapter, database, golang-library, nosql
- Language: Go
- Homepage: https://github.com/strongo/dalgo
- Size: 115 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go package: [`github.com/dal-go/dalgo2badger`](https://github.com/dal-go/dalgo2badger)
[](https://goreportcard.com/report/github.com/dal-go/dalgo2badger)
Bridge to [Badger DB](https://github.com/dgraph-io/badger) API
for [`github.com/dal-go/dalgo`](https://github.com/dal-go/dalgo) interface.## What is Badger DB?
Badger DB is an embeddable, persistent and fast key-value (KV) database written in pure Go. It is the underlying
database for Dgraph, a fast, distributed graph database. It's meant to be a performant alternative to non-Go-based
key-value stores like RocksDB.## What is `DALgo`?
`DALgo` is a Data Access Layer (in) Go (language).
## End-to-End testing
This package is covered by end-to-end tests
from [`github.com/dal-go/dalgo-end2end-tests`](https://github.com/dal-go/dalgo-end2end-tests).## License
Open source under MIT License & free to use.