hemilabs / hemilabs/larry

Add binary encoding/decoding to backup

Open
#10 2 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
Go
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Add a binary encoder/decoder like https://github.com/hashicorp/go-msgpack. We need something that is binary encoded and a bit denser than JSON. The reason for this exercise is more to get the Encoder/Decoder interface fleshed out with reference uses. Having a binary format should result in much smaller backup files.

Contributor guide

Open the contributing guide

Research direction

Start by locating the backup handling and any Encoder/Decoder interface references in the repository, then compare the intended behavior with hashicorp/go-msgpack. Done means backup data can be encoded and decoded in a binary format, with smaller files than JSON and reference uses for the interfaces.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.