Skip to content
forked from iondbproject/iondb

IonDB, a key-value datastore for resource constrained systems.

License

Notifications You must be signed in to change notification settings

CaCtus491/iondb

 
 

Repository files navigation

IonDB

Development: Build Status Embedded Device: Build Status

You might also be interested in our sister project, LittleD - A relational database using 1kB of RAM or less.

"What is this?"

Currently in the Arduino world, there doesn't exist an associative array or map implementation that is both easy to use and performance competitive. There also is little support for disk based storage options that don't involve writing it yourself. IonDB is fast, functional, and offers disk based storage out of the box.

In general, IonDB supports:

  • Storing arbitrary values associated to a key
  • Duplicate key support
  • Range and Equality queries
  • Disk based persistent data storage

IonDB has a paper that was published at IEEE (CCECE) 2015, which can be found here.

Code Examples

Check out this example file for code examples on how to use IonDB.

Further Reading

IonDB's Homepage: link

User focused information pages can be found on our wiki.

For extensive information on IonDB, refer to our documentation pages for an API level reference.

License

IonDB is licensed under the BSD-Clause 3 License. For more information, please refer to the license file.

Collaboration

Pull requests are very much welcome. Note that IonDB has a strict integration process that must fully pass before changes will be merged. Please see our page on contributing for more details.

About

IonDB, a key-value datastore for resource constrained systems.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 69.0%
  • C++ 17.5%
  • CMake 11.0%
  • Objective-C 2.3%
  • Makefile 0.2%