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

Writes while electing new leader

Hi Guys, I have been wondering what will happen to the writes while electing the new leader in a casual cluster while failover. Although i don't know the exact time for electing new leader , i can say it take very less time. what happens if my applic...

fme_mrc by Node Clone
  • 552 Views
  • 0 replies
  • 0 kudos

Elasticsearch Integration

Hi, I have an index in my elastic, I am following the steps in http://neo4j-contrib.github.io/neo4j-apoc-procedures/3.5/database-integration/elasticsearch/ to get the data from elastic to neo4j step 1: CREATE INDEX ON :Document(id) step 2: CALL apoc....

User->post schema design

Hello, I just started using neo4j and I have some doubt on how should I model a users->post->comments schema....actually I did something like this: type User { uuid: ID! username: String posts: [Post] @relation(name: "HAS_POSTS", direction: "OU...

2X_d_d5edbb6bdff35c987d76e1a1661ebaea1d9470fd.png

Neo4j Sink not recieving Kafka Topic events

Hi, I have used docker compose to set up an instance of Neo4j with the streams plug in and the apoc procedures. Code is below: neo4j-sink: image: neo4j:3.5 hostname: neo4j-sink container_name: neo4j-sink # depends_on: # - neo4j-so...

Resolved! Using Neo4j on non-graph data

Assume that in my application I have some graph data as my domain objects as well as some non-graph data related to UI. One solution is to use the non-graph data in Neo4j as isolated nodes and use index lookups to query the data (Assume no joins are ...

Neo4j Desktop Canary opens `old` browser

When wanting to try neo4j 4.0 I downloaded Neo4j Desktop Canary. The "Open Browser" button opens the old Neo4j Browser and not the Neo4j Browser Canary. The old browser doesn't understand the new commands like :use databasename

krisgeus by Node Clone
  • 1451 Views
  • 2 replies
  • 1 kudos

Customizing the graph visualization

I am trying to customize the graph visualization in Neo4j Browser and I've seen some information on *.grass files to do so. Is it possible to use a grass file to adjust the thickness of the edges based on the relationship duration (e.g., duration.bet...

Retrieving folder structure from a query

Hi, I'm writing a query but having a real hard time actually translating it effectively on the other end. I'm using neo4j to represent a folder structure - because it seems to be the perfectly logical way to do so. Example - This way I can also atta...

2X_7_7bb0afb5a9055eabe005616f0667a2b7fa514234.png

Cannot access Database when put Neo4j in private Subnet

Hi I want to put our neo4j project to AWS. We define a ALB in our public subnet, then set the neo4j project in our private subnet. Also We apply for a domain for our project. The workflow like this: So right now, we can access to the neo4j browser,...

2X_0_09aec3d6e24b592d12604a0db363b8ccc377c36b.jpeg 2X_0_03f3b6c91b4f0bf2b3fc61cbc550c35ba9b3ca06.png
hbu by Node
  • 1427 Views
  • 5 replies
  • 0 kudos