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

Troubleshooting in Community Edition

Hello, In my company, we're using Neo4j Community Edition. We are thinking of jumping to the Enterprise Edition, but that would not be for this year, for budget reasons. Yet we have our client-side application (made in Python) used by approximately 3...

munshine by Node Clone
  • 220 Views
  • 0 replies
  • 0 kudos

Neo4j + Pandas = Inline Image

Want to display the URL Image attribute with pictures directly from Internet ? Using Pandas with Python can display the images. http://www.dominickumar.com/blog/neo4j-pandas-inline-image/

Compare graphs

Hello everyone I am a student and a a new NEO4J user. I want to use it for a school project for comparison between data. In particular, I want to compare the nodes of graph G1 with graphs F1 and F2 ones' (but there can be many others F graphs present...

3X_7_a_7a21562909a0612a9e6eecf0189bb9a85eb1d708.png

Neo4j User Community Lead

Location: US, LI-Remote, SK-1 Description: "We are looking for someone who is able to further the growth of our community and the involvement of its members." Requirements: Love communities and understands the value of what it means to be part of one...

abk by Neo4j
  • 843 Views
  • 3 replies
  • 3 kudos

Resolved! Query Syntax to avoid duplicate results

I am chasing a pattern of data like this: I can write the query for it pretty easily with the following: MATCH (from:Tank)<-[:DRAINS]-(l: Transfer)-[:FEEDS]->(to: Tank) MATCH (l)-[:IS]->(o:Code) WHERE from.community_id = 1043 RETURN from, to, l, o ...

3X_f_2_f298cac144a8b234a7298fca4937b080e25e8859.png

Resolved! Some APOC procedures not available

I have loaded the APOC 4.2.0.0 on my project DBMS. I can and have used the apoc.load.json( ) procedure. But some of the others aren't there. I get the following error using "call apoc.help("load"): There is no procedure with the name apoc.help regis...

Customer Success Manager at Neo4j

Location: US, LI-Remote, LI-SK1 Description: Customer Success Managers (CSMs) are the primary post-sales point of contact for a licensed Neo4j customer. They are the customer advocate and internal liaison for their assigned accounts, aligning regula...

abk by Neo4j
  • 545 Views
  • 0 replies
  • 0 kudos

Customer Success Architect at Neo4j

Location: US, Li-Remote, LI-SK1 Description: "As a Customer Success Architect (CSA) you will serve as a primary technical advisor for assigned accounts." Requirements: Minimum 2-5 years experience in a customer or account management roleStrong Custom...

abk by Neo4j
  • 511 Views
  • 0 replies
  • 0 kudos

Web Interface Login (GraphAcademy Start)

Hi, I am running through the basic intro training. In tutorial video "Getting Started with Neo4j Browser" the access to the Browser is done by the web interface (localhost:7474). When I am opening this in Chrome, I am asked to perform ":server connec...

falko by Node
  • 457 Views
  • 1 replies
  • 0 kudos

Cypher expert needed for Entity Resolution project

Hi, We maintain a dataset of all UK companies and company officers and need someone to help with an entity resolution model. We have completed a good amount of scoping and research and propose an approach that will likely fit our needs: 1 searching o...

mike by Graph Buddy
  • 663 Views
  • 1 replies
  • 0 kudos

Errors in connecting to Neo4j through Python

Hello and thanks in advance. Newbie trying to make my way through an online ETL course. Instructor has had us create a number of local instances of API servers to demonstrate API queries, gets, and whatnot. I have followed along with good success (no...