Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export from Redis Graph and Import into Falkor #660

Open
chpatel2 opened this issue Apr 24, 2024 · 1 comment
Open

Export from Redis Graph and Import into Falkor #660

chpatel2 opened this issue Apr 24, 2024 · 1 comment
Labels
question Further information is requested

Comments

@chpatel2
Copy link

We have a few instances of Redis graph in production. trying to experiment porting over to Falkor. Is there a way to export from redis graph and then import into Falkor? thanks.

@swilly22 swilly22 added the question Further information is requested label Apr 24, 2024
@swilly22
Copy link
Contributor

swilly22 commented Apr 24, 2024

Yes, you can export your data via RDB, using redis-cli issue the BGSAVE command to create an RDB from RedisGraph.
Once the RDB file is created place it in the same directory from which you'll run FalkorDB and it will pick it up automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants