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
  • 999 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
  • 1212 Views
  • 1 replies
  • 1 kudos

Relationships with portions/percentages of a node

Hello, I am working on a project where the major property on a given node (currency) is its quantity. The challenge that I'm running into is that the quantity on the node changes depending on the node that it's related to. I'm running into a situ...

Nodes not displaying text in Browser Graph

I am not seeing any text on the nodes in my graph. I also don't see the bars on the pane that allow me to configure the display. Is this somehow not enabled unless my graph has labels? I would expect that the default behavior would show the "name" pr...

2X_b_b6316cc549e7182eac43bfa3061471b5832cd204.png

NEO4J and accessibility for blind users

Hello, I am a blind screen reader user and I am wondering if there are some accessibility solutions for using NEO4J with a screen reader. So far the desktop application is not built in a totally accessible manner which makes it extremely difficult, ...

SHARED_IDENTIFIERS from Fraud playguide in real data set

I have been working with a fraud related dataset. The approach presented in the Neo4j Sandbox's Fraud Detection project seemed like a good starting point, so I have been trying to apply it to my data. The data set I am working with has the following ...

2X_7_750fec104d4e8e39c94a1256607b9dc4c01bec09.png 2X_9_99000b5114ca5f312ffe264ba466f30db7016c37.png 2X_5_580a3eb29d7b3997fcd8e312ba46180dd88b3e53.png 2X_e_e9c06257feac684333abd35e7fc462592905fb96.png

Installed Neo4J on EC2 using AMI but Can't Connect to DB

I've created an EC2 instance using the AMI image and able to browse to my instance using: https://[PublicDnsName]:7473 but I can't connect to the server when prompted with $ :server connect where "Connect URL" is neo4j://0.0.0.0:7687 "Authentication...

[Desktop] Update 1.3.6 breaks at initialization

Hi! The last update of Neo4j 1.3.6 causes crash at initialization : Initialization error: TypeError: Cannot read property 'group' of undefined 08:53:43.049 › Action[APPLICATION_INIT_SUCCESS] Object Desktop.227574914d42b713c96d.bundle.js:113 08:53:43....

Use full text search and Personalized PageRank combined

Hi, I am trying to combine all these options in one query but I can't find a way to work it out MATCH (actor:Actor {uuid:...)-[:PLAYED_IN]->(movie)<-[:PLAYED_IN]-(coactor)-[:PLAYED_IN]->(movie2)<-[:PLAYED_IN]-(cocoactor) WHERE movie<movie2 AND coacto...

admin3 by Node Clone
  • 532 Views
  • 1 replies
  • 0 kudos

Creating Relationship for Transaction Module

I would like to understand whether we would be able to achieve the following and guidance to achieve it: For ex:- Column headers : from_accout,txn_date,txn_amount, txn_id,to_account 123,23-Aug-2020,100,txnid1,456 123,24-Aug-2020,120,txnid14,456 456,2...

Apoc.number.exact.div

Has anyone encountered and managed to solve this below issue regarding "apoc.number.exact.div": "Failed to invoke function apoc.number.exact.div: Caused by: java.lang.ArithmeticException: Non-terminating decimal expansion; no exact representable deci...

Using different analyzers in index-time and query-time

Assume that we want to provide a search facility using Neo4j. We want that: if someone's name is Alireza we want to retrieve it when the query is Aliif the query is Alireza we do not want to retrieve those with name Ali. Another usecase is that if so...

Unable to connect to SQL server instance

Desktop version : 4.1.1 I was trying to import a single database from a SQLServer that has multiple databases. But ETL tool kept creating a mapping for all the databases in the SQL server even when I specify the correct DB in the connection. As it is...

2X_8_85e085775c1b3b90c93284e55107b3ba162bf98c.png

Resolved! Create Optional 1 to Many Relationships for Existing Nodes

Howdy, I'm using Neo4j 3.5.6 in a Node.js app. I have a data set of existing nodes containing a b:Beer that can have 1 or more relationships to a h:Hop. I am trying to write a query that allows for sometimes having only 1 hop relating to 1 beer, or s...

kave by Node Clone
  • 2011 Views
  • 14 replies
  • 7 kudos

How to Automate RDBMS(PostgreSQL) to Neo4j on AWS EC2

Hello everyone! I hope you guys are doing well and staying safe. I am trying to automate loading from PostgreSQL to AWS EC2 (Neo4j server). Most of the cases are 1 for 1 migration usually. However, for my case, I have to go through the data mapping i...

plee by Node Clone
  • 614 Views
  • 1 replies
  • 0 kudos