Hi Jose, Griffin consists of service and measure modules, users can configure and schedule jobs in the service module, and the jobs would be submitted to the measure module for calculation. The configuration of each measure user defined is managed by Griffin service, and stored in the DB you configured in the service, like MySQL, PostgreSQL, etc. The metrics, which is the calculation results of each submitted measure job instance, is stored in Elasticsearch by default, and the sink types could also be configured as HDFS, or any other ways you implemented for.
Thanks Lionel, Liu From: [email protected] Sent: 2019年7月19日 14:19 To: [email protected] Subject: RE: Griffin storage requirements Hello, One question about griffin measures repository, where is it stored by default? Is there any way on configuring it? Regards -----Mensaje original----- De: Kevin Yao <[email protected]> Enviado el: Friday, July 19, 2019 5:38 AM Para: [email protected] Asunto: Re: Griffin storage requirements Hi, Thanks for being interested. You can check the following documents. https://github.com/apache/griffin/blob/master/README.md#references https://github.com/apache/griffin/tree/master/griffin-doc https://cwiki.apache.org/confluence/display/GRIFFIN/3.+Usage+Guidance Thanks, Kevin On Wed, Jul 17, 2019 at 10:51 PM < [email protected]> wrote: > Hello, > > We are starting a new Project with Apache Griffin and we need to know > which are the storage requirements for Griffin and we have found no > documentation about it, can you give us this information? > > Waiting for your answer. > > Regards >
