-
Notifications
You must be signed in to change notification settings - Fork 490
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
Enhance Core Keeper to support PostgreSQL as persistence layer #4877
Labels
enhancement
New feature or request
Comments
lindseysimple
added a commit
to lindseysimple/edgex-go
that referenced
this issue
Sep 12, 2024
Resolves edgexfoundry#4877. Support Postgres db in Core Keeper. Signed-off-by: Lindsey Cheng <[email protected]>
5 tasks
lindseysimple
added a commit
to lindseysimple/edgex-go
that referenced
this issue
Sep 12, 2024
Relates edgexfoundry#4877. Fix the base64 encode error in updateKVS method. Signed-off-by: Lindsey Cheng <[email protected]>
lindseysimple
added a commit
to lindseysimple/edgex-go
that referenced
this issue
Sep 12, 2024
Relates edgexfoundry#4877. Fix the base64 encode error in updateKVS method. Signed-off-by: Lindsey Cheng <[email protected]>
5 tasks
lindseysimple
added a commit
to lindseysimple/edgex-go
that referenced
this issue
Sep 18, 2024
Relates to edgexfoundry#4877. Return 404 response for Keeper GET key API with Postgres. Copy res/db dir in Keeper Docker file. Signed-off-by: Lindsey Cheng <[email protected]>
This was referenced Sep 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🚀 Feature Request
Relevant Package [REQUIRED]
This feature request is for EdgeX Core Keeper Service.
Description [REQUIRED]
Relates to #4847. As PostgreSQL will become an available database type option in addition to RedisDB, enhance the Postgres DB Client to support Core Keeper related methods.
Describe the solution you'd like
New Postgres database schemas and tables designs will be needed for Core Keeper service in order to support using Postgres as the available database type, and the related DB methods implementation as well.
The text was updated successfully, but these errors were encountered: