how to read mysql binlog in Pentaho? - etl

I want to know how to download the plugin. I ask chatgpt , it tells me to download the JDBC plugin, but i can't find the download link of "Modified Java DataBase(JDBC) Input", and I can't find the steps or plugin in my Pentaho either. So i want want some help in stackoverflow, can somebody help me . thanks a lot ...
If you don't understand what i'm talking about , just tell me how to read mysql binlog in pentaho, and where to download neccessary plugin

Related

How to use Jira source connector from workplace search with hipster

I generate a jhipster monolith project. I use Elasticsearch and Kibana with it. I link Jira as a source connector in workplaceSearch and I want to use these datas in jhipster but I don't know how to do it.
Can you please help me? If you need more Informations, don't hesitate to ask.

Clickhouse can't authenticate in MongoDB nor passing empty credentials

everyone. I've been following in Github the progression of this issue handling. I think and believe all is OK now. I just need you to tell me what to do in my deployments. I've just installed Clickhouse 21.8.9, and I'm trying to make some tests in order to extract from MongoDB and fill out an aggregatingMergeTree table in Clickhouse. I've been reading a lot of tech doc about Clickhouse possibilities, so I know that is not the only way to accomplish what I want to do. But it's a valid way, so I want to test it. My Clickhouse installation comes from downloaded DEB files (I'm using Ubuntu 20.04 in my laptop). According to some changes I saw in the Clickhouse repo at Github, it seems I might have to re-compile Clickhouse, is that correct? What do you advice me to do? Thanks in advance.
PS: I've just tried in a MongoDB 3.6 and a MongoDB 4.0, the outcome is the same: no admit empty username or cannot authenticate if I use credentials

Kibana plugin resources

Heyy, I'm looking for up-to-date kibana plug-in resources to help me learn and understand how to develop one.
All the resources I've found are out-of-date.
Can anyone help, please?
I suggest understanding plugin directory structure for traffic plugin which would be one of simplest plugin to understand and you could directly add it to your installed plugin folder in kibana and see it working.
Other than that I would also suggest you do read Tim Roes blogs for developing kibana plugins.
Last I would also suggest to use elasticsearch discussion forum for kibana related issues as well for quicker responses.
As kibana has different js files which loaded synchrnized way. you can use as it required.

connect to elasticsearch using eclipse

Hello am a student and keen in learning elasticsearch, I could run and create index in elasticsearch from browser but can you give me detailed step by step guide to connect elasticsearch using eclipse and the code used to connect and create index.
Thanks
I know this isn't the answer you want but the way you have phrased the question, the clear answer is no.
Please review this https://stackoverflow.com/help/how-to-ask
Then edit your question to show what attempt you have made to understand the problem on your own. This is not a site where people do tutorials, sorry.

Retriving project specific information stored in sonar Derby

Please help me out to access the project specific information stored in my Sonar default server derby. As have very leass understading on it.
What I want to retrieve is very simple: it is just the information displayed on every sonar home page (http://localhost:9000/), that is to say the project name, the rules compliance indicator, the code coverage indicator and the build time...
Your guidance will be appreciable..
Thanks in advance..
You should not try to retrieve information directly from the database, for the DB is not an API and may change at any time without notice.
If you want to retrieve information stored by Sonar, please use Sonar Web Service API instead.

Resources