evitaDB
evitaDB copied to clipboard
REST / GraphQL support for backup process
Prepare services for backup & restore implemented in issue https://github.com/FgForrest/evitaDB/issues/41. Some utilities needs to be able to invoke those via command-line interface (shell scripts, CURLs). Unfortunatelly gRPC cannot be used this way.
- [ ] when the implementation is done @novoj will add documentation to the evitadb.io site
Related to #995