MongoDB Session Storage #3175
Replies: 2 comments
-
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://...' |
Beta Was this translation helpful? Give feedback.
-
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: |
Beta Was this translation helpful? Give feedback.
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
MongoDBSessionService
as 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
DatabaseSessionService
likeThough it's easy to extend the
BaseSessionStorage
this would be nice to have in thereOnce I guage the teams feedback, I can use my existing code to open a PR
Thanks 🛸
Beta Was this translation helpful? Give feedback.
All reactions