You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
The default data sources, which are shipped with WSO2 BAM 2.5.0 are defined in the <PRODUCT_HOME>/repository/conf/datsources/bam-datasources.xml
file as follows:
RDBMS datasources
Datasource name | Description |
---|
WSO2BAM_DATASOURCE | This datasource is configured to point to a relational database that is used for storing the results of the Hive analysis job. |
Cassandra datasources
Datasource name | Description |
---|
WSO2BAM_DATASOURCE | This datasource is configured to point to a relational database that is used for storing the results of the Hive analysis job. |
WSO2BAM_BAM_CASSANDRA_DATASOURCE | This datasource is used for pointing to the Cassandra node/cluster, from where the raw event streams data, which are received by the BAM receiver will be dumped in and sourced for the analyzer. It is datasource is referred by the <PRODUCT_HOME>/repository/conf/advanced/streamdefn.xml file. |
WSO2BAM_CASSANDRA_EVENT_INDEX_SOURCE | This datasource is referred by the <PRODUCT_HOME>/repository/conf/advanced/streamdefn.xml file. It is used to point to the database where the event stream indexes received by the BAM receiver are stored. |
WSO2BAM_UTIL_DATASOURCE | This datasource is used by the <hyperlink> component in BAM notifications. |
WSO2BAM_HIVE_INCREMENTAL_DATASOURCE | This datasource is used for storing indices, which are used in Hive incremental processing jobs |