You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
922 B

  1. # rupture
  2. [![Build Status](https://travis-ci.org/ethantkoenig/rupture.svg?branch=master)](https://travis-ci.org/ethantkoenig/rupture) [![GoDoc](https://godoc.org/github.com/ethantkoenig/rupture?status.svg)](https://godoc.org/github.com/ethantkoenig/rupture) [![Go Report Card](https://goreportcard.com/badge/blevesearch/bleve)](https://goreportcard.com/report/blevesearch/bleve)
  3. An explosive companion to the [bleve indexing library](https://www.github.com/blevesearch/bleve)
  4. ## Features
  5. `rupture` includes the following additions to `bleve`:
  6. - __Flushing batches__: Batches of operation which automatically flush to the underlying bleve index.
  7. - __Sharded indices__: An index-like abstraction built on top of several underlying indices. Sharded indices provide lower write latencies for indices with large amounts of data.
  8. - __Index metadata__: Track index version for easily managing migrations and schema changes.