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

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 922 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1164 Views
  • 1 replies
  • 1 kudos

ETL MSSQL Connection Error

Hi I am getting the following error when attempting to connect to a local MSSQL 2016 database through the Neo4j ETL Tool: Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter at com.microsoft.sqlserver.jdbc.SQLS...

Tim71 by Node
  • 843 Views
  • 2 replies
  • 0 kudos

Combine nodes from different databases

Hi everyone! I've a question about duplicate nodes.... I combined two databases which have the same nodes (red and blue), but contain different information, my question is about how can I combine redundant nodes that comes from different databases an...

3X_1_c_1c432fbe6b14715d4a5a9ccc41b68b1916ef4816.png

Resolved! Filter through all attributes values at once

I'm using Pandas to write some values in a CSV file, and ingesting this CSV with the Neo4J Python driver. In order to speed up the project I'm working I setted a default value ("REPLACE_ME_PLEASE") using the Pandas fillna method to populate null valu...

Resolved! Improve match of two sets of nodes

Hello, I have two labels (commits and users). In the commits I have the ID of the committer as Int (committer-id). I want to create a simple relationship between the committer and the user (u.id). My solution looks like this: match(c:commits) with c ...

3X_9_6_96ca5fb273379a50aa85db21e548344a9c76b8d3.png 3X_0_f_0f829b3dde1cd8197cd14878a6d93d8e8ab6417b.png
JuSte94 by Node Link
  • 477 Views
  • 2 replies
  • 2 kudos

P2neo `on match`

I want to add some nodes, but using match, if a node exists, just update it's counter. In normal cypher I can use the ON MATCH and ON CREATE as part of the MERGE command. How can I do something similar with the py2neo driver? eg like node...

D_C by Node Clone
  • 426 Views
  • 1 replies
  • 2 kudos

Resolved! Neo4j Bloom with startup license

Hello there Having a X Neo4j server enterprise edition running with a startup license on Y machine or cloud, Can we use Neo4j Bloom tool in Neo4j Desktop from a Z machine with a remote connection to X? Is Neo4j Bloom remote access and Neo4j server en...

Graph visualization for web application

Hi, I am looking for a visualization tool that can visualize the data similar to Neo4j Desktop, namely given a query, it displays the results on the html page, and potentially, when you click a particular node, it can expand from that node to other c...

2X_c_c372a3bc9ed125a398cdb3c3a5be7392123d35ba.jpeg
lingvisa by Graph Fellow
  • 2093 Views
  • 9 replies
  • 1 kudos

Cypher convert to JSON of nodes and edges

Hi guys i'm trying to export to JSON dynamically based on Cypher. MATCH (c:Claim)-[]->(a) WHERE c.claimID="6000" RETURN c, a But I want to convert this to JSON of nodes : [ { id : label/properties: }] edges: [ { source: target: }] Thank you in ad...

Visualizing firewall data

Coming from a traditional RDBMS and having a DBA background, I'm familiar with database concepts, but feel as though i'm missing something big. I'm attempting to import firewall log data. Nothing fancy, just (ip A) - [:SENT {srcport, dstport, protoco...