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
  • 876 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
  • 1131 Views
  • 1 replies
  • 1 kudos

Count type of nodes in a list

Hi, I have list of nodes with the same label (e.g :Car), there is a property call "type" (e.g SUV, Coupe, Sedan.....) which is used to differenciate the nodes, Now I would like to get the number of different types inside the list (e,g 25 SUVs, 35 Cou...

oli by Graph Buddy
  • 1410 Views
  • 11 replies
  • 0 kudos

Cypher query execution is not effectively

Neo4j version and hardaware configuration: Neo4j version: 4.3.x CommunityDriver: Java Bolt driver 4.1.0Server: Single node - 48vCPUs - 64 GB RAM - Cento7Heap: 24 GBPagecache: 28 GB   My graph model like this:   (:App {name,partition}) -[:CALL{code,p...

jsuper by Node
  • 419 Views
  • 2 replies
  • 0 kudos

Using bloom to show data to my end users

Hi, I can't find a definitive answer, so gonna post here. Since finding graph databases and bloom I can't stop thinking of all the ways I could use it to build my product. The question is - for MVP/prototyping stage, I would love to use bloom as a to...

How apply Bloom perspective for all users

Hi, I'm just trialling Bloom on Aura. I've just added a new USER to the neo4j database. I expected them to login to Bloom and see the perspective that I've set up with multiple stylings for nodes. But there are no perspectives when they login. Is it...

MattT by Node
  • 449 Views
  • 1 replies
  • 0 kudos

DeepLink in Neo4J Bloom

I am new to the Neo4J development. I m trying to use the deep link for bloom but it is giving me Page not Found error. If I explicitly open the bloom from desktop , it works. I have the desktop Version of Neo4J in my local system and created the loca...

deepika by Node Link
  • 1495 Views
  • 9 replies
  • 0 kudos

Resolved! About pattern matching

I am trying to clean a string read from LOAD CSV using pattern matching. The idea was to use the following query RETURN apoc.text.replace('Aglianico Del Vulture DOC Serpara 2010 Re Manfredi !', '([\s\S]*?)(DOCG|DOP|DOC|IGP|IGT)/mig', '') AS output; ...

How to handle large data insertion in Neo4j

Hello All, We want to create more than 20 million nodes into neo4j. But while pushing the nodes data in Neo4j we have observed that the performance of the database was quite slow, so to tackle this we have tried following things: We have used Py2neo ...