command
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Oct 26, 2016
License: MIT
Opens a new window with license information.
Imports: 42
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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](https://travis-ci.org/stripe/sequins.svg?branch=master)
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.