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

Host a read-only database in a docker container

I have created a database and would like to host it inside a docker container on some server. I do not want a "random stranger" to change my database, so I would like to give everybody accessing the database in the container only reading privileges. ...

Resolved! Power BI connectivity with Neo4J

Hi There, Do anyone use know how to connect Power BI with Neo4j? We mostly use Power Bi as reporting tool for our team and would like to understand if there are any connectivity option to Power BI. If not available, then Is there any good visualizati...

mmuthu by Node Clone
  • 12054 Views
  • 21 replies
  • 6 kudos

Resolved! Install neo4j on Centos7

I'm trying to install community version of neo4j server.  My server is running Centos7 >> hostnamectl Operating System: CentOS Linux 7 (Core)CPE OS Name: cpe:/o:centos:centos:7Kernel: Linux 3.10.0-1160.80.1.el7.x86_64Architecture: x86-64 I have jdk-1...

Query to get desired result

Hi I want to query on this data in Graph Neo4jI want to get all data till the end node having relation "TRANSFORMS_INTO", both forward and backward CASE 1if I query on NODE "D" then in forward I should get "G","E","H" but in backward I should only ge...

Screenshot from 2022-12-20 17-15-52.png

Resolved! Neo4j service fails to start after a Java update

Hi all, I have a locally installed Neo4j Server (Community 4.4.11) which I previously installed as a Windows Service. It used to work fine but then I recently tried to start the service and was  greeted with the following: Looking at the jdk path qu...

error.png

Twitch sandbox: broken examples

I created a new Twitch sandbox and started following the tutorial. The examples that use the "count{}" clause don't work       MATCH (g:Game) RETURN g.name as game, count{ (g)<-[:PLAYS]-() } as number_of_streamers ORDER BY number_of_streamers ...