Skip to content

huangchengmin97/wasp

This branch is 1 commit ahead of alibaba/wasp:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fabe54b · Nov 22, 2021

History

33 Commits
Jul 26, 2013
Jul 23, 2013
Jul 23, 2013
Sep 27, 2013
Oct 11, 2013
Jul 30, 2013
Jul 23, 2013
Jul 23, 2013
Oct 10, 2013
Jul 23, 2013
Jul 23, 2013
Nov 22, 2021

Repository files navigation

#Wasp:Megastore&F1-like system#

With the development of NoSQL, HBase gradually become the mainstream of the NoSQL system products. The advantages of HBase is very obvious, but defect is also very obvious. These weaknesses include large data platform business by SQL to NoSQL migration is more complex and application personnel learning cost is quite high, can't support affairs and multidimensional index, eventually making many business can't enjoy from NoSQL system linear development ability. Google internal MegaStore system complements Bigtable,it supports SQL, transactions, indexing, cross-cluster replication in the upper layer of the Bigtable, and became famous applications's storage engine, such as Gmail, APPEngine, and the Android Market.

Therefore, we decided to explore providing cross-row transactions, indexes, SQL function without sacrificing the linear expansion of capacity in the upper layer of the HBase by theoretical model MegaStore. The system provides simple user interface: SQL, the user can do not need to pay attention to the hbase schema design, greatly simplifies the user's data migration and learning costs. To see what's supported, go to our language reference guide, and read more on our wiki.

#Mission#

Become a standard distributed relational database,which's storage engine is nosql system, for example the hbase.

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.1%
  • Ruby 1.8%
  • Shell 1.1%