stripe / Sequins
Licence: mit
A key/value store for serving static batch data
Stars: ✭ 155
Programming Languages
go
31211 projects - #10 most used programming language
Sequins is a key/value database for serving static batch data.
It's well-suited to making data generated by Hadoop available to processes that need low-latency, reliable access.
It's designed to be:
- Horizontally scalable: replicate a hot dataset over a few nodes, or partition a large one over many.
- Reliable: serve your data without an online dependency on Hadoop or HDFS. Sequins is built to be resilient to multi-node failures.
- Interoperable: load data from HDFS or S3 in Hadoop's SequenceFile format. Tools like Spark or Impala can also be used to generate data.
- Accessible: fetch values with HTTP GET; no client library required.
See the manual to get started.
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].