Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utnaf/neo4j-connector-apache-spark-notebooks
Collection of notebooks to get started with Neo4j Connector for Apache Spark
https://github.com/utnaf/neo4j-connector-apache-spark-notebooks
neo4j spark
Last synced: 27 days ago
JSON representation
Collection of notebooks to get started with Neo4j Connector for Apache Spark
- Host: GitHub
- URL: https://github.com/utnaf/neo4j-connector-apache-spark-notebooks
- Owner: utnaf
- Created: 2020-08-31T12:27:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T10:05:01.000Z (over 3 years ago)
- Last Synced: 2023-09-16T11:07:49.479Z (over 1 year ago)
- Topics: neo4j, spark
- Language: Dockerfile
- Homepage: https://github.com/neo4j-contrib/neo4j-spark-connector
- Size: 26.7 MB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neo4j Connector for Apache Spark Zeppelin Notebooks
Collection of notebooks to get play with [Neo4j Connector for Apache Spark](https://github.com/neo4j-contrib/neo4j-spark-connector).
```
docker-compose up
```If you want to get rid of the volume and the network:
```
docker-compose down
```## Featuring
* Spark 2.4.5 with Scala 11
* Latest **Neo4j Connector for Apache Spark**
* [Neo4j Interpreter for Zeppelin](https://zeppelin.apache.org/docs/0.8.0/interpreter/neo4j.html)
* [Kinesis Connector for Structured Streaming](https://github.com/qubole/kinesis-sql)## Getting Started
* Zeppelin [localhost:8080](http://localhost:8080)
* Neo4j Browser [localhost:7474](http://localhost:7474) (Username `neo4j`, Password `password`)The Neo4j database data are volatile by default.
If you want to change this behaviour check [these lines](https://github.com/utnaf/neo4j-connector-apache-spark-notebooks/blob/master/docker-compose.yml#L20-L22) in the `docker-compose.yml`.