Best way to connect different projects?
Hey guys.
I setup a project just to house a Vector DB.
I want to use the DB in a few projects, so that's why it's a standalone project.
My other projects will also be Convex backends.
Is there a proper way to call from Convex project to Convex project?? I was just going to use the HTTP API, but is there a more bare metal way?
3 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
As far as I know, using the HTTP API is the only way for one Convex project to talk to another. If you feel like exposing a more direct connection would be beneficial to other users, tag this post with "Feature Request" to get the attention of the team. They may discuss it here with you, though there's no guarantee.
Thank you for the reply 👍