Class Ingester


  • public class Ingester
    extends Object
    This will ingest a file into the store. The format for a file is either a single JSONObject or an array of them. Each object may have an id set with the STORE_ID_TAG. If no store id is found then a random id is generated.

    Created by Jeff Gaynor
    on 6/6/19 at 2:14 PM