SaaSHub helps you find the best software and product alternatives Learn more →
Go-sstables Alternatives
Similar projects and alternatives to go-sstables
-
MeiliSearch
A lightning-fast search API that fits effortlessly into your apps, websites, and workflow
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
sonic
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
-
dgraph
The database for modern applications. Common use cases: knowledge graphs for AI, fraud detection, personalization, and search. Built and maintained by @HypermodeInc.
-
-
-
phalanx
Phalanx is a cloud-native distributed search engine that provides endpoints through gRPC and traditional RESTful API.
-
-
-
-
-
-
-
-
-
-
go-sstables discussion
go-sstables reviews and mentions
- GitHub - thomasjungblut/go-sstables: Go library for protobuf compatible sstables, a skiplist, a recordio format and other database building blocks like a write-ahead log. Ships now with an embedded key-value store.
- I want to dive into how to make search engines
-
What's the big deal about key-value databases like FoundationDB ands RocksDB?
I highly recommend people comfortable with Go checkout the building blocks at https://github.com/thomasjungblut/go-sstables
This codebase shows how SSTables, WAL, memtables, skiplists, segment files, and plenty of other storage engine components work in a digestible way. Includes a demo database showing how it all comes together.
- Understanding LSM Trees: What Powers Write-Heavy Databases
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Dec 2024
Stats
thomasjungblut/go-sstables is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of go-sstables is Go.