dense-tick-file-format
dense-tick-file-format copied to clipboard
A proof of concept for an efficient stock price file format based on Akka Streams and Scodec.
Dense Tick File Format
A proof of concept for an efficient stock price file format based on Akka Streams and Scodec.
About the project
This project demonstrates the usage of Scodec and Akka Streams to develop an efficient binary file protocol to store stock prices. We will use variable length encoding and delta encoding to improve the storage efficiency step by step.
You can read the whole process in this two part series on my blog.