introduced a new custom file format used for backup and ingestion

The new file format reduces repetition, is easy to parse,
easy to generate in any language and is human readable.
This commit is contained in:
2019-02-03 15:36:28 +01:00
parent 1d8ca0e21c
commit 668d73c926
9 changed files with 439 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ public class DataStore implements AutoCloseable {
public static final char LISTING_FILE_SEPARATOR = ',';
private static final String SUBDIR_STORAGE = "storage";
public static final String SUBDIR_STORAGE = "storage";
// used to generate doc ids that are
// a) unique