CritasWang commented on issue #9:
URL:
https://github.com/apache/iotdb-client-nodejs/issues/9#issuecomment-4551924259
Hi @juancasax,
Thanks a lot for trying out the client and for the detailed report — really
appreciated!
Status of the package
The current version (@iotdb/client) has not been published to the npm
registry yet. The README install instructions are pointing to the intended
future package name, but the actual publish hasn't happened, which is why npm
install @iotdb/client fails for you.
The older iotdb-client-nodejs package on npm is an unrelated/outdated
artifact and is not maintained as part of this repository — please don't rely
on it. Your workaround (installing from the GitHub repo and building locally)
is currently the correct way to use it.
Important compatibility note
This client targets Apache IoTDB 2.x only. It is not compatible with IoTDB
1.x (including the 1.3.3 version you mentioned). The RPC interfaces and the
table model used by this client require a 2.x server. If you need a Node.js
client for IoTDB 1.x, this repository is unfortunately not the right one.
Next steps on our side
- We will publish @iotdb/client to npm in an upcoming release.
- We'll also clarify the IoTDB version requirement (2.x) in the README to
avoid further confusion.
Once the first official release is out, npm install @iotdb/client will work
as documented. I'll keep this issue updated. Thanks again for the feedback!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]