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
  • 947 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
  • 1184 Views
  • 1 replies
  • 1 kudos

Resolved! Approximate maximum k-cut example returns error

Dear all, I am learning the graph algorithms with online documents and I currently have problem with the example described under the link of approaximate maximum k-cut. I copied the code as exactly as shown in the document page but I received an erro...

3X_7_8_78469524825c5fd21aedb353939192d3aff8b5c1.png
yuxin16 by Node Clone
  • 917 Views
  • 4 replies
  • 4 kudos

ERROR SessionExpired with Aura

Hi community Sometimes I get this error with Aura ERROR SessionExpired WebSocket connection failure. Due to security constraints in your web browser, the reason for the failure is not available to this Neo4j Driver. Please use your browsers developm...

Filter date where data also contains timestamp

I have a csv like the following: And I want to query it filtering dates. But the column 'Data' which are dates, contains something like 2016-01-01 06:47:00 which is a date plus a timestamp. I have no idea on how to query it filtering the dates only....

3X_c_b_cb4a8c80d3a01c07baa66d54c08f138e9a233259.png

Required graph database developer

JOB: GRAPH DATABASE SENIOR DEVELOPER LOCATION: AUSTIN, TX PERMANENT. Job Duties: • Operate in Agile development and implement an automated process to improve graph database system reliability • Strong ability to deliver results and provide a good cus...

Loading in millions of nodes

Hi everyone, I'm trying to load in a large dataset with about 6 million rows. on each row, I want to create 3000 relationships to other nodes. At first, I tried to run each connection 1 by 1 but this took a long time so I try to merge all 3000 relati...

Error calling gds.graph.create.cypher

I'm getting error calling Version: 4.3.3 gds.graph.create.cypher procedure. The code is: CALL gds.graph.create.cypher('my-cypher-graph_${ROOT_ID}', 'MATCH (n:Node)-[*..1]-(m:Node) WHERE n.id = "SomeValue" RETURN id(m) as id UNION MATCH (n:Node {id: "...

Datadog MetricTransformer Error

Hi, I'm receiving the error bellow using the Datadog neo4j integration. The integration version that I'm using is 2.0.0. datadog-agent integration install -t datadog-neo4j==2.0.0 Bellow the error: datadog-agent check neo4j --check-rate ========= Coll...

duran by Node
  • 298 Views
  • 0 replies
  • 1 kudos

Migrate from AuraDB to AuraDS

Hi, I understand only limited users are invited to use AuraDS. Therefore, our team considered using AuraDB in the first place, then migrated to AuraDS after the service was released. My question is: Is it possible to migrate from AuraDB to AuraDS?Wha...

WeightProperty from string property

Hi, I have relationship properties that are string types, albeit from a limited number of values. For GDS algorithms that can make use of weight properties in their calculation, is there a mechanism by which I can pass a map/dictionary of values to b...