Improved JDBC driver, stable/latest builds for self-hosted Timeplus Enterprise, and updated health check port
This week, we are excited to announce that a new JDBC driver for Timeplus is now available, supporting both streaming and batch queries. Compared to the JDBC driver we released last year, this new driver talks to Timeplus via the TCP native protocol, with better performance. Learn More
📣 Upcoming Feature: Python UDF
We are looking for early adopters for our upcoming Python User-Defined Function (UDF) feature in Timeplus Enterprise! This allows you to call your favorite Python libraries, such as pandas and NumPy, to build UDFs. To get early access for your self-hosted deployment, please contact us via email or our Slack Community.
Want to see how it works? Here's a demo from our Co-Founder, Jove Zhong, taking financial market data as an example.
👀 More from Timeplus
Did you know Timeplus can seamlessly integrate with Grafana and other tools? Jove shows live metrics in his Grafana dashboard via the Prometheus endpoint. Watch Video
✨ Product Enhancements
Timeplus Proton v1.5.12:
Updated the health check endpoint. Previously, http://localhost:8123/ping was used. Now, use either http://localhost:8123/timeplusd/ping or http://localhost:8123/proton/ping.
We've fixed an issue when querying external streams, where SELECT .. FROM table(kafka_ext_stream) may become stuck if there are unexpected data in the topic.
Timeplus Enterprise (Self-Hosted):
We now have different channels for stable builds and latest builds:
curl https://install.timeplus.com | sh downloads and installs the stable build (currently v2.3.0)
curl https://install.timeplus.com/latest | sh downloads and installs the latest build for you to try newest features and bug fixes (currently v2.3.5).
See our changelog for each stable/latest version.
New SQL Commands: SYSTEM PAUSE and SYSTEM UNPAUSE. While materialized views are long-running queries, sometimes you may want to pause them.
SYSTEM PAUSE MATERIALIZED VIEW mv will pause a materialized view
SYSTEM UNPAUSE MATERIALIZED VIEW mv will unpause it
We added this feature based on user feedback and to improve troubleshooting efficiency. Learn more
📖 New in our Docs
Operations and user management: Create, delete, or list users via Timeplus command line
Timeplus Enterprise changelog lists release history
JDBC drivers (TCP/HTTP) with installations and sample code
Each SQL command now has its own page
Change retention policies for streaming or historical storage of streams/materialized views
Getting help: how to contact us or create support tickets
🗄️ Self-Hosted Timeplus Enterprise: Install and try for 30 days. See installation options at timeplus.com/product.
☁️ Fully-Managed Timeplus Enterprise (Cloud): Get started with a 14-day free trial. Create your free workspace at us.timeplus.cloud.
🔍 See Timeplus in action: Explore our demo workspace with live data.
⭐ Visit Proton GitHub repo: github.com/timeplus-io/proton
📬 Have questions or comments for us? Get in touch to discuss your unique use cases.
Subscribe to our newsletter to learn more about streaming analytics with Timeplus.