Live data from Hacker News

Show HN: Mongo DB management and GUI, built using Electron

mongotron.io

21–24 of 24 posts

Re: Show HN: Mongo DB management and GUI, built using Electron

#21
I made something similar a while ago (pre-electron): https://github.com/contra/smog

I published some modules along with it that made the process a lot easier. Maybe you can use some of them to make your life easier with mongotron :) Editing/inserting documents was a pain but it's all there if you want to yank it.

Re: Show HN: Mongo DB management and GUI, built using Electron

#23
post #22

150mb? Am I the only one who thinks the size is ridiculous? That's what you get when you build desktop applications using web technologies.

Yea that's definitely a down side to using Electron. Looks like around 130mb is the expected size for an Electron app.

https://github.com/atom/electron/issues/2003

Re: Show HN: Mongo DB management and GUI, built using Electron

#24
post #22

150mb? Am I the only one who thinks the size is ridiculous? That's what you get when you build desktop applications using web technologies.

Yea that's definitely a down side to using Electron. Looks like around 130mb is the expected size for an Electron app. https://github.com/atom/electron/issues/2003

although looking at the Slack app (which is built on Electron) it's only 18mb, so maybe I just need to look into slimming down the build.
Post reply on HN