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.

alexpappasc
Node Link
since ‎09-03-2018

User Statistics

  • 12 Posts
  • 0 Solutions
  • 22 Kudos given
  • 1 Kudos received

User Activity

What needed was to give some examples of CREATE queries of nodes and relationships, so it can understand the schema. Then you ask with natural language what query to generate: it can write queries even for Suffix string search using ENDS WITH and th...
Hi everyone, I wanted to ask if there is any possible way to import records from multiple rdb's into my neo4j using neo4j-import tool for initial offline bulk load. I know there are other options available to import data to neo4j from rdbms but onlin...
Hi all, We need to createOrUpdate rich relationships over existing nodes. While using the repository for RelationshipEntitiy it executes CREATE statements if it has any property and creates duplicate relation if Id is null instead of using MERGE to a...
Hi Michael, I am trying to calculate jaccard similarity but it takes more than 3 minutes. MATCH (u:User)-[:HAS]->(f:Feature) RETURN count(*); count(*) : 106384 MATCH (u:User) RETURN count(*); count(*) : 15198 :schema Indexes ON :Feature(id) ONLINE...