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
The interface should accept different data sources, with a serde and a target. Simplify its usage. Keep in mind the different front-ends of this interface when designing it.
The text was updated successfully, but these errors were encountered:
This issue boils down to making the web rest api work. The profiler then has two execution modes: batch and online. Batch mode is the current one. In 'online' mode the profiler is listening to requests to index new sources. The format of the sources should be the same as defined in the YAML file. The profiler should be then prepared to index those new sources on demand, as they are added through the REST interface.
The interface should accept different data sources, with a serde and a target. Simplify its usage. Keep in mind the different front-ends of this interface when designing it.
The text was updated successfully, but these errors were encountered: