Kudos, Looks Amazing! I love it. However our MongoDB environment is very secluded inside a VPC, K8S... If makes sense in the future pls consider a Docker version with some sort of registration key.
Show HN: MongoDB analytics to track changes in your site's performance
11–20 of 24 posts
Re: Show HN: MongoDB analytics to track changes in your site's performance
#12Re: Show HN: MongoDB analytics to track changes in your site's performance
#13Re: Show HN: MongoDB analytics to track changes in your site's performance
#14Re: Show HN: MongoDB analytics to track changes in your site's performance
#15Re: Show HN: MongoDB analytics to track changes in your site's performance
#16Re: Show HN: MongoDB analytics to track changes in your site's performance
#17Maker here. I created DatabaseLog as an internal tool to provide our marketing team with a simple way to track monthly performance (Registered users, Posted jobs etc.) and compare to past performance on our MongoDB data and decided to release it to the world in case it's useful for other makers/teams. Here's how it works: 1. Connect to remote MongoDB database 2.Define metrics once, simply as creating a {query} or an…
Really interested in behind-the-firewall options. Nobody should punch a hole in their network exposing their DB to the Internet. IMO you should offer VPC peering for AWS & GCP so this can work entirely on private networks.
Re: Show HN: MongoDB analytics to track changes in your site's performance
#18At the very least, you need to provide the IP address(es) you'll be connecting from so that your users can poke the smallest hole possible in their firewall. Opening up 27017 to the world ain't happening.
Re: Show HN: MongoDB analytics to track changes in your site's performance
#19At the very least, you need to provide the IP address(es) you'll be connecting from so that your users can poke the smallest hole possible in their firewall. Opening up 27017 to the world ain't happening.
I added public IP to the page where you connect MongoDB, you can try again.
Re: Show HN: MongoDB analytics to track changes in your site's performance
#20Maker here. I created DatabaseLog as an internal tool to provide our marketing team with a simple way to track monthly performance (Registered users, Posted jobs etc.) and compare to past performance on our MongoDB data and decided to release it to the world in case it's useful for other makers/teams. Here's how it works: 1. Connect to remote MongoDB database 2.Define metrics once, simply as creating a {query} or an…
It took me an embarrassing amount of time to realize this wasn't an official MongoDB product. But that's a compliment! The landing page is great. Really interested in behind-the-firewall options. Nobody should punch a hole in their network exposing their DB to the Internet. IMO you should offer VPC peering for AWS & GCP so this can work entirely on private networks.
As you and more commenters pointed out, current connection to db isn't very optimal.
I added a note "Allow remote connection to MongoDB port (27017) from 165.22.32.162" while I try to come up with a better solution.
If you can share some advice/article on how VPC peering for AWS & GCP works, I'll be grateful.