This is a creation in Article, where the information may have evolved or changed.
original articles, reproduced please specify the Source: Server non-amateur research http://blog.csdn.net/erlib author Sunface
1.blelve
Address: Https://github.com/blevesearch/bleve
Introduced:
Modern text index library, can do many forms of index and search query, for the document content index should be very useful.
2.cockroach
Address: Https://github.com/cockroachdb/cockroach
Introduced:
is a new type of distributed SQL database, supporting transaction processing, with strong consistency characteristics. The main goal is to support acid transactions and to scale horizontally, with high fault tolerance and simple configuration
3.sqlparser
Address: Https://github.com/sunfaces/sqlparser
Introduced:
is the SQL Analysis library extracted from the vitess, which can be analyzed by the SQL statements to generate various components
4.groupcache
Address: Https:github.com/golang/groupcache
Introduced:
Golang implementation of the class Memcache library, can be used as a distributed cache layer, to solve the problem of hot spots such as memcached, the disadvantage is only write, can not update ~ ~
Example: http://blog.csdn.net/erlib/article/details/50208509
5.ffjson
Address: Https://github.com/pquerna/ffjson
Introduced:
Faster JSON conversion, in some common scenarios, faster than Encoding/json 2-3x