Skip to content
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

[Feature] Add Apache doris 2.0+ Database connector #902

Merged
merged 2 commits into from
Dec 7, 2023

Conversation

zfanswer
Copy link
Contributor

@zfanswer zfanswer commented Dec 7, 2023

Added support of Apache Doris database, tested chatdata chatdb functions on Doris 2.0, did not test 1.2.x, probably works :P.
image

and thanks a lot for PR #872, which provided tremendous assistance to this commit. I just modified a little bit, for the driver and some info retreival methods.

and I fixed the web UI of the doris db setup locally, but couldn't do as much as PR #889 , could reviewers help to fix the web ui as well?
image

@csunny
Copy link
Collaborator

csunny commented Dec 7, 2023

Cool~ @Aries-ckt

Copy link
Collaborator

@csunny csunny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job, LGTM~

@Aries-ckt
Copy link
Collaborator

Aries-ckt commented Dec 7, 2023

Great, Doris is a very practical analytic data warehouse, thank you so much for your contribution. Have you joined our WeChat group?
add Doris web icon please.@Hzh_97

@Aries-ckt Aries-ckt merged commit a6642dc into eosphoros-ai:main Dec 7, 2023
3 checks passed
@zfanswer
Copy link
Contributor Author

zfanswer commented Dec 8, 2023

Great, Doris is a very practical analytic data warehouse, thank you so much for your contribution. Have you joined our WeChat group? add Doris web icon please.@Hzh_97

yeap, I'm in the group 5 (which has very few conversiontion there...).

I forgot mention that installing pip package pydoris may have some problmen on Mac, I don't know which doc to put this.

https://stackoverflow.com/questions/76876823/cannot-install-mysqlclient-on-macos

# Assume you are activating Python 3 venv
$ brew install mysql-client pkg-config
$ export PKG_CONFIG_PATH="/opt/homebrew/opt/mysql-client/lib/pkgconfig"
$ pip install mysqlclient
$ pip install pydoirs

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