this post was submitted on 09 Nov 2023
17 points (94.7% liked)

Open Source

30482 readers
31 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

I run into a need for this type of software frequently but I don't know what it's called or if it exists. I am very adept at Google Sheets and it works great for pulling in data from other places, creating custom little dashboards and forms, etc but where it's not particularly good is storing relational data for example "This book is written by author" and then having "author" be some other entity with its own attributes.

Now of course, there's SQL but using SQL requires learning SQL syntax which is much more complex. Plus, you have to define a schema and changing schema after you've made the db can be complicated. Not to mention if you use SQL, now you need some kind of front-end to the SQL to make it more friendly to a user even if they would be fine at their skill level managing google sheets.

There are many great CRMs, CMSes, and other systems (I have used Drupal in the past for this niche), but they are often much more difficult to customize than Google Sheets and focused more on data storage/retrieval and less on using that data to calculate things, make graphs etc.

I know AirTable exists, it seems closer to what I want to use, but of course it is not OSS. What other "middle ground" or 'more powerful sheets' tools are out there, and are any OSS?

you are viewing a single comment's thread
view the rest of the comments
[–] HumbleHobo@beehaw.org 3 points 10 months ago

Look at Https://www.openrefine.org/