blakeembrey / blakeembrey/back-row

Add persistent database(s)

Open
#19 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
5
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Currently everything is jank and in-memory. We should move to redis (for sessions) and another database (or again redis?) for keeping movies, movie lists, search results, etc. cached. Then we can have more than one process, less crashes and persistence over restarts.

Contributor guide

No contributing guide indexed for this repository

Research direction

No files, tests, or entry points are named. Start by locating the current in-memory sessions, movies, movie lists, and search results, then determine how persistence should support multiple processes and survive restarts; done means those data and session requirements are stored persistently with a clear database choice.

Written by the indexing model from the issue text.

Assessment

Tech stack
redis, typescript
Domain
backend, databases, distributed-systems
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.