Skip to content

Timeplus plugin #1544

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

Merged
merged 39 commits into from
Oct 28, 2024
Merged

Timeplus plugin #1544

merged 39 commits into from
Oct 28, 2024

Conversation

jovezhong
Copy link
Contributor

Adding a plugin for Timeplus, this is a streaming database, built on ClickHouse code base with similar features as Apache Flink, but all in C++

I updated the backend and frontend code based on the clickhouse plugin.

@jovezhong jovezhong marked this pull request as ready for review October 25, 2024 02:28
@jovezhong
Copy link
Contributor Author

The plugin works now. To test it, you can run curl https://install.timeplus.com/oss | sh to install the Timeplus proton, and start it via proton server. Then connect it with

  • host=localhost
  • port=7587
  • database=default
  • user=default
  • password=

I need to enhance this plugin further provide better SQL recommendation, such as understanding our SQL functions https://docs.timeplus.com/functions

@Chat2DB-Pro Chat2DB-Pro changed the base branch from main to dev October 28, 2024 01:45
@Chat2DB-Pro Chat2DB-Pro merged commit d8a4fdf into CodePhiliaX:dev Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants