-
Notifications
You must be signed in to change notification settings - Fork 218
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 a historian backed by a more robust DB #68
Comments
Would an of the nosql solutions be acceptable? |
That might be another issue. This was targeted more at Postgres/MySQL which are ones we've had people specifically ask about. |
For time series data, a NoSQL solution may be acceptable. But a lot of the On Tue, May 26, 2015 at 1:39 PM, Craig notifications@github.com wrote:
|
For postgres
For mysql
|
I will be using mysql as it is more comfortable for me. |
@craig8, please consider sticking to a DB package complying to the Python DBAPI as much as possible. This should allow easily swapping out the underlying database with any other that also supports the API. Also, are you targeting MySQL or its forked, open-source sister, MariaDB? |
Oh yes definitely using a DBAPI compliant driver... From what I can tell the maria folks have made it so that mysql code runs against their fork. So in theory it shouldn't matter one way or the other. Am I wrong? |
On second thought I will write a SQLHistorian that does this. |
Possibly Postgres.
The text was updated successfully, but these errors were encountered: