Live data from Hacker News

Undb – Private first, unified, self-hosted no code database

github.com

41–50 of 51 posts

Re: Undb – Private first, unified, self-hosted no code database

#41
post #29

Love the SvelteKit usage, good job on that departament

I spent about two weeks to migrate from old code from react (nextjs) to sveltekit and I feel svelte is so easy to use and promising.

What drove you to migrate, and out of curiosity, what makes Svelte worth it to you?

Re: Undb – Private first, unified, self-hosted no code database

#42

Earlier quoted context omitted.

GP didn't ask about references. They asked what the tool actually was, and asked about the types of guarantees it provides compared to a known RDBMS.

I got it. And in my opinion the most value undb provide is to handle the reference part which you always have to impl in code when you use traditional RDBMS. Also it provides typed api, real-time sub and user friendly views

...You're still not answering the question. What are the ACID properties? Why is SQL, a standard for database query languages, not supported?

Re: Undb – Private first, unified, self-hosted no code database

#43

Earlier quoted context omitted.

I got it. And in my opinion the most value undb provide is to handle the reference part which you always have to impl in code when you use traditional RDBMS. Also it provides typed api, real-time sub and user friendly views

...You're still not answering the question. What are the ACID properties? Why is SQL, a standard for database query languages, not supported?

It supports, but just hard to write for people don't know sql

Re: Undb – Private first, unified, self-hosted no code database

#44
post #15

I love the idea of an Airtable/Notion open source alternative, but I haven't seen any projects yet that look like a solid long-term bet. NocoDB is neat, but looks like it's a single vendor-driven project that could go open core or die altogether if funding dries up. Baserow also looks good, but already appears to be open core and another single-vendor project. Undb might be a more community driven project over time.…

We're trying to build a community driven project in this space - https://github.com/centerofci/mathesar. We just did our alpha release a couple of months ago.

I'm philosophically opposed to open core (Mathesar is run out of a non-profit), but I can see why other projects do it – finding funding for a big project like this is difficult without VCs (who expect returns).

Re: Undb – Private first, unified, self-hosted no code database

#45
post #30

It seems like they literally use the content from the Baserow website on their homepage. "Create your own online database without technical experience. Our user friendly no-code tool gives you the powers of a developer without leaving your browser."

Very sorry, we did refer to some content on the Baserow website to inspire our ideas and product implementation. We realized that the similarity in the language was due to our negligence. We have immediately made changes to the content and apologize to you and Baserow. We will make sure to avoid such mistakes in the future. Thank you again for your kind reminder.

Re: Undb – Private first, unified, self-hosted no code database

#47

It's funny how people put funny names on the concept of a spreadsheet nowadays

When I was playing an economics game I was building a lot of simple nocode Google spreadsheets with a little bit of JavaScript to import data. You could share your spreadsheets among friends and everyone made their own copy which they modified to suit their own needs. I thought about some very trivial apps that are worth building but not worth the cost of the usual stacks. We are talking about the equivalent of a sim…

We play Path Of Exile, an ARPG game with lots of trading and economy in our friend group. We have a Jupyter Notebook running on Google Colab, that extracts data from the game servers, and pushes the data into a Google Spreadsheet as a persistence layer.

We have Sheets for data ingestion, and other sheets that do the business logic.

This turned out to be a surprisingly well working pipeline and comes at zero hosting costs. We could just run Jupyter Lab somewhere, but this would cost too much and not nearly as quick to handle for our case.

Re: Undb – Private first, unified, self-hosted no code database

#48
post #44
post #15

I love the idea of an Airtable/Notion open source alternative, but I haven't seen any projects yet that look like a solid long-term bet. NocoDB is neat, but looks like it's a single vendor-driven project that could go open core or die altogether if funding dries up. Baserow also looks good, but already appears to be open core and another single-vendor project. Undb might be a more community driven project over time.…

We're trying to build a community driven project in this space - https://github.com/centerofci/mathesar . We just did our alpha release a couple of months ago. I'm philosophically opposed to open core (Mathesar is run out of a non-profit), but I can see why other projects do it – finding funding for a big project like this is difficult without VCs (who expect returns).

Oh, cool. Will check this out! Thanks!

Re: Undb – Private first, unified, self-hosted no code database

#49
post #15

I love the idea of an Airtable/Notion open source alternative, but I haven't seen any projects yet that look like a solid long-term bet. NocoDB is neat, but looks like it's a single vendor-driven project that could go open core or die altogether if funding dries up. Baserow also looks good, but already appears to be open core and another single-vendor project. Undb might be a more community driven project over time.…

Regarding the inevitable degradation of open core, is your experience that they get actively worse or just stale? How would you balance that against something that’s good enough today for what you need today? (Ie, is being good enough today enough signal that it will stay good enough in the future if requirements don’t expand?)

In general, I think it gets actively worse - there may well be exceptions. And I'm less concerned about open core built on things like Apache projects where open source project is not controlled by a single vendor (or shouldn't be) but vendors can add proprietary things or expand out from the core project. But generally I am hesitant about SVOC.

Re: Undb – Private first, unified, self-hosted no code database

#50
post #36
post #15

I love the idea of an Airtable/Notion open source alternative, but I haven't seen any projects yet that look like a solid long-term bet. NocoDB is neat, but looks like it's a single vendor-driven project that could go open core or die altogether if funding dries up. Baserow also looks good, but already appears to be open core and another single-vendor project. Undb might be a more community driven project over time.…

The thing about open core is that the non-core parts are usually the ones bringing money home to pay for the development of the core. So most times the alternative wouldn't be a fully open source project, but probably a nonexistent one.

"So most times the alternative wouldn't be a fully open source project, but probably a nonexistent one."

That may be true. Or it may stall development of a truly open project, if the open core is widely adopted and people accept it as good enough until what's considered "core" shrinks (e.g. features closed that used to be open) or some other shift.

Post reply on HN