DiamondLightSource / DiamondLightSource/mx-bluesky

Murko: Investigate ways of storing image data in redis

Open
#592 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
4
Forks
5
Avg merge
1d 30m
Merged PRs (30d)
2

Description

As of https://github.com/DiamondLightSource/dodal/pull/809 we store image data as jpeg bytes. However, we could use something better optimised for binary like https://redis.io/docs/latest/develop/data-types/bitfields/

We should evaluate based on minimising the storage requirements on the DB but without adding the need for any complex code for storing/retrieving (e.g. should still be possible in a couple of lines)

## Acceptance Criteria
- The above are tried on the database and evaluated

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.