-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenMLDB v0.5 Roadmap #1506
Labels
Comments
Hi, |
C UDF should be able to support dynamic loading. This feature is almost done. @dl239 may show some examples later. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the roadmap for the OpenMLDB v0.5 release. As a community-driven project, we love your feedback. Please follow this thread to join our discussion:
Release Date (Tentative)
v0.5.0: 25th Apr 2022
Online Core Engine
Offline Core Engine
CLI and SQL
CREATE DATABASE IF NOT EXISTS
show jobs
with a specific ordersum
,count
,min
,max
,avg
(OpenMLDB RFC-010 : Long Time Window)Java SDK
SqlClusterExecutor::executeSQL(sql)
Python SDK
openmldb.dbapi.connect().cursor().executemany()
: batch insertionopenmldb.dbapi.connect().cursor().batch_row_request()
: executing batch requestsopenmldb.dbapi.connect().cursor().in_online_mode()
: checking whether in the online modeopenmldb.dbapi.connect().cursor().get_tables(db)
: getting all tables of a given databaseopenmldb.dbapi.connect().cursor().get_all_tables()
: getting all tables of all databasesopenmldb.dbapi.connect().cursor().get_databases()
: getting all databasesopenmldb.dbapi.connect().cursor().executeRequest(SQL, parameter)
: executing a requestopenmldb.dbapi.connect().cursor().get_resultset_schema()
: getting the schema of the result setMonitoring
Ecosystem
Usability
The text was updated successfully, but these errors were encountered: