All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

SICK: Deduplicated Binary Storage Format for JSON with Efficient Binary Aggregate (EBA)

By

pshirshov

7mo ago· 16 min readenCode

Summary

SICK (Streams of Independent Constant Keys) is a representation of JSON-like structures, and this repository provides EBA (Efficient Binary Aggregate) - a deduplicated binary storage format for JSON based on SICK. The technology enables storing JSON-like data in efficient indexed binary form, allowing access to nested data without deserializing entire structures, avoiding reading whole JSON files, and implementing lazy loading. The project includes implementations for Scala, C#, and JavaScript, with UEBA as a sister project for tagless binary encoding.

Key quotes

· 5 pulled
SICK: Streams of Independent Constant Keys
SICK is a representation of JSON-like structures
Efficient Binary Aggregate (EBA) - a deduplicated binary storage format for JSON based on the SICK representation
Store JSON-like data in efficient indexed binary form - Access nested data without deserializing the entire structure
Avoid reading whole JSON files - Access only the data you need with lazy loading
Snippet from the RSS feed
Deduplicated indexed binary storage for JSON. Contribute to 7mind/sick development by creating an account on GitHub.

You might also wanna read