cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Forum Posts

Migration back to Discourse

Hello friends! So... about a half year ago we switched the platform used here on community.neo4j.com from Discourse to a vendor called Khoros. We were hopeful about Khoros as a platform that we could build upon to make a great website for the communi...

Anonymous by Not applicable
  • 1290 Views
  • 13 replies
  • 3 kudos

About the General Discussions board

  The General Discussions board is meant as a location to ask non-technical questions either about Neo4j, or about the Graph Community in general. Use the General Discussion board for some of the following: Looking for a job OR hiring for a position...

TrevorS by Community Team
  • 489 Views
  • 0 replies
  • 0 kudos

Using the BI Connector to Query Neo4j with SQL

Neo4j recently released the BI Connector, which is a general JDBC driver that can process SQL queries against a Neo4j graph and return meaningful results. This enables users of tools like Tableau, that generate SQL queries, to plug directly into grap...

greta by Graph Fellow
  • 841 Views
  • 1 replies
  • 1 kudos

Difference between Graph and Database

Hi you all ! In the Neo4j Desktop app, I create a new project (for instance, "my projects") and then I am given the option to add a new GRAPH. As I add one, 2 DATABASES are created, "system" and "neo4" (the default). And within the same GRAPH, I can ...

jasgon by Node
  • 583 Views
  • 2 replies
  • 0 kudos

Inconsistent results using WITH in query

Hey, an inconsistency I've encountered while doing exercise 5 on top of the movies db. first query: MATCH (m:Movie)<-[:ACTED_IN]-(a:Person) WITH count(a) as numMovies, collect(m.title) as movies,a WHERE numMovies = 5 RETURN a.name, movies resulting i...

orisbaum by Node Link
  • 944 Views
  • 5 replies
  • 3 kudos

Series of articles "Flights Search with Neo4j"

Hello, graph nerds! I excited to say, that series of 3 articles "How to build Flights Search Application with Neo4j" finally published. How it can be useful for you? Many reasons! You can read about interesting technical journey into Flights domai...

Importing a neo4j database in community edition

Hi there, would be very grateful if anyone can help with the following: I'm running neo4j-community-4.0.3 in order to analyze an online database that can be downloaded as a neo4j directory (https://reactome.org/download/current/reactome.graphdb.tgz)....

genya by Node
  • 3609 Views
  • 4 replies
  • 0 kudos

Introducing Neo4j Aura

Neo4j Graph Database Platform Introducing Neo4j Aura: A New Graph Database as a Service Discover unique features of Neo4j Aura, the first fully managed native graph database as a service, and why it was built to be devel...

Virtual meetups for Grandstack?

Hi all, are there any virtual meetups or groups I could attend to help me through my baptism by fire with Grandstack? I'm fairly new to programming and Neo4j, but I've cobbled together a database and some of the fundamental cypher queries. I just ...