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
  • 855 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
  • 1118 Views
  • 1 replies
  • 1 kudos

How to work with sub-graphs

Hey guys I'm currently evaluating neo4j for our hand-knitted graph-like legacy persistence framework, which became too slow for some new use cases The main requirement is to store temporal master data and query this data for a specific date in the s...

m_a_t_t by Node Clone
  • 3789 Views
  • 7 replies
  • 0 kudos

Neo4j Certified by Bitnami on GCP

I build a GRANDStack for my portfolio. I used Neo4j sandbox when building the site. However, I am now ready to host the site and was looking at different ways for hosting. I decided on Neo4j Certified by Bitnami on GCP because I do not what to spe...

Yelp Dataset Import Issue

I was following the instructions on https://github.com/mneedham/yelp-graph-algorithms I tried to run ``` python lat_long_expansion.py return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decod...

Configuring hyperlinks

Is there a means to specify a hyperlink or links in the property dialog window on a Bloom perspective view? I have several hyperlinks defined in Neo4j that leads to additional information outside of the database, but I cannot take advantage of them. ...

Index Store

Hello community, I have one question. We have one node type that have more than 5 million nodes per month. To cover license, we have to offer our customers ability to browse last six month. Also, we have to be able to give them last twelve month on r...

Query to obtain indirect relations

I have a "model" with players, teams and stadiums Players below=> teams players play in =>stadiums I have some players that do not below to any teams. Example: John is a player of the TEAM A, and play in "central stadium" Mike is a player that play i...

Traversal JAVA framework open source code?

Where it the open source code for the Neo4j traversal framework Java API ? I've read the documentation in https://neo4j.com/docs/java-reference/current/tutorial-traversal and would like to review the code behind it. I couldn't seem to find the code i...

How to model timeseries data in property graph?

There will be a lot of data tied to time points (e.g. some measurement at some moment of time). We want to detect anomalies (some abnormal sets of values) in that data by using graph algorithms. What can be suitable way to represent such kind of data...