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
  • 987 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
  • 1205 Views
  • 1 replies
  • 1 kudos

Find query in neo4j bloom

Can I get automated cypher query in Neo4j bloom by using nodes ,relationships and properties in search box? If yes than please help me out how and where? Thank you! Thanks and Regards Rohit

Modeling complex attributes

In a project, I need to keep track of complex attributes of things, composed of (at least) a value and a unit, or even a value, a unit (like '10 mm'), allowed tolerances, min and max values etc. What are the experiences in the community with using ei...

How to Exclude autogenerated Mutations ?

I have defined a type :       type NFDAdmin { user_id: ID! @unique user_name: String! email: String! phone: String! password: String! @private }       This has automatically created several mutations like 'cre...

Modeling and resolving package dependencies

Working on a package-management system (like NPM or Rubygems) and I'm having trouble coming up with a query (or set of queries) that will resolve downstream package dependencies. It's currently modeled as Package nodes representing the packages thems...

Segregate and filter shapes

Hi everybody What would be the best way to both segregate and filter shapes. As an example: We have shapes ( circle, triangle, square ) with different colors and sizes. We want to:First - Segregate them by shape, color or size or a combination of the...

Admin commands stopped working

Heya everyone, Up until recently I was able to use the neo4j-admin commands in PowerShell to, for example dump a database. When I try now though I get the error: "Invoke-Neo4jAdmin : Unable to determine the path to java.exe". Not sure what I did to b...

Resolved! Neo.ClientError.Procedure.ProcedureCallFailed

CALL apoc.load.json("https://api.ip2location.io/ip=131.221.144.98&key=055785eebdb61b87d7fa1347a835ef2c")YIELD value RETURN value Failed to invoke procedure `apoc.load.json`: Caused by: java.io.IOException: Server returned HTTP response code: 401 fo...

Transferring BigQuery Data to Neo4J

Hey Guys, I have 2 needs as of now where I need some guidance desperately(I am new to Neo4J as well):So, for one of my projects, I need to build ETL pipelines within GCP for:1. Transferring the Historical data from BigQuery to Neo4J2. Transferring th...