Earlier quoted context omitted.
I don't think the parent claimed that NoSQL existed at the time; just that Postgres was a NoSQL database as we understand the term today . Like describing a wandering swordsman in ancient China as a "knight-errant", even if knights themselves as legally-warranted weapon-carriers didn't yet exist. Which is not to say that the poster wasn't wrong about their claim, but it's not invalid to make said claim in casual Engl…
I don't think Postgres was "NoSQL database as we understand the term today". The basis of NoSQL is not the lack of SQL but the non-relational data model. Postgres (mostly) sticks to the relational data model, although it performs surprisingly well when used as a NoSQL data store.
Agens Graph – PostgreSQL Based Graph Database
31–40 of 47 posts
Re: Agens Graph – PostgreSQL Based Graph Database
#32Earlier quoted context omitted.
I don't think Postgres was "NoSQL database as we understand the term today". The basis of NoSQL is not the lack of SQL but the non-relational data model. Postgres (mostly) sticks to the relational data model, although it performs surprisingly well when used as a NoSQL data store.
Well, I definitely meant it as "the lack of SQL" when I wrote above. Didn't realise people would actually give a crap to the point they have though. ;)
Re: Agens Graph – PostgreSQL Based Graph Database
#33Earlier quoted context omitted.
There isn't a lot of competition in the "free/libre database" market though. The only serious players are Jena/Fuseki (an RDF store) and Janus (a graph store).
Oh? Neo4j is free. The Community edition is GPLv3, and the Enterprise edition is AGPLv3.
Re: Agens Graph – PostgreSQL Based Graph Database
#34Earlier quoted context omitted.
There isn't a lot of competition in the "free/libre database" market though. The only serious players are Jena/Fuseki (an RDF store) and Janus (a graph store).
There's also https://github.com/postgraphql/postgraphql
Re: Agens Graph – PostgreSQL Based Graph Database
#35Earlier quoted context omitted.
Oh? Neo4j is free. The Community edition is GPLv3, and the Enterprise edition is AGPLv3.
The Enterprise Edition is not AGPL. It's under one of "Neo4j Commercial License", "Neo4j Evaluation License", "Neo4j Educational License", or "Fair Trade Licensing". In other words it's not free. Why would I want to use the "Community Edition" of a company whose interest is to force me into buying their Enterprise Edition? The more people use this "Community Edition", and the more they are encouraged to force their "…
Re: Agens Graph – PostgreSQL Based Graph Database
#36Earlier quoted context omitted.
There isn't a lot of competition in the "free/libre database" market though. The only serious players are Jena/Fuseki (an RDF store) and Janus (a graph store).
I've been watching https://dgraph.io with great interest. Looks like it could become a very solid contender as a horizontally scalable open source graph database engine.
Re: Agens Graph – PostgreSQL Based Graph Database
#37Earlier quoted context omitted.
I don't think Postgres was "NoSQL database as we understand the term today". The basis of NoSQL is not the lack of SQL but the non-relational data model. Postgres (mostly) sticks to the relational data model, although it performs surprisingly well when used as a NoSQL data store.
Well, I definitely meant it as "the lack of SQL" when I wrote above. Didn't realise people would actually give a crap to the point they have though. ;)
Re: Agens Graph – PostgreSQL Based Graph Database
#38Earlier quoted context omitted.
Oh? Neo4j is free. The Community edition is GPLv3, and the Enterprise edition is AGPLv3.
The Enterprise Edition is not AGPL. It's under one of "Neo4j Commercial License", "Neo4j Evaluation License", "Neo4j Educational License", or "Fair Trade Licensing". In other words it's not free. Why would I want to use the "Community Edition" of a company whose interest is to force me into buying their Enterprise Edition? The more people use this "Community Edition", and the more they are encouraged to force their "…
Re: Agens Graph – PostgreSQL Based Graph Database
#39Earlier quoted context omitted.
Oh? Neo4j is free. The Community edition is GPLv3, and the Enterprise edition is AGPLv3.
The Enterprise Edition is not AGPL. It's under one of "Neo4j Commercial License", "Neo4j Evaluation License", "Neo4j Educational License", or "Fair Trade Licensing". In other words it's not free. Why would I want to use the "Community Edition" of a company whose interest is to force me into buying their Enterprise Edition? The more people use this "Community Edition", and the more they are encouraged to force their "…
Here's the license: https://github.com/neo4j/neo4j/blob/3.3/enterprise/LICENSE.t...
Re: Agens Graph – PostgreSQL Based Graph Database
#40Earlier quoted context omitted.
The Enterprise Edition is not AGPL. It's under one of "Neo4j Commercial License", "Neo4j Evaluation License", "Neo4j Educational License", or "Fair Trade Licensing". In other words it's not free. Why would I want to use the "Community Edition" of a company whose interest is to force me into buying their Enterprise Edition? The more people use this "Community Edition", and the more they are encouraged to force their "…
There's nothing wrong with companies charging for software products.