[Golang] excellent open Source Library anatomy

Source: Internet
Author: User
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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.