Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikwattro/neo4j-extra-seed-providers
Extra Seed Providers for Neo4j
https://github.com/ikwattro/neo4j-extra-seed-providers
backup neo4j
Last synced: 6 days ago
JSON representation
Extra Seed Providers for Neo4j
- Host: GitHub
- URL: https://github.com/ikwattro/neo4j-extra-seed-providers
- Owner: ikwattro
- License: apache-2.0
- Created: 2023-12-28T21:16:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T20:57:30.000Z (18 days ago)
- Last Synced: 2024-12-05T21:32:16.698Z (18 days ago)
- Topics: backup, neo4j
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Neo4j Seed Providers Extra
Extra seed providers for Neo4j Enterprise
- S3 SSO : Support for S3 Seed Provider with AWS SSO/STS
## Build
```bash
mvn clean package
```## Install
Copy the jar in the plugins directory of your Neo4j Enterprise installation
Add the following line to your neo4j configuration
```
dbms.databases.seed_from_uri_providers=S3ExtraSeedProvider
```## S3 Extra Seed Provider
```
CREATE DATABASE foo OPTIONS {existingData: 'use', seedURI: 'aws-s3://mybucket/folder/mydb.backup'} WAIT
```# License
Apache 2.0