HN user

ryguyrg

232 karma
Posts19
Comments28
View on HN
motherduck.com 9mo ago

Building Analytics Agents with DuckDB and MotherDuck

ryguyrg
3pts0
dataengineeringcentral.substack.com 10mo ago

"Honest review of MotherDuck" and early user experience

ryguyrg
3pts0
motherduck.com 1y ago

MotherDuck launches managed DuckLake svc for scaling to petabytes with DuckDB

ryguyrg
4pts3
motherduck.com 1y ago

Instant SQL for results as you type in DuckDB UI

ryguyrg
378pts119
prod.motherduck.com 3y ago

Six Reasons DuckDB Slaps

ryguyrg
4pts0
databricks.com 6y ago

Scaling Pandas with Spark+Koalas

ryguyrg
1pts0
neo4j.com 7y ago

Adobe used 125 MongoDB servers, moved to 48 Cassandra, and now 3 Neo4j servers

ryguyrg
6pts0
towardsdatascience.com 8y ago

Graphs and ML: Linear Regression?

ryguyrg
2pts0
gql.today 8y ago

The #GQL manifesto for a unified graph query language

ryguyrg
7pts1
www.youtube.com 9y ago

Video: Neo4j's Engineering Evolution: Graph Layer on RDBMS – Native Graph DB

ryguyrg
11pts2
www.infoq.com 9y ago

Virtual Panel: Current State of NoSQL Databases

ryguyrg
1pts0
www.lyonwj.com 10y ago

Analyzing the Graph of Thrones

ryguyrg
8pts0
www.youtube.com 10y ago

Panama Papers – Interview of Data Journalist Mar Cabra on Graphs+OSS

ryguyrg
12pts0
neo4j.com 10y ago

Connecting Spark to the Graph: Neo4j Spark Connector for RDD, DataFrame, GraphX

ryguyrg
3pts0
www.youtube.com 10y ago

Panama Papers: How ICIJ Used Open Source – Neo4j, Apache Tika+Solr, More (Video)

ryguyrg
3pts0
neo4j.com 10y ago

CyGraph: tool for cyber warfare analytics, visualization

ryguyrg
2pts0
neo4j.com 10y ago

Introducing OpenCypher, the open graph query language project

ryguyrg
76pts61
neo4j.com 10y ago

Introducing OpenCypher, the open graph query language project

ryguyrg
5pts1
network.graphdemos.com 10y ago

Show HN: Graph Your Twitter Network with Neo4j, Powered by Docker

ryguyrg
9pts7
Faster Ducks 9 months ago

(Transparent: I’m one of the co-founders of MotherDuck)

Would love to hear your feedback!

We updated the video [if that's the reference], because it is not yet open source. Thanks for pointing that out!

i’m one of the co-founders at MotherDuck. our team is building the UI in collaboration with the team at DuckDB Labs.

this is a first release. we know there are going to be tons of feature requests (including @antman’s request for simple charts). feel free to chime in on this thread and we’ll keep an eye on it!

meanwhile, hope you enjoy this release! we had lots of fun building it.

you can scale vertically with a much better tech than awk.

enter duckdb with columnar vectorized execution and full SQL support. :-)

disclaimer: i work with the author at motherduck and we make a data warehouse powered by duckdb

Co-founder of MotherDuck here. Let us know if you have any feedback or questions -- we're super excited to release this as a valentine's day present to all those data explorers out there :-) Hopefully you agree it's as eggscellent as we do!

spot on!

we actually have a panel discussion on this at coalesce featuring matt housley and others. https://coalesce.getdbt.com/agenda/panel-discussion-fixing-t...

dbt folks actually brought this idea to us because it just makes so much sense -- no translating of sql between dev and prod.

highlights from panel brainstorming from winnie @ dbt: Local development: should be fast, representative but not comprehensive of prod data, and independent of cloud services if I want that.

The alternative has been that people typically use a schema in their production platform for development, CI workflows, etc. Costly and cloud-dependent.

DuckDB and its role in facilitating the MDS-in-a-box pattern has been a game changer for local data development, which ramped up the ability to share data, modeling work, and analysis the way we share open source tooling, but syntax remained an issue for deployment.

ryan (co-founder) here.

calling ourselves motherduck means we can either embrace the duck, or shy away from it. we've embraced it.

tino's board slides do refer to it as the Produck team :-)

(i work at motherduck)

over my career i’ve seen countless cases where the complexity of a distributed system introduces as many (or more) reliability concerns as it solves. when everything works well, it can be beautiful. but when things go wrong, they can quickly become a cascading mess of hard-to-debug issues.

Just to agree with @orthozerox, it's not a 'killer feature' but about lowering the friction.

Lots of users: (a) mentally align better with SQL than pandas APIs, regardless of whether they know both or not (b) want decent performance on their analyses, which they aren't getting from pandas, and won't get from many OLTP-databases they're using over-the-wire (c) want ease of accessing parquet and csv locally and remotely with minimal development overhead. it's super simple with duckdb.

Nonetheless, some of the other things you pointed out are some tradeoffs. We're building a serverless cloud capability at motherduck on top of duckdb in order to address some of these and optimize compute and storage based on data locality, bandwidth and the need for collaboration amongst multiple people.

Big data is dead 3 years ago

I'd love to understand the shape of this data and some of the types of queries you're performing. It would be very helpful as we build our product here at motherduck.

I have no doubt that there are situations where the cloud will be faster, especially when provisioned for max usage [which many companies do not]. However, there are a lot of these situations even where the local machine can supplement the cloud resources [think re decisions a query planner can make].

Feel free to reach out at ryan at motherduck if you want to chat more.

Big data is dead 3 years ago

Okay, Google as a company and as a product is definitely in the top 1%, or top 0.0001% where big data drives profitable and bending changes ;-)

Big data is dead 3 years ago

Agreed. But how many executives will agree to take these fine-grained actions to achieve value from the data? How many data teams are able to build up a strong-enough argument to convince them?

I've worked on many product-led-growth initiatives in the software industry. The software industry is probably the biggest 'believer in data' there is -- many scientific-forward minds who understand the value. However, even in the software industry, it's really hard to convince folks that if you make 5 improvements that net 1% conversion gain each, you can dramatically improve revenue.

Big data is dead 3 years ago

Correct, much data has no value. The cost for storing the data, maintaining the data [in the day-and-age of privacy requirements especially], and combing through the data is often much greater than the value obtained from the data itself.

The expertise we need in the industry is people who understand applications in-and-out and make great decisions on what data is worth keeping for present and future applications. And what data is needed to be kept, but only in aggregates (or anonymized, which reduces costs of maintenance)

DuckDB is the open source project, based on the MIT open source license.

DuckDB Foundation is a membership-based organization to push the awareness, adoption and development of the DuckDB open source project.

DuckDB Labs is a commercial entity spun out of CWI that provides consulting services around DuckDB. The founders of this organization are the original creators of DuckDB [Mark and Hannes].

MotherDuck is a VC-funded startup that has a formal partnership with DuckDB Labs to develop and market a serverless analytics platform using DuckDB.

Hope this helps!

(disclosure: i work for neo4j)

This paper is a bit unrelated to Neo4j. Neo4j is an ACID-compliant native graph database. It is not a "specialized graph analytic engine."

Neo4j stores the graph data on disk (and caches in memory) as nodes and relationships. After index lookups to find the start points in the graph, all traversals of relationships are done in constant time -- allowing it to scale with linear performance characteristics, regardless of the size of the graph.

The referenced paper cites two main reasons that RDBMS would be better for the analytics use cases: (1) ability to express graph queries in SQL and (2) performance of executing those queries.

(1) Cypher is, like SQL, a declarative language. However, it represents graph constructs in a much more natural way -- "ASCII art for graphs." There's significant praise from developers on the web of the benefits of Cypher for traversing graphs, which is why we decided to open up the language: http://www.opencypher.org/

(2) As Neo4j isn't really intended as an analytics engine, its performance characteristics are not included in this paper. However, (expensive) indexes do not need to be created and maintained for every relationship in Neo4j. Similarly, these indexes do not need to be accessed for traversal (also expensive).

FYI - you can technically upload directly to BigQuery and not go through cloud storage. It just tends to be a bit more error-prone in normal implementations. We're working on documenting resumable upload to handle error cases better.