sequins

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2016 License: MIT Imports: 42 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL