A fast data analytics tool written in Golang that uses the Redis bitwise operations. Similar to bitmapist or minuteman.
A configuration file is used that holds the data analysis queries that are to be run on a Redis database. In addition to the queries, the configuration file would define the Redis indices that were used by Hyperbit.
- Redis connection works
- Data input into Redis works
- Query parsing works
- Reading queries from configuration file correctly (.hbit file)
- Running the queries quickly against a Redis database
- Outputting meaningful data and creating a simple interface for users.