Hi everybody! If you haven't seen through other channels, we have this interesting news.
Neo4j Graph Database Platform
Announcing Neo4j AuraDB Free
We're excited to announce that everyone can now use Neo4j AuraDB Fr...
Read more at the link below:
Neo4j Graph Database Platform – 12 Nov 20
The Great Hookup: Announcing Neo4j Connector for Apache Spark
Announcing a new and great integration tool that moves and reshapes data bi-directi...
Neo4j Graph Database Platform – 12 Nov 20
The Great Hookup: Announcing Neo4j Connector for Apache Spark
Announcing a new and great integration tool that moves and reshapes data bi-directionally between Neo4j and Apach Sp...
New technical article on a key graph analysis technique:
How do you look at a network of inter-related companies and determine the total value of a trading relationship, or the impact in bad times?
Neo4j Graph Database Platform – 2 J...
Hi @Propel when I'm looking to do similar things sometimes I use a free service called https://replit.com/ (Replit). It provides a free way of hosting very simple code IDEs with many popular programming languages, (including python) and lets other p...
thanks for the feedback -- will share with the folks who do the docker packaging of the Neo4j container. For now, what a lot of people do in this instance is they use a sidecar container with all of the standard linux tools and share a volume mount,...
The way sites are usually created on top of Neo4j is to have a Neo4j instance holding your data, then using the Neo4j GraphQL Library to provide a GraphQL API on top of your database (https://neo4j.com/docs/graphql-manual/current/). The front-end ap...
At present, AuraDB does not support the multi database capability in Neo4j Enterprise Edition, so to do what you're asking, you would need the self-managed version of Neo4j Enterprise. But databases can be simply dynamically created with cypher usin...
The best way to do this is just create a regular index on a property that has datetime stamps. Here's a link to the docs that describes this scenario: https://neo4j.com/docs/cypher-manual/current/syntax/temporal/#cypher-temporal-index It supports ran...