Skip to content
jlarsson edited this page Sep 11, 2011 · 13 revisions

Five second introduction to KiwiDB

The hard facts:

  • KiwiDB is an embedded Nosql database
  • KiwiDB supports indices for fast lookup very much like MongoDB
  • KiwiDB support fluent searches very much like MongoDB
  • KiwiDB is failsafe very much like CouchDB
  • KiwiDB can be accessed concurrently from any number of processes/threads

Quick examples for the really eager

Check out this.

Quick links for the coder

How do I manage stuff in the database?

How do I find stuff in the database?

How do I manage performance using indices?

How do I manage an object model that varies with demands and over time?

How is performance?

Quick links for the stakeholders

How is performance?

How about consistency and safety?

Clone this wiki locally