Hi Jaspaul, Yes, Eagle has supported RDBMS as meta store. I just created design page in eagle wiki to start track what is still missing.
https://cwiki.apache.org/confluence/display/EAG/JDBC+Extension?flashId=1261 958856 What we need do that now is run sanity check on the features in the code. And also we need create scripts to initialize the table while installing monitoring application, like what Eagle did in eagle-create-table.rb which is for hbase table creation only. I will run some basic tests before handing it over to you. Thanks Edward On 1/11/16, 11:35, "Jaspaul Chahal" <[email protected]> wrote: >Hello Guys, > > >My name is Jaspaul and am working as Senior Engineer at Dataguise Inc. >We, here, are trying to get Eagle working with RDBMS as storage-type. So, >we need help on the steps to be followed to get it working with Mysql. > > >I have the following questions regarding this: > > * Is Eagle working with JDBC storage type already? > > * What are the steps to be followed to setup storage type to JDBC? > > * We know the following steps , so far: > * modify eagle-service.conf file ,set storage type to JDBC and >other JDBC parameters > * Copy JDBC connector jar (MySql connector jar is already >there) to ~/eagle/lib/tomcat/webapps/eagle-service/WEB-INF/lib/ > * Copy eagle-storage-jdbc-0.3.0.jar to >~/eagle/lib/tomcat/webapps/eagle-service/WEB-INF/lib/. > > * How JDBC database and tables are created, where is the DDL file? >How can we generate the DDL? > > >Thanks in Advance! > > >Regards, >Jaspaul Chahal
