this is for support of ingest from URL directly from DataStore. We will likely need to move logic from LocalFileIngestDriver into core-store to share code between the two. It seems that the local file ingest command could simply call DataStore.ingest() if no options/capabilities were lost in translation.
this is for support of ingest from URL directly from DataStore. We will likely need to move logic from LocalFileIngestDriver into core-store to share code between the two. It seems that the local file ingest command could simply call DataStore.ingest() if no options/capabilities were lost in translation.