You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI command for conduit init which creates a template pipeline configuration file based on the chosen source and destination (quick and dirty + patch release, to make it available)
Write a clear quickstart guide that brings a newcomer to the "aha" moment as fast as possible
Video tutorial that follows the quickstart guide for users who want to see Conduit in action without installing it themselves
After this, we should be ready to reach out to users and verify that the onboarding experience makes sense, based on the feedback we can continuously improve it.
Explain that running Conduit now results in an empty instance.
Only useful if you want to interact with Conduit via the API.
Build your first pipeline
First pipeline should use connectors that don't require external resources.
generator -> file is a good candidate.
The log destination is another candidate, but file is better, since the records land outside of Conduit and get persisted (as opposed to the log), so it's easier to understand what Conduit is doing.
Ideally, we should have a conduit init command in this step.
Run Conduit and see data flowing at this stage.
Add your first processor
Mask a field or similar. We should identify a simple use case, but one that actually reflects some common processing use case.
Restart Conduit and see the updated data flow again.
Refer to next steps
Discover connectors
Discover advanced features (e.g. DLQ, batching, multiple collections, WASM processors)
This issue encompasses:
conduit init
which creates a template pipeline configuration file based on the chosen source and destination (quick and dirty + patch release, to make it available)After this, we should be ready to reach out to users and verify that the onboarding experience makes sense, based on the feedback we can continuously improve it.
Tasks:
conduit init
command #1924The text was updated successfully, but these errors were encountered: