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

Make writing data to Kapacitor identical to writing data to InfluxDB #163

Closed
nathanielc opened this issue Jan 25, 2016 · 0 comments
Closed

Comments

@nathanielc
Copy link
Contributor

Kapacitor should be able to act as an InfluxDB host without any changes to the client, as far as writes are concerned.

  1. The write path must be identical so that clients that have hardcoded the path will work
  2. Somehow it would be nice to be able to pretend like the database exists. Since in Kapacitor the databse and rp are just scoping they can be created on the fly. Maybe all we need to do is support the create database call with a success so that the client thinks there is a db.

Not sure about the second point but I want this to be able to work.

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