-
CREATE (Skol:Beer { name:'Skol' }),(Guiness:Beer { name: 'Guiness' }),(Pilsen:Kind { name: 'Pilsen' }),(Skol)-[:KNOWS]->(Pilsen),(Guiness)-[:KNOWS]->(Pilsen)
-
Is there a dependency missing here?
```
neo4apis activerecord all_tables --import-all-associations
requiring neo4apis-activerecord
WARN: Unresolved specs during Gem::Specification.reset:
minite…
-
**Issue by [tolomaus](https://github.com/tolomaus)**
_Saturday Sep 05, 2020 at 16:21 GMT_
_Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1652_
----
Hi, I'm migr…
-
**Describe the bug**
Neo4j.Driver.Mapping.MappingFailedException: 'Cannot map record to type X because the record does not contain a value for the property 'Y'.'
Did the behaviour change?
**T…
-
Hi Guys,
i am trying to send the data from neo4j to kafka using neo4j Streams.
streams.source.enabled=true
streams.sink.enabled=false
kafka.zookeeper.connect=localhost:2181
kafka.bootstrap.s…
-
https://github.com/neo4j/neo4j/issues/1736
http://console.neo4j.org/?id=kw2sse
-
When I connect to neo4j-client, an error "Could not agree on a protocol version" will be reported. My version of neo4j is community-4.1.1 and the version of neo4j-client is 2.2.0. I can open neo4j in …
-
I am trying to fetch data from neo4j using fabric in neo4j-graphql-java. I have two subgraphs and i am using fabric to fetch data from one of the subgraphs.
I am using library neo4j-graphql-java - …
-
**App and Neo4j sandbox are running condition**
_npm run seedDb_ cause following error on WSL:
```
Error: Error: GraphQL error: Failed to connect to server. Please ensure that your database is li…
-
## 작업 내용 설명
노드 간 연결관계를 나타내기 위해 Neo4j 연동합니다.
## 체크리스트
"중요한 순서" 대로 작업 리스트를 작성해주세요
- [ ] Neo4j 연동
- [ ] link 테이블 생성
- [ ] 관련 api, service... 개발