Skip to content

yoanncouillec/kv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super-fast distributed NoSQL database

Try it

Table of Contents

Introduction

Build Status Coveralls All Contributors PRs Welcome Commitizen friendly Gitter chat

  • Distribute your data over a super-fast distributed key-value store.
  • Access your data through a command-line client, a driver or an api.

Visualize your data in real-time

Features

A few of the things you can do with GitPoint:

  • View user activity feed
  • Communicate on your issue and pull request conversations
  • Close or lock issues
  • Apply labels and assignees
  • Review and merge pull requests
  • Create new issues
  • Star, watch and fork repositories
  • Control your unread and participating notifications
  • Easily search for any user or repository

Build Process

  • make to compile sources
  • make run to run two super-fast nodes
  • make insert to insert 100 documents
  • make find to find 100 documents
  • make biginsert to insert 10,000 documents
  • make bigfind to find 10,000 documents
  • bin/kvc to connect to the database
    • COUNT to display number of documents
    • ÌNSERT 123 "qwe" ot insert onedocument
    • SELECT 123 to find documents with a specific key

Examples