Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

stripe-archive/sequins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

541 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is inactive and is no longer being maintained.

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.

build Gitter

About

A key/value store for serving static batch data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 18

Languages