Earlier quoted context omitted.
You make it sound as if this were a bad thing. RDBMS work well for many use cases. There are plenty of tools around to work with them. Good open source implementations exist.
I played with Denodo (data virtualization software) a couple years ago and thought it was pretty legit. In theory, it could be used to provide that industrial strength abstraction layer between your Tableau/Looker/etc. and your bajillion weird and not-so-weird (RDBMS) data sources. That would seem to make sense to me from the point of view of -- I would want my data visualization/analytics-type company to be able to…
Salesforce is buying Tableau for $15.7B
361–370 of 387 posts
Re: Salesforce is buying Tableau for $15.7B
#362Earlier quoted context omitted.
The problem space (Business) is not complex, its incredibly simple. Unfortunately the design patterns we use and the tooling is flawed. It has been this way for at least 25 years and the RDBMS, languages, design patterns, and architectures ( 2-tier/ 3-tier) are the cause. They make it simple to get started and even without knowing what you are doing you can easily churn out something that works if it is simple, doesn…
I feel like you are coming from an alternate universe. Nosql is the quick and easy thing to start with, then your needs become more and more complex and nosql just won't cut it anymore. Sure, nosql can scale and perform, but only if your needs are very specific and simple. There are no major systems out there of even moderate complexity that aren't built on an rdbms.
I don't think this claim is accurate.
Re: Salesforce is buying Tableau for $15.7B
#363Leave it to Salesforce to buy the clunky incumbent, not Periscope
They are arguably essentially buying revenue to help their bottom line. Salesforce hopes to add $350-400M to their FY20 revenue
Re: Salesforce is buying Tableau for $15.7B
#364Earlier quoted context omitted.
The problem space (Business) is not complex, its incredibly simple. Unfortunately the design patterns we use and the tooling is flawed. It has been this way for at least 25 years and the RDBMS, languages, design patterns, and architectures ( 2-tier/ 3-tier) are the cause. They make it simple to get started and even without knowing what you are doing you can easily churn out something that works if it is simple, doesn…
I feel like you are coming from an alternate universe. Nosql is the quick and easy thing to start with, then your needs become more and more complex and nosql just won't cut it anymore. Sure, nosql can scale and perform, but only if your needs are very specific and simple. There are no major systems out there of even moderate complexity that aren't built on an rdbms.
Re: Salesforce is buying Tableau for $15.7B
#365Earlier quoted context omitted.
I feel like you are coming from an alternate universe. Nosql is the quick and easy thing to start with, then your needs become more and more complex and nosql just won't cut it anymore. Sure, nosql can scale and perform, but only if your needs are very specific and simple. There are no major systems out there of even moderate complexity that aren't built on an rdbms.
> There are no major systems out there of even moderate complexity that aren't built on an rdbms. I don't think this claim is accurate. https://www.dynamodbguide.com/the-dynamo-paper/
Re: Salesforce is buying Tableau for $15.7B
#366Earlier quoted context omitted.
> There are no major systems out there of even moderate complexity that aren't built on an rdbms. I don't think this claim is accurate. https://www.dynamodbguide.com/the-dynamo-paper/
That's the problem, business systems are not complex, they are incredibly simple, they are made complex by the way we think about and structure our models and then interact with them. We have the wrong boundaries, and the wrong languages
Re: Salesforce is buying Tableau for $15.7B
#367I'm the CPO at a SaaS data catalog and analysis hub company called data.world - I was at the Snowflake Summit when the Looker acquisition by Google was announced - the guys at their booth seemed pretty happy ;) With Google snapping up Looker ($2.6B) for Google Cloud, Salesforce's much bigger purchase of Tableau is a clear sign that the big guys see buying BI tools is a good way to expand the reach of their offerings…
Looker is way better than tableau. Lets break it down: Both are over priced Lookeer, however has LookerML Tableau obfuscates all code. Looker has easier bolt-ons to redshift/postgres Tableau's BI tool-set is weaker than looker, albeit, wider spread (more mature) So, I think google got a steal and SF is playing catch-up... at a high cost. Plus SF's sunk costs in eveything is going to make a 15B buy take at least two d…
(I don’t know why you are being downvoted though, you’re entitled to an opinion same as me)
Re: Salesforce is buying Tableau for $15.7B
#368Earlier quoted context omitted.
>well I can do the same thing with some scripts or spin up a web server. That's a massive waste of your time and effort. The maintenance costs become massive as well should you choose to create your own system. At the VERY least you should leverage existing free open-source tools such as Metabase or Superset or Dash, or free tools such as Google Data Studio or Mode Analytics, if you're not going to spend cash to get…
Out of genuine interest and perhaps even a need for such a solution, is there anything that does what Metabase/Superset/Dash/GDS/ModeAnalytics does but for realtime datastreams? For instance, parsing and recording and visualizing the events coming from a websockets or some event queue/bus?
Re: Salesforce is buying Tableau for $15.7B
#369Earlier quoted context omitted.
I’ve used PowerBI but it feels extremely limiting if you have a coder background. Don’t know a single person who likes the BI tools that exists today and I’ve worked with a lot of BI people. I’m convinced BI people becomes coders solely because of the bad tools that exists today. Intelligent autocompletion, git and strong types? No! But here, have some drag and drop!
PowerBI is working hard to accommodate developers - for instance, we now have the ability to create custom python visualizations ( https://powerbi.microsoft.com/en-us/blog/python-visualizatio... ) Disclaimer: I work for PowerBI
Re: Salesforce is buying Tableau for $15.7B
#370Earlier quoted context omitted.
There are some great tools in this space, definitely worth exploring. Our vision is to glue the steps from ETL to dashboard together in an end-to-end solution. We pick whatever we consider best in class and integrate it. So far, we've got Singer, DBT, Jupyter Notebooks and Apache Airflow and we're using VueJS for both the product UI and our website. We're also working on a blog post exploration what other acquisition…
thanks for the product. I checked Singer, DBT, both of which are great idea and product. I build one very similar (conceptually) to DBT in my last data project. (I would not if I knew dbt is there). Airflow is too heavy weight for me, I use Scons to do the workflow management. meltano must do a lot of work to integrate all this together. I wonder what is the general user experience is. To me, seems too heavy weight.