Avro Schema convert to Elasticsearch mapping

I saw the below issue on this forum

So I made this project for solving it.


It has two features.
First, you can load Avro schema using Registry API
Secondly, you can convert Avro schema to Elasticsearch Mapping simplify

Thank you!

1 Like

@happyprg Where is this project? Is it open source? How can I use it?

Of course.
You can find out at here

Please use it.

2018๋…„ 3์›” 7์ผ (์ˆ˜) ์˜ค์ „ 1:42, Kant Kodali elastic@discoursemail.com๋‹˜์ด ์ž‘์„ฑ:

And if you need it. I will prepare online converter,
Then you dont need to run application

Hi @happyprg

that's a nice solution you have provided.

I have to implement something like the below and create a design. Please see if you have any inputs for this -

I want to get the schema information stored in schema registry to elastic search with out using Elastic connector provided which loads the payload from kafka to ELK.
My use case states to move only the schema information from schema registry to Elastic search, without involving into payload from kafka to elastic search.

I am consuming schema information through REST api into registry, but how can i move the data from registry to ELK stack?

I think the above solution helps, but just wanted to understand in detail.

wam regards,
Neelotpaul

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.