-
Notifications
You must be signed in to change notification settings - Fork 522
TODO #109
Comments
I have a small working library that plan to make it into Pandas, you can take a look if you want here |
@dashesy Would you keep me updated on that please? If this is ever merged in pandas I would love to support it in the lib. |
'rows' was renamed in 'series', related to influxdata#109
'rows' was renamed in 'series', related to influxdata#109
The test coverage on DataFrameClient is quite weak, it might be nice to add this to the TODO. |
Noted. |
As I noticed, InfluxDB v0.9 supports clustering. Does influxdb-python supports connecting to multiple hosts(a cluster) now? I think the new version should handle clustering properly. |
about :
it's (very "simply", with write_points() method) tested in last version.. within class UdpTests.. which could probably be extended with others udp tests more advanced, eventually. |
I posted a pull request for clustering. Please review. |
@ReAzem we could have had/followed the same (at least major) version than the server.. now it's over unless we delete the tags.. (which I'd vote for but it depends..) wdyt ? |
The versioning of the lib has nothing to do with the versioning of the server. This is not the same project. I am following the Semantic Versioning spec. major.minor.patch Everytime the API breaks: major release The next tag will be 2.0.0 because we broke the API with ResultSet. |
that is a shame ! ;) no kidding ;) Ofcourse there aren't the same project :p but they are quite tightly coupled.. aren't they ? then why did you raised from v0.4.1 to v1.0.0 .. ? we certainly could have had v0.9-rcXX :s
because you already tagged v1.0.0 previously ;) which I still don't see a/the reason actually.. |
Can't do that and respect semver at the same time. I think semver is more important than this.
I wanted to release to PyPI ASAP because of the influxdb08 sub-module. This was a good time so I released 1.0.0. 1.0.0 should have been released a long time ago, I didn't manage versioning at this time. See the Semver Specification:
|
ok for the Semver spec.. but hell :
:| there are people using influxdb-server (but v0.8 then...) and its python-client in production (which should then be influxdb-python v0.4.1 ....) ?? |
Yes. See here (hopefully it all worked out for him!):
InfluxDB 0.5.0 was announced as ready for production: http://influxdb.com/blog/2014/03/24/influxdb_v0_5_0_ready_for_production.html I will absolutely keep respecting the semver spec. I will also never revert a tag. PyPI won't let me do it and its just terrible practice anyways. |
I confirm, if need be, that I use influxdb python in production. On Mon, Apr 13, 2015, 21:01 Alexandre Viau [email protected] wrote:
|
points taken.
yeah I know.. PyPI is just right in that. |
i got a problem ,when i ran an example: this is so wired,i can't figure it out,can anybody help me ? |
@peterchou91 you're attempting to read from a time series which does not exist. If you think it exists, can you check that it is indeed called BTW, I'm not sure here is the appropriate place to discuss your issue. |
Any reason not to be using this module with 0.9.x now ? |
@richard-kti The module supports 9.0.x. |
Should this be updated to use line instead of JSON? |
Already done as of 2.7.0 |
I must have missed that, my apologies. |
I was using this issue when doing the transition to 0.9.0 and taking over the repository. I don't think it is useful anymore, as it is turning into a forum. I'll close this. |
TODO LIST
DONE
The text was updated successfully, but these errors were encountered: