MongoDB Session Storage #3175
earthshakira
started this conversation in
Ideas
Replies: 2 comments 3 replies
|
Thanks for your contribution! I'd suggest open a PR in the adk-python-community repo. @DeanChensj will work on a mechanism to register a session service under a url sheme. E.g. 'mangodb://...' |
0 replies
|
Hi @earthshakira , with 391628f, you will be able to register a custom session service to use it in adk web, etc. Example to register redis session service from community repo, you can do something like: To run this script: Install ADK-Community from git: |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey Folks 👋🏽!
Our Company started off with a mongoDB + python stack, I believe, a lot of startups or projects often follow the same trajectory, was wondering if I can contribute a
MongoDBSessionServiceas an out of the box experience for the google-adkTo keep the installation lite, i was proposing to use a separate installations bit like
and the session service can have a instantiation similar to the
DatabaseSessionServicelikeThough it's easy to extend the
BaseSessionStoragethis would be nice to have in thereOnce I guage the teams feedback, I can use my existing code to open a PR
Thanks 🛸
All reactions