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

White page in browser after starting neo4j

Hi! I installed neo4j and started it with: neo4j console start And it looks fine after starting, but when going to http://localhost:7474/ in browser, I only get a white page. I've never had this problem before so not sure why I have this issue now in...

3X_e_3_e3d4f7a12fd5d499c84fc0de9c8c1786dc50b4ca.png

Updating and multiple versions

I've been using Neo4j 3.3.1 for a while now and have a number of live projects that use that version. I've never felt confident enough (and there has never been budget) to upgrade the projects so they are still on that version. However, I don't want...

Dougi by Node Link
  • 3379 Views
  • 4 replies
  • 3 kudos

Writing to Neo4j using Neo4j Spark Connector

I have a spark dataframe that has a key column and multiple other columns (column1, column2, column3, etc...). I need to write each row of the dataframe to neo4j where the key column in each row is a node, and every other column in that row is a node...

jmfunk by Node
  • 228 Views
  • 0 replies
  • 1 kudos

Store UUID as 16 bytes integer

Hello, I would like to store UUID as a property of a node, the documents and resources I've found regarding this topic are storing UUID as a string in the database. Is there any way to store UUID as 16 byte integer in the node? UUID data type are ava...

Invalid URL when adding any graph app to desktop

Trying to add GraphQL graph app to the desktop. When I attempt to do so via the graph app library and click install, I get "An error occurred while processing deep link: Invalid URL: --allow-file-access-from-files. Posted log below. I deleted and rec...

Bodeman by Node Link
  • 682 Views
  • 2 replies
  • 1 kudos

TEXT indexes for fuzzy search

Hi. Congratulations for new release! In release notes I have seen TEXT indexes replace B-tree indexes for string queries. which should provide Improved performance of full text search when limit is specified from github changelog. So my question ...

Does "Load CSV" works in Neo4j Bloom?

I have a graph database of personnel, and a separate CSV file containing a list of VIPs. The reason why the list of VIPs is in a standalone CSV file is because this list changes frequently, and will be updated by users not trained in Cypher. I have t...

Cypher Merge without Merging

Hi all, Sorry if this has been answered. It's hard to know what to search for when you don't know what you don't know. Seems like a basic question, but I can't find an answer. I have a db with ~10000 nodes... author nodes and book nodes. Authors have...

How would you structure a voting system?

Hi there, I have nodes and relationships like this: (u:User) (t:Topic)-[r:HAS_FACT]->(t:Fact) (t2:Topic)-[r2:HAS_FACT]->(t:Fact) or, simplified: (t:Topic)-[r:HAS_FACT]->(t:Fact)<-[r2:HAS_FACT]-(t2:Topic) Where users can upload Facts and tie them to T...

Resolved! Exclusive locks - requests take a long time

I have many long term requests like: MATCH (tx: Survey {uuid: {Id}}), (p: Person {personId: {personId}}), MATCH (d: Day {day: {day}}) MATCH (rs: Result {ResultId: {resultId}, isActual: true}) CREATE (ex: SurveyResult) CREATE (ex)-->(rs) CREATE (e...

3X_3_8_38b81cf3d905c6b4a431cc8518c512c55e0dd0ea.jpeg