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

Migration back to Discourse

Hello friends! So... about a half year ago we switched the platform used here on community.neo4j.com from Discourse to a vendor called Khoros. We were hopeful about Khoros as a platform that we could build upon to make a great website for the communi...

Anonymous by Not applicable
  • 1833 Views
  • 13 replies
  • 3 kudos

About the General Discussions board

  The General Discussions board is meant as a location to ask non-technical questions either about Neo4j, or about the Graph Community in general. Use the General Discussion board for some of the following: Looking for a job OR hiring for a position...

TrevorS by Community Team
  • 544 Views
  • 0 replies
  • 0 kudos

Neo4j cluster - analyze current log option

Hi neo4j-community, Currently, I'm running a 3 CORE neo4j cluster setup. I have problems with analyzing queries using query analyzer for this setup. Analyze Current Log option is disabled in Neo4j Query Log Analyzer. So I'd have to export query.log...

Neo4j Cluster (apoc+gds) - Docker with Portainer

Hi all, I have created a docker-compose.yml for Neo4j Casual Cluster with 3-node setup along with apoc and gds plugins. I have also included Portainer, an open-source UI for Docker container management. http://www.dominickumar.com/blog/neo4j-cluster-...

Resolved! Gds licensing on Neo4j startup program

Hello! My organization is using Neo4j 4.2.1 Enterprise edition on standalone Centos server with Startup Program, (so we have a licensce key) Due to using enterprise license, we are have no cores or memory restrictions, ( in general, there are restric...

djenia88 by Node Clone
  • 1108 Views
  • 5 replies
  • 0 kudos

Observable Graphs

Using gram with d3.js to visualize graphs on ObservableHQ. DEV Community Observable Graphs Create graphs with gram then share them on ObservableHQ. Gram makes writing graphs as easy...

2X_d_d358ded0d31efa680249a0b77789f27c4132790a.png 3X_d_6_d62d9f73c84342b03f0963119f8914cfb154a807.png
abk by Neo4j
  • 473 Views
  • 1 replies
  • 0 kudos

Neo4j embedded configuration, 2.2.5 version

Hi, everyone.. I my project we use Neo4j 2.2.5 version i'd like to create embedded neo4j as maven library in spring boot project, i have tried to use instructions from official docummentation but it didn't work ... Maybe someone have a docummentaion ...

Full-Text is created and online but is not working

Neo4j v4.2.0 EDIT: Issue link: Full-Text indexes not working when an analyzer is specified. · Issue #12662 · neo4j/neo4j · GitHub After double-checking the issue it seems that passing the config parameter { analyzer: "standard-analyzer"} to the creat...

mrksph by Node Clone
  • 1614 Views
  • 8 replies
  • 1 kudos

Seeking Neo4j Database Structure Consultant

Location - This is a remote project. I'm located on the east coast US and prefer no more than 6-8 hours time difference for when the project grows and additional consulting/help is required. Project - A web app which will store imported data to later...

ilyafish by Node Link
  • 1109 Views
  • 3 replies
  • 1 kudos

Resolved! 'NoneType' Python object has no attribute 'split'

I'm trying to run " Link Prediction Toy Problem - Neo4J & SciKit-Learn". I have this query for the author/coauthor data: query=''' MATCH (a1)<-[:AUTHOR]-(paper)-[:AUTHOR]->(a2:Author) WITH a1, a2, paper ORDER BY a1, paper.year WITH a1, a2, collect(p...

Import json data by using APOC [HELP]

Dear developers please help me! I want to import json data into neo4j database. Now this is my data in Mongodb. I want to import like that: Here is my cipher SQL: CALL apoc.load.json("file:///data.json") yield values unwind values as value merge (g...

3X_0_d_0d754f7bb351b8e6d1e74c0659d2a1d2a62598ad.png 3X_0_3_03452a6462bff8fecfad04bdf5bdee36760d4f31.png

Springboot2.4 and Neo4j 6 Bidirectional relation

Hi! I am changing from spring boot 2.3 to 2.4, with that to neo4j 6. I am rewriting the "RelationshipEntity"s to "RelationshipPropery". The difference here is that a RelationshipProperty now only has one end of the relation as "TargetNode", instead o...