Flink is great at what it does and the flink sql client looks very promising. I'm trying to understand if it would be possible to integrate governance tools with flink sql client when used for interactive queries.
This is currently not supported, but it has recently been discussed in the community and the integration is work in progress. [1]
[1] http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Discussion-Job-generation-submission-hooks-Atlas-integration-tp37298.html
Related
Could anyone advise me how can sync data between SQL Server on premise to AWS using CDC or change tracking. I'm not sure,can I use SSIS for integration?
Thank you
The canonical AWS method for SQL Server-to-cloud CDC is Database Migration Services, it works with both self-managed SQL Server instances and RDS instances of SQL Server. Be aware it has some limitations and prerequisites for your SQL Server, so do an assessment up front that your scenario is applicable.
If you can't meet the prerequisites or constraints above, you can also consider using the popular open source tool Debezium, especially if you have to have a lot of custom hooks before or after the CDC, since it posts all the changes to a Kafka topic.
SSIS is an acceptable tool if you're only doing batch-level updates and don't need near-realtime replication and you want to fully control the synchronization, but there is a lot of overhead to developing and maintaining those types of packages. I wouldn't recommend it.
We are using SQL DB for our application and these both are hosted on AWS. We have already setup CI/CD pipeline for application as per environment.
So, my question is how can we automate SQL schema changes using AWS? I know there are lot of third party tools are available in the marked, but is it possible using AWS managed services?
Thanks for the help !
Currently we are in Drools Camel Server 5.5.0; we would like to upgrade to new version. When I check the Drools download page which shows 6.4 is the latest, and does not have the Drools Camel server build. I find description provided for KIE Execution Server, which resemblance with the drools Camel Server feature. Is Drools server renamed as KIE Execution Server?
See this post 'Drools Camel Server' vs 'KIE-WB Execution Server' which describes how Drools v5.5 Drools-Camel-Server capabilities are now integrated into KIE-Workbench Remote.
Is there any documentation with integrating icinga2 IDo format with MS-SQL database. Currently I can only find mysql or postgres addons.
I am unfortunately stuck to ms-sql as the only db option so cannot integrate icinga2 with mysql , mariadb or postgres
After following up with the icinga dev team on their mailing list ,I figured out that icinga2 currently does not support mssql or oracle and does not have any plans on doing so in the near future.
Since the feature is not supported in their "core" , it is not supported by any of the icinga UI's as well
Good day. :D
I'm in some trouble configuring BonitaBPM with Ms Sql database.
Already searched a lot on the internet but many of the examples used in mysql show, it tried to do the same, so that the problem that the files mentioned in the articles do not exist in my folders setup Bonita (Bundle, etc.).
I try to configure the file that links to BD's but gives a runtime error.
My goal is to use Ms Sql as the primary database, thus making the emigration of all tables in Bonita to SQL DB.
I would like to receive an example how to do this configuration.
Thank you already.
Actually Bonita BPM 6 can be configured to use Microsoft SQL Server 2012 (Bonitasoft provide official support for such configuration) but only with the JBoss bundle or other supported applications server such as Oracle WebLogic.
That is because:
Apache Tomcat is not a full Java EE application server
An extra library (Bitronix) is included to provide transaction management support
Bitronix has known issues with SQL Server
So only solution I may suggest is to switch to JBoss bundle, or, if possible, use an alternative DBMS such as PostgreSQL.
Sorry to not be able to come with a better option but here we facing a limitation of Bitronix library.