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

switch GET api interface to direct interface with elasticsearch #12

Open
Dieterbe opened this issue Nov 25, 2013 · 0 comments
Open

switch GET api interface to direct interface with elasticsearch #12

Dieterbe opened this issue Nov 25, 2013 · 0 comments

Comments

@Dieterbe
Copy link
Owner

anthracite will be using ES as backend store for the foreseeable future.
anthracite should keep it's own api for put/post requests, because it does validation based on custom schema, and may even need to do certain actions / document modifications based on the data;

but for getting documents, there's no need to create our own API if ES already has a great one.
we want support for searches, date/time ranges etc, so I'm thinking anthracite should just proxy certain requests to ES, based on certain rules, and others (to store documents) it should handle itself.

for now, tools that retrieve events (like timeserieswidget) can just query ES, and i'll figure something out so that you can point to the anthracite url and have it proxy automatically

cc @coreygrunewald

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