Ingest Using QuickStart

QuickStart uses MLCP to execute its input flows.

Prerequisites

Before you can ingest, you must already have a DHF project. You can create one with QuickStart or with the Gradle plugin.

1 - Create the entity.

To create your entity,

New Entities form

  1. In QuickStart’s navigation bar, click Entities.
  2. Click the wrench icon to open the entity tools control.
  3. Click + New Entity.
  4. In the New Entity form, set Title to the name you choose for your entity.
  5. Click Save.

  6. If prompted to update the index, click No.

Result

The new entity card is displayed.

2 - Create the input flow and run it.

2.1 - Create an input flow for your entity.

Create Input Flow form

  1. In QuickStart’s navigation bar, click Flows.
  2. Expand the tab with your entity name in the left panel.
  3. Click the + for Input Flows.
  4. In the Create Input Flow dialog, set Input Flow Name to the name you choose for your input flow.
  5. Click CREATE.

Result

  • Your new flow appears under Input Flows in the left panel.
  • The Run Input Flow wizard appears on the right.

2.2 - Configure and run your flow.

  1. Under Input Files, use the file browser to select your raw data source directory. Run Input Flow - Input Files
  2. Under General Options, change Input File Type to Delimited Text. Run Input Flow - General Options
  3. Under Delimited Text Options, enable the Generate URI? option to automatically generate a unique URI for each document you load. Run Input Flow - Delimited Text Options
  4. Click SAVE OPTIONS.
  5. Click RUN IMPORT.

Result

QuickStart displays a completion notice.

Job Finished notice

Next

See Also