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

Explore using TypeSense as a database backend, replacing MongoDB #196

Open
stefandesu opened this issue Apr 5, 2023 · 0 comments
Open
Milestone

Comments

@stefandesu
Copy link
Member

TypeSense is not a database per se, but since a lot of what we're using MongoDB for in this project is filtering and searching, it might make sense to completely replace MongoDB with TypeSense. I could imagine seeing huge performance improvements with this, although the migration is not trivial, of course.

See also: #188

Doing this might make the following issues much easier or even unnecessary:

Some things could also become more difficult, like #88.

It might also make sense to consider graph databases (maybe even in combination with TypeSense), as some things we're doing, and some things that we would like to do in the future, are graph-based.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant