Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement data storage for results #29

Closed
rhmdnd opened this issue May 31, 2022 · 2 comments
Closed

Implement data storage for results #29

rhmdnd opened this issue May 31, 2022 · 2 comments
Labels
database Database or backend work enhancement New feature or request

Comments

@rhmdnd
Copy link
Owner

rhmdnd commented May 31, 2022

This was originally grouped into #21 - but I thought it would be good to separate out the data storage work from exposing it via the gRPC API.

We need to store compliance results in a PostgreSQL database. We should introduce a minimal schema for the data we need to store.

@rhmdnd rhmdnd added the enhancement New feature or request label May 31, 2022
rhmdnd added a commit that referenced this issue May 31, 2022
We need to store basic information about the infrasture we store results
for. Create a table called `subjects` for this purpose. This partially
addresses #29.
rhmdnd added a commit that referenced this issue May 31, 2022
We need to store basic information about the infrasture we store results
for. Create a table called `subjects` for this purpose. This partially
addresses #29.
@rhmdnd rhmdnd changed the title Implement data storage for compliance data Implement data storage for result data May 31, 2022
@rhmdnd rhmdnd changed the title Implement data storage for result data Implement data storage for results May 31, 2022
@rhmdnd
Copy link
Owner Author

rhmdnd commented Jul 26, 2022

We've been working on a basic schema in #84 (comment)

@rhmdnd rhmdnd added the database Database or backend work label Jul 29, 2022
@rhmdnd
Copy link
Owner Author

rhmdnd commented Aug 5, 2022

This was fixed in #109

@rhmdnd rhmdnd closed this as completed Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Database or backend work enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant