Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niamtokik/mnesia_backends
A project to learn how to create Mnesia backend with Erlang/OTP
https://github.com/niamtokik/mnesia_backends
Last synced: about 5 hours ago
JSON representation
A project to learn how to create Mnesia backend with Erlang/OTP
- Host: GitHub
- URL: https://github.com/niamtokik/mnesia_backends
- Owner: niamtokik
- License: mit
- Created: 2024-04-27T14:37:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-27T14:37:49.000Z (7 months ago)
- Last Synced: 2024-04-27T15:36:48.313Z (7 months ago)
- Language: Erlang
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# mnesia_backends
An OTP release to learn and explain Mnesia backends. Some ideas:
- [ ] Mnesia Unix Filesystem backend
- [ ] Mnesia AWS S3 Bucket backend
- [ ] Mnesia CozoDB backend
- [ ] Mnesia SQLite backend
- [ ] Mnesia Types and Constraints enforced backend## Build
```sh
rebar3 compile
```## Resources and References
- https://github.com/erlang/otp/tree/master/lib/mnesia
- https://github.com/aeternity/mnesia_rocksdb/
- https://github.com/gebi/jungerl/tree/master/lib/rdbms
- https://github.com/klarna/mnesia_eleveldb
- https://github.com/klarna/mnesia_pg
- https://github.com/aeternity/mnesia_leveled
- https://github.com/cabol/oauth2_mnesia_backend
- https://github.com/leonardb/mnesia_fdb
- https://github.com/odo/mnesia_dets_to_lets
- https://github.com/0xfei/mnesia_redis
- https://github.com/zgbjgg/kvdb_android/tree/master