Not to be flippant, but in what way is Excel not a no-code / self-service BI / Data Analytics tool? Or where Google Sheets is heading? Serious question. The average non-technical user goes first to Excel or Excel-like things.
This was my observation as well. Sheets is actually quite good, but what's missing is connectivity to other tools (e.g. your database). This is exactly the problem we're going after with Wax[0]. We let you deeply integrate Sheets into your other apps. 0 - https://www.wax.run/
Show HN: Tablum.io – No-Code Self-Service BI/Data Analytics Tool
51–59 of 59 posts
Re: Show HN: Tablum.io – No-Code Self-Service BI/Data Analytics Tool
#52 ColumnA = ColumnB + ColumnC, ColumnD = ColumnA * ColumnE
we get a graph of column computations similar to the graph of cell dependencies in spreadsheets.Yet, the main problem is in working multiple tables: how can we define a column in one table in terms of columns in other tables? For example:
Table1::ColumnA = FUNCTION(Table2::ColumnB, Table3::ColumnC)
Different systems provide different answers to this question but all of them are highly specific and rather limited.Why it is difficult to define new columns in terms of other columns in other tables? Short answer is that working with columns is not the relational approach. The relational model is working with sets (rows of tables) and not with columns.
One generic approach to working with columns in multiple tables is provided in the concept-oriented model of data which treats mathematical functions as first-class elements of the model. Previously it was implemented in a data wrangling tool called Data Commander. But them I decided to implement this model in the Prosto data processing toolkit which is an alternative to map-reduce and SQL:
https://github.com/asavinov/prosto
It defines data transformations as operations with columns in multiple tables. Since we use mathematical functions, no joins and no groupby operations are needed and this significantly simplifies and makes more natural the task of data transformations.
Moreover, now it provides Column-SQL which makes it even easier to define new columns in terms of other columns:
https://github.com/asavinov/prosto/blob/master/notebooks/col...
Re: Show HN: Tablum.io – No-Code Self-Service BI/Data Analytics Tool
#53- fieldbook
- Power BI
Re: Show HN: Tablum.io – No-Code Self-Service BI/Data Analytics Tool
#54No information on pricing and social only logins? I was interested in this product, but no thanks. At the very least if you're not ready to commit you could provide "beta" pricing for a year until you get that figured out.
Re: Show HN: Tablum.io – No-Code Self-Service BI/Data Analytics Tool
#55No information on pricing and social only logins? I was interested in this product, but no thanks. At the very least if you're not ready to commit you could provide "beta" pricing for a year until you get that figured out.
+1. Given that prices for products in this space range over several orders of magnitude, I wouldn't spend time evaluating without knowing whether my budget is even in the same ballpark. Would I expect to spend $1k annually? $10k? $100k? More?
Re: Show HN: Tablum.io – No-Code Self-Service BI/Data Analytics Tool
#56Earlier quoted context omitted.
There's no paid plans at the moment. Just try it out for free with full features. Just curious, why the social logins are bad?
because this is a tool for doing work? Nobody (or very few) HN people are going to want to do BI with their facebook accounts, if we even have FB accounts.
Re: Show HN: Tablum.io – No-Code Self-Service BI/Data Analytics Tool
#57The site wants me to log in via Google or Facebook. No, thanks.
Re: Show HN: Tablum.io – No-Code Self-Service BI/Data Analytics Tool
#58Similar products: - https://rows.com/ - https://www.rowshare.com/ - https://www.airtable.com/ - fieldbook - Power BI
Re: Show HN: Tablum.io – No-Code Self-Service BI/Data Analytics Tool
#59"Try for Free" with no info about what I would pay... no thanks.