dexts
Data storage library
A storage system designed to manage Elixir-specific data terms, providing a wrapper around the underlying storage.
Disk Elixir Terms Storage, dest wrapper.
6 stars
4 watching
1 forks
Language: Elixir
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
meh/exts | A lightweight Elixir wrapper around the built-in ets table implementation for storing and managing Erlang terms | 8 |
meh/elixir-datastructures | A collection of Elixir data structures and their associated protocols. | 215 |
meh/amnesia | Provides a simplified interface to Mnesia's functionality for Elixir developers. | 694 |
meh/exquisite | A tool for generating match_specs from LINQ-inspired queries at compile-time for use with Elixir record types. | 79 |
meh/jazz | A JSON handling library for Elixir. | 61 |
hashd/bitmap-elixir | A fast and space-efficient data structure for lookups using bit arrays in Elixir | 36 |
lucaong/cubdb | An embedded key-value database designed for robustness and minimal resource usage, supporting atomic transactions, concurrency control, and range selection. | 566 |
meh/elixir-socket | A Elixir library that provides a socket wrapping solution for various protocols including TCP, UDP, Sctp and WebSockets with SSL support. | 691 |
mhausenblas/mehdb | An educational project demonstrating a Kubernetes-native NoSQL data store with StatefulSet and persistent volumes. | 23 |
meh/reagent | A library providing a simple and flexible way to create socket acceptor pools in Elixir | 93 |
hissssst/pathex | A library for fast and functional access to nested data structures in Elixir | 339 |
primlabs/bucket | A library providing a simple storage solution using stable memory, allowing canisters to store data without GC costs and upgradeability. | 31 |
meh/cesso | A lightweight CSV parsing library for Elixir designed to handle large datasets efficiently. | 26 |
maximilianheidenreich/dsddb | A lightweight key-value storage solution with simple API and support for primitive and custom data structures | 13 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |