Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Is it possible to deploy cloudgraphdev to AWS and use EFS for the storage needed by Dgraph? Trying to understand deployment options.

thanks

You must be logged in to vote

Replies: 1 comment · 1 reply

Comment options

It would be possible to set up DGraph to do this via a few different methods, like using an EFS persistent volume in EKS or building containers on the DGraph provided ones that configure and mount the EFS volume to the container before starting the service.

However, is not a good idea. E

FS has small but non negligible propagation delays for internal replication. This causes problems for very rapid write-read workloads. It is advised not to use EFS for the data storage for PostgreSQL, for example, as it can cause data loss in some usage patterns. I've personally encountered this trying to use EFS as the storage backend for a git repository. We haven't done any profiling, but I expect this would be the case with CloudGraph's usage of DGraph.

You must be logged in to vote
1 reply
@pchaganti
Comment options

In order to use it on AWS, what would you recommend for storage? EBS volumes?

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.