|
|
|
|
|
by romka2
2626 days ago
|
|
There is no listed equivalent of RecordIO. What do people use for high-reliability journals? When I needed something like RecordIO to store market data, I couldn't find anything. So I implemented https://github.com/romkatv/ChunkIO. I later learned of https://github.com/google/riegeli (work in progress), which could've saved me a lot of time if only I found it earlier. I think my ChunkIO is a better though. |
|
Edit: it even includes an open source implementation of Cord, which they've renamed to Chain for some reason.