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

Metadata Manager Depoyment #199

Merged
merged 18 commits into from
Apr 8, 2024
Merged

Conversation

williamputraintan
Copy link
Member

  • Initial deployment of the MetadataManager
  • Convert MetadataManager away from EdgeDb to Django
  • Readme update

@williamputraintan williamputraintan self-assigned this Apr 8, 2024
@williamputraintan williamputraintan linked an issue Apr 8, 2024 that may be closed by this pull request
@victorskl victorskl added feature New feature epic labels Apr 8, 2024
@victorskl
Copy link
Member

You'r fast! 🙀 .. will review in tick, after lunch!

Copy link
Member

@victorskl victorskl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

lib/workload/stateful/filemanager/
lib/workload/stateless/
lib/workload/stateless/filemanager/
lib/workload/stateless/sequence_run_manager/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hehe. 😬 I will prettier srm in next round.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I like this folder structure.


-r requirements-slim.txt

pandas==2.2.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, ho ho. Kung fu panda.!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Polar (bear) is interesting indeed. One for backlog explore/learning.

The application is configured with [django-simple-history](https://django-simple-history.readthedocs.io/en/latest/)
so that each update to a particular record will have an audit trail. This extension will create an additional table
one-to-one with the original table with `historical` prefixing of the table name. The historical table will have
additional attributes that would indicate addition/update/deletion.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicely done, Will.

Copy link
Member

@reisingerf reisingerf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Thanks for all the work!

@williamputraintan williamputraintan merged commit 890af0f into main Apr 8, 2024
2 checks passed
@williamputraintan williamputraintan deleted the feature/metadata-manager-deploy branch April 8, 2024 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

initiate metadata-manager deployment
4 participants