Skip to content
/ blevefdb Public

FoundationDB key-value store implementation for Bleve text indexing library

Notifications You must be signed in to change notification settings

mazu0/blevefdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BleveFDB

FoundationDB key-value store implementation for Bleve text indexing library. Currently in development so use with care.

Prerequisites

Package dependencies

  • FoundationDB GO bindings git
  • Bleve git

Dependencies are handled with modules.

Tests

Test are currently configured to use FoundationDB 6.0.X. During tests there are 2 folders created and removed at the end of the tests. To prevent deletion of those folders a flag -cleanup=false can be used (see example below).

  1. index which uses FoundationDB at a root level creates a folder roottest.bleve in the tests folder
  2. index which uses FoundationDB with a subspace creates a folder subtest.bleve in the tests folder
go test
or
go test -cleanup=false

About

FoundationDB key-value store implementation for Bleve text indexing library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages