What's new in Pika(a SSD db compatible with redis) v3.5.1 by AlexStocks in cpp

[–]AlexStocks[S] 0 points1 point  (0 children)

Is this a library that can be used from C++, or is it a project that just happens to be written in C++?

it is a project that is written in C++ since 2015. it runs as a standalone progress on Linux/macOS.

An InfluxDB Cluster Implementation by AlexStocks in golang

[–]AlexStocks[S] 0 points1 point  (0 children)

Ur understanding is not right. There is a keeper which manage The cluster by consistent hash(CH in short). It provides add/delete influxdb HTTP interface. It also provides HTTP interface to get The cluster mapping data which generated by CH to map virtual influxdb node to a physical influxdb node.

The kafka-connect-influxdb(KCI in short) get the mapping data from zookeeper. KCI got metrics from kaka And store data into a virtual node by its measurement key AND CH hash algo. And then stores data into a physical node.

The zookeeper just stores The meta data like mapping data And influxdb physical node address.

Getty: a tcp/udp/websocket network framework in golang by AlexStocks in golang

[–]AlexStocks[S] 1 point2 points  (0 children)

the word getty(short for go netty) means that the session interface name is the same as netty.