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
  • 924 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

Restore not working

Trying to load the database from a dump file. The database we plan to load it into is GDB. We can load Neo4j without any issues. What are we missing here ? C:\Users\User\Downloads>neo4j-admin load --from=Neo4jDB.dump --database=GDB --force Invoke-Neo...

Neo4j-admin copy inconsistent behaviour

Dear Community. I am wondering if someone can help explain this behaviour. (4.2.5, desjtop) I have a database - profileid0 - which I want to copy to profileid361. I am using the following command: neo4j-admin copy --from-database profileid0 --to-da...

rmasrani by Node Clone
  • 248 Views
  • 0 replies
  • 0 kudos

How to create a database using bunch of Excels

I am a novice in terms of a database catalog developer for graph database. We are trying to check upon a use case where we have atleast 50 xlxs and only have their own attribute column with no relationship column defined. I am trying to merge these i...

Graph Statistics From Subgraph

Hi! I am using apoc.path methods to retrieve paths using BFS. I can obtain the count of nodes based on the configs from apoc.path. (number of hops to perform the searching) I would like to obtain statistics like the degree of certain nodes but only w...

3X_3_f_3fb2a48fe5fc57c05495a64753048b25fae641a7.png

Query data from procedures result

Hello, I'm extending Neo4j with some user-defined procedures. Is there any way to return a graph and query data from the returned graph? At the moment i'm able to return a graph (using GraphResult class) from a called procedure but i can't query node...