vs369
(vs369)
1
I want to import the schema files to dgraph and bring it up.
i tried using curl and live loader but its not working.
I run below command
curl -X POST 54.196.104.203:8080/admin/schema --data-binary ‘@g01.gql_schema.gz’
after running the command it showing
Dgraph browser is available for running separately using the dgraph-ratel binary
Valdanito
(Valdanito)
2
You should uncompress the gz file first.
1 Like
vs369
(vs369)
3
Yes i uncompressed the file and checked…its showing the same
Valdanito
(Valdanito)
4
1 Like
vs369
(vs369)
5
ok thanks for the support.