Jump to content

Hibari (database): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Line 1: Line 1:
{{refimprove}}
{{Infobox software
{{Infobox software
| name = Hibari
| name = Hibari
Line 21: Line 22:
}}
}}
{{Portal|Free software}}
{{Portal|Free software}}
'''Hibari''' is a strongly consistent, highly available, distributed, key-value [[Big Data]] store. ([[NoSQL]] database) <ref>[https://github.com/hibari/hibari Hibari project homepage]</ref> It was developed by [[Cloudian, Inc.]], formerly Gemini Mobile Technologies to support its mobile messaging and email services and released as [[open source]] on July 27, 2010.
'''Hibari''' is a strongly consistent, highly available, distributed, key-value [[Big Data]] store. ([[NoSQL]] database)<ref>[https://github.com/hibari/hibari Hibari project homepage]</ref> It was developed by [[Cloudian, Inc.]], formerly Gemini Mobile Technologies to support its mobile messaging and email services and released as [[open source]] on July 27, 2010.


Hibari, a Japanese name meaning "Cloud Bird", can be used in [[cloud computing]] with services&mdash;such as [[social networking]]&mdash;requiring the daily storage of potentially [[terabyte]]s or [[petabyte]]s of new data.
Hibari, a Japanese name meaning "Cloud Bird", can be used in [[cloud computing]] with services&mdash;such as [[social networking]]&mdash;requiring the daily storage of potentially [[terabyte]]s or [[petabyte]]s of new data.

Revision as of 14:19, 27 November 2015

Hibari
Developer(s)Hibari developers
Initial release2010
Stable release
v0.1.10 / February 4, 2013 (2013-02-04)
Repository
Written inErlang
Operating systemCross-platform
Available inEnglish, Japanese
TypeKey-value store
LicenseApache License 2.0
Websitehttps://github.com/hibari/hibari

Hibari is a strongly consistent, highly available, distributed, key-value Big Data store. (NoSQL database)[1] It was developed by Cloudian, Inc., formerly Gemini Mobile Technologies to support its mobile messaging and email services and released as open source on July 27, 2010.

Hibari, a Japanese name meaning "Cloud Bird", can be used in cloud computing with services—such as social networking—requiring the daily storage of potentially terabytes or petabytes of new data.

Distinctive Features

Hibari uses chain replication for strong consistency, high-availability, and durability. Unlike many other NoSQL variants, Hibari support micro-transaction, which is ACID transaction within a certain range of keys.

Hibari has excellent performance especially for read and large value (around 200KB) operations.

Interfaces

Hibari supports APIs such as Amazon S3, JSON-RPC and Universal Binary Protocol; plans have been announced for support of Apache Thrift; in addition to Erlang, the language it was developed in. Hibari supports language bindings such as Java, C, C++, Python, and Ruby.

References