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

Current object API does not have serialization interface #7

Open
BrianSipos opened this issue Sep 28, 2023 · 0 comments
Open

Current object API does not have serialization interface #7

BrianSipos opened this issue Sep 28, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@BrianSipos
Copy link
Collaborator

The original ION-integrated AMP Agent relied on using the ION SDR for persistent storage of objects. After separating the Agent from ION, and the SDR, objects no longer have persistence.

It would be a design activity to add an object persistence API and to include some initial example using something like SQLite to store serialized objects. The API would need to be optimized to store only when objects state has changed rather than all-at-once. It would also need to distinguish between ADM static objects and ODM objects, so that the ADM objects are registered via an API and ODM objects are registered by scanning the object database.

@BrianSipos BrianSipos added the bug Something isn't working label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant