computerise / computerise/stonks
Integrate Neon PostgreSQL Database
Open
enhancement
platform
refactor
workflow
- Dominant language
- Python
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
# Integrate Neon PostgreSQL Database
## Describe Problem
Relational data is currently being stored as JSON documents, making querying the data unnecessarily awkward.
## Solution Description
Implement PostgreSQL connection to a [Neon](https://neon.tech/) hosted database in `storage.PostgreSQLDataStorage`. `storage.DataStorage` should be migrated to `storage.LocalDataStorage`.
## Alternative Solution Descriptions
Alternative is to deploy database via a locally run docker container, but that introduces more dependencies.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.