Hi, Great to see this. In my downstream OSS automotive project we use Typescript for a component that accesses IoTDB and are currently carrying boiler plate for the Thrift bindings. Apart from the obvious development costs I never liked it as it was the most visible IoTDB connector code in the code base and at a superficial glance could make IoTDB connections appear more complex than they are.
So, not having to maintain the bindings, whilst cleaning up the connection code would be great. I have asked the developers to look at the client and will report back any findings. Do you plan to package the client and publish it in a package registry such as NPM? If so, can I be cheeky and ask when? Best wishes, Steve > -----Original Message----- > From: Wang Critas <[email protected]> > Sent: 30 April 2026 11:36 > To: dev <[email protected]> > Subject: [Announce] Apache IoTDB Node.js Client Repository Initialized > > 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.c/ > om%2Fapache%2Fiotdb-client- > nodejs&data=05%7C02%7Cstephen.lawrence%40renesas.com%7C4d50fc4a609f4f6b435 > 608dea6a4951b%7C53d82571da1947e49cb4625a166a4a2a%7C0%7C0%7C639131422970762 > 547%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIl > AiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=Lf9HFjv4 > A1o5rffa%2BHJPpNniJmx4DjveSrWowGQiiH4%3D&reserved=0 > > Best regards, > Xuan Wang
