Could anyone help me with how to set pinot data in...
# getting-started
l
Could anyone help me with how to set pinot data in ThirdEye configuration? https://thirdeye.readthedocs.io/en/latest/index.html It's showing the example configuration with MySQL, but my data is Pinot data. I'm trying to set csv data(I've already installed Pinot docker and added this csv as dataset/table) in thirdeye dashboard. How can I change the configurations for this? Thanks in advance.
m
Hi @Luy What are your use-cases and need for making ThirdEye work? What problem you are trying to solve? As mentioned before we have limited support in the old ThirdEye. Here is a document that talks about connecting ThirdEye with Pinot: https://thirdeye.readthedocs.io/en/latest/pinot.html cc: @Suvodeep Pyne
l
@Suvodeep Pyne Could you give me sample configurations for detector.yml, persistence.yml and data-sources-config.yml in case of pinot data usage?
s
@Luy ThirdEye uses MySQL for storing data. Example config files are already in the docs I shared: pinot doc contains a sample data sources yaml. getting started has persistence yaml.
l
I'm not using MySQL. My datasource is Pinot data. I'm not sure if I do misunderstand you. Could you give me one example configuration about local pinot dataset?