Gizzard (Scala framework)

From Wikipedia, the free encyclopedia
Gizzard
Original author(s)Robey Pointer, Nick Kallen, Ed Ceaser, Matt Freels, John Kalucki from Twitter
Developer(s)Twitter
Initial releaseApril 2010 (April 2010)
Final release
3.0.2 / March 9, 2012; 10 years ago (2012-03-09)[1]
Repository
Written inScala, Java
TypeDatabase
LicenseApache License 2.0
Websitegithub.com/twitter/gizzard

Gizzard is an open source sharding framework to create custom fault-tolerant, distributed databases. It was initially used by Twitter and emerged from a wide variety of data storage problems. Gizzard operates as a middleware networking service that runs on the Java Virtual Machine. It manages partitioning data across arbitrary backend datastores, that allows it to be accessed efficiently.[2][3] The partitioning rules are stored in a forwarding table that maps key ranges to partitions. Each partition manages its own replication through a declarative replication tree. Gizzard handles both physical and logical shards. Physical shards point to a physical database backend whereas logical shards are trees of other shards.[4] In addition Gizzard also supports migrations and gracefully handles failures. The system is made eventually consistent by requiring that all write operations are idempotent and commutative. As operations fail they are retried at a later time. Gizzard is available at GitHub and licensed under the Apache License 2.0.

See also[]

References[]

  1. ^ "Releases · twitter-archive/gizzard". github.com. Retrieved 2021-04-10.
  2. ^ "English (US)".
  3. ^ http://www.adweek.com/digital/twitter-open-sources-new-distributed-database-solution-gizzard/
  4. ^ "Gizzard - Twitter just sharded".

External links[]


Retrieved from ""