This looks great and congratulations on the alpha launch! Reminds me of another open source project in this space, NocoDB. Are you guys familiar with that project? If so, what are the main differences between them and what you are offering?
Thank you! We've documented the differences between Mathesar and other similar products including NocoDB on the FAQ section[1] in our website. [1] https://mathesar.org/faq.html#how-is-mathesar-different-from...
Show HN: Mathesar – open-source collaborative UI for Postgres databases
51–60 of 80 posts
Re: Show HN: Mathesar – open-source collaborative UI for Postgres databases
#52I'm sorry if this question is stupid, I'm still learning a little about technology. The little bit of knowledge I have tells me that my product team shouldn't directly access the same production database as my application. The idea for this product would be to create a copy of my production base and give access to it through this tool? Wouldn't the cost of this replica be too expensive?
Re: Show HN: Mathesar – open-source collaborative UI for Postgres databases
#53Earlier quoted context omitted.
Thank you! We've documented the differences between Mathesar and other similar products including NocoDB on the FAQ section[1] in our website. [1] https://mathesar.org/faq.html#how-is-mathesar-different-from...
Apologies, somehow missed that. Thanks for the speedy response. Your explanation is very clear. Something that is keeping me tied to Airtable is their 'interface designer'. Allows for rapidly building internal admin tools. Something similar is apparently on NocoDB's roadmap (they are calling it page designer I believe). Am I correct in saying that this not something that is on your current Roadmap (had a look, but di…
A feature to build interfaces for internal admin tools sounds very cool, and while we cannot say that it's coming for sure, we'll definitely be discussing it. Please feel free to open a feature request issue on our Github repo, we'd appreciate it.
Re: Show HN: Mathesar – open-source collaborative UI for Postgres databases
#54Earlier quoted context omitted.
Thank you! We've documented the differences between Mathesar and other similar products including NocoDB on the FAQ section[1] in our website. [1] https://mathesar.org/faq.html#how-is-mathesar-different-from...
Apologies, somehow missed that. Thanks for the speedy response. Your explanation is very clear. Something that is keeping me tied to Airtable is their 'interface designer'. Allows for rapidly building internal admin tools. Something similar is apparently on NocoDB's roadmap (they are calling it page designer I believe). Am I correct in saying that this not something that is on your current Roadmap (had a look, but di…
Re: Show HN: Mathesar – open-source collaborative UI for Postgres databases
#55I tried the install script and it asked me for my computer password. It feels really dangerous to give a random script from the internet my password. Could you maybe change this, so this is not necessary?
Re: Show HN: Mathesar – open-source collaborative UI for Postgres databases
#56Earlier quoted context omitted.
How on earth are you handling HN front page traffic if you spin up a template copy per session? That is impressive.
You’d be (pleasantly) surprised how easy it is to copy a postgres database. It literally copies the data files for the database to a new directory so the operation is relatively quick if the total volume of data is not large. What’s more challenging is handling many concurrent connections as a different database would mandate a separate connection and you can’t perform any meaningful connection pooling.
Re: Show HN: Mathesar – open-source collaborative UI for Postgres databases
#57Earlier quoted context omitted.
If I may ask, have you found using a Typed language such as Typescript has changed your tendency to use Python for other tasks, given that it isn't typed? [0] [0] - I understand that types can be added on top, but I never found the integration to work that well with mypy when I last tried it many years ago.
Yeah, interesting question! Our [team][0] is eight people who would probably give eight different answers. We've had some [debate][1] about whether or not to use types in Python, and eventually we settled on not using them. However we do use TypeScript. That makes our team a bit stratified across these different typing paradigms. This stratification seems to work okay though because each engineer's role is focused on…
There's something to be said about balancing what's interesting and what's accessible. If anyone has stories to share, I'd love to hear it.
Re: Show HN: Mathesar – open-source collaborative UI for Postgres databases
#58Earlier quoted context omitted.
If I may ask, have you found using a Typed language such as Typescript has changed your tendency to use Python for other tasks, given that it isn't typed? [0] [0] - I understand that types can be added on top, but I never found the integration to work that well with mypy when I last tried it many years ago.
Yeah, interesting question! Our [team][0] is eight people who would probably give eight different answers. We've had some [debate][1] about whether or not to use types in Python, and eventually we settled on not using them. However we do use TypeScript. That makes our team a bit stratified across these different typing paradigms. This stratification seems to work okay though because each engineer's role is focused on…
Re: Show HN: Mathesar – open-source collaborative UI for Postgres databases
#59I also know of another similar project heavily utilizing RLS where end users actually have a 1:1 database user with access to their own data, here something like Mathesar could be nice as well if it would play nice with ACL/RLS.
Re: Show HN: Mathesar – open-source collaborative UI for Postgres databases
#60Looks really cool! I tried the install script and it asked me for my computer password. It feels really dangerous to give a random script from the internet my password. Could you maybe change this, so this is not necessary?