Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create interface for ddprofiler #103

Open
raulcf opened this issue Oct 16, 2017 · 1 comment
Open

Create interface for ddprofiler #103

raulcf opened this issue Oct 16, 2017 · 1 comment
Milestone

Comments

@raulcf
Copy link
Contributor

raulcf commented Oct 16, 2017

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.

@raulcf raulcf added this to the v0.5 milestone Oct 16, 2017
@raulcf
Copy link
Contributor Author

raulcf commented Apr 5, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant