Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Sentry compatible with Mongodb?

Is Sentry (python/django) compatible with Mongodb?

If not, is there an easy solution to make it compatible?

Thanks guys.

like image 939
user701632 Avatar asked Jun 18 '26 18:06

user701632


1 Answers

Sentry is built on a relational DB, and thus will require such for the foreseeable future. It's possible to implement most things in many NoSQL solutions, but the various types of indexes, and some of the (newer) advanced SQL would be a lot more work.

As an example, Sentry 2.0 includes a "Trending" option, which is calculated real-time, and would require writing a map/reduce query in something like MongoDB (whereas it just works everywhere else).

You can easily use the Raven client, and setup an additional Django site for the Sentry server. It's as easy as pip install django-sentry && sentry start

like image 66
David Cramer Avatar answered Jun 21 '26 09:06

David Cramer



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!