wekan / wekan-snap

Newest Wekan Snap docs wiki. Repo has old Snap code, newest Snap code at https://github.com/wekan/wekan , where is also more of newest WeKan docs at wiki.
https://github.com/wekan/wekan-snap/wiki
MIT License
71 stars 11 forks source link

Connect to Wekan Snap Mongo-db #171

Closed jdalmeida closed 2 weeks ago

jdalmeida commented 6 months ago

Hello!

I'm building a BI dashboard with data from Wekan, and I was wondering if there is a way to connect to the wekan snap mongodb database.

xet7 commented 2 weeks ago

Yes, there is MongoDB at port 27019. You can connect to it with any programming language where is drivers for MongoDB 6:

https://www.mongodb.com/docs/drivers/

Other way is to connect with MongoDB GUI like Nosqlbooster or DBGate.