Skip to main content

Recommended UX

There are two primary user experiences to consider when designing your embedded Data Import feature: the Setup Connection experience and Monitoring experience.

Setup Connection experience

Prequel Import exposes the APIs and SDKs you need to create your own setup flow. Our SDK is designed to support a Setup Connection experience that resembles the experience in the Admin UI, and consists of 3 parts:
Guide the user to select one of the supported Sources (e.g., Databricks, Snowflake, S3, etc.).
Source Selection

Monitoring experience

Similarly, Prequel Import exposes the APIs and SDKs you need to create your own sync monitoring experience. For more details and design inspiration, see the React SDK guide.

Native embedding

Prequel Import is designed to be fully embedded, and our API and developer SDKs make that simple.

Developer APIs

Use the Prequel Import API to build a fully custom connection experience for your customers.View API documentation

Alternatives to full embedding

Prequel Import also supports alternative options for connecting and configuring Providers and their Sources.
Use the Prequel Admin UI to manage Providers and Sources without writing code.