Hi all, I'm glad to announce that the Apache IoTDB Node.js client repository has been initialized [1].
This client provides a Node.js/TypeScript SDK for Apache IoTDB, supporting both tree model and table model. Key features include: - Session & SessionPool for tree model (timeseries) - TableSession & TableSessionPool for table model (relational) - Connection pooling with round-robin load balancing across multiple nodes - Apache Thrift-based RPC communication - SSL/TLS support - TypeScript type definitions included Documentation and examples are available in the repository under docs/ and examples/. The default branch is develop. Feedback and contributions are welcome! [1]: https://github.com/apache/iotdb-client-nodejs Best regards, Xuan Wang
