HN user

john-mark

6 karma
Posts5
Comments21
View on HN

Neo4j Hype Translator:

Input Hype: “Neo4j Launches Breakthrough Infinigraph Architecture to Unify Transactional and Operational Workloads”

Output Hype Translation: After over a decade of “clustering”, Neo4j finally figured out sharding, basically fixing the thing their clustering should’ve done from the start.

If you’re doing GraphRAG in the style of Microsoft’s original model , where the graph is inferred dynamically by the LLM and used primarily for retrieval or reasoning , then Neo4j is often overkill in my opinion. Not to mention its performance issues and toxic attitude to open source.

Lightweight, in-memory alternatives like NetworkX or even plain Python dictionaries are typically faster to set up, easier to integrate, and better suited to ephemeral, prompt driven graph reasoning.

Here are some other options : NetworkX

LlamaIndex’s KnowledgeGraphIndex

LangChain with in-memory Python structures, Lets you model entities and relationships as dictionaries or lists, making it easy to traverse or query on demand.

https://docs.llamaindex.ai/en/stable/examples/index_structs/...

https://www.microsoft.com/en-us/research/blog/moving-to-grap...

https://github.com/microsoft/graphrag

If you are using community edition - check out the DozerDB plugin which adds enterprise features to Neo4j community such as multi database. Its still in its infancy but has already implemented multi db and enterprise constraints. https://dozerdb.org

Why would the investors of Neo4j take control of Neo4j Inc?

I believe the COO was removed as COO around the time I first heard this.

I hope Neo4j Inc does not get desperate and add terms to their Neo4j Community Edition making it proprietary or non-free like they did with their enterprise edition!

It seems from their repo (need to verify) that they did the right thing and changed the License to their own license name called Dgraph Community License (DCL)

Compare this to Neo4j, who added the commons clause to the AGPL License complete with FSF copyright and preamble. Neo4j kept the License as AGPL and reaped the benefits from open source community.

Neo4j’s approach made people think it was still open source under the AGPL, while dgraph’s approach was proper and clear.

Neo4j’s approach was deceitful in my opinion, and I believe it’s finally coming back to haunt them after some toxic rulings put the GPL structure at risk unless an upcoming appeal overturns it.

Good for dgraph for doing it right in the end and not making people think they were Apache licensed with commons.

I never saw this.

If Dgraph has the commons clause then it is no longer open source or free software (as in libre free).

If they are still calling it open source, they should be warned the courts have ruled that the commons clause means ‘not open source’.

Funny to see people talking about the case.

I thought it was interesting that the 9th circuit made so many mistakes that they had to append the ruling. The fact that they got the defendants wrong is quite strange to me. The Graph Foundation was not part of the case any longer. They joined the case but then settled. The injunction itself that

Neo4j was very sloppy when adding the commons clause into the AGPL. They literally added the commons clause to the AGPL, leaving in the preamble and all, and call it the ‘Sweden License’. (Virtual name)

https://raw.githubusercontent.com/neo4j/neo4j/3.4.18/enterpr...

This ‘sweden license’ literally states it is a ‘free, copyleft license.’

copyleft = opensource according to Philip Rathle, Vice President of Products at Neo4j Inc. (6-ER-1368 ¶¶ 10-11 of appeal except of records).

Therefore according to Neo4j - it is free and open source.

Neo4j says their 'Sweden License' (AGPL + Commons) is both open source and not open source at the same time.

I call this: 'Schrödinger's Sweden License'

Keep an eye on the case - it is now in the second phase of the case where everyone will learn about Neo4j’s behavior. It would make a good Netflix mini series.

Commons Clause 8 years ago

There is a very bizarre story behind Neo4j Inc's behavior and what lead to them adding the commons clause to the enterprise AGPL license.

They seem to be ready to go closed source, which they should have just done in the first place instead of behaving like they did. Adding the commons clause is just the tip of the iceberg - there is a very entertaining story behind everything that is happening. A single person, not a huge corporation, is behind this.

I will write a blog post about what happened/is happening in the upcoming months - complete with supporting documents such as FOIA requests, etc.