Want to Learn About Technology?

Our technology blog provides valuable insights and information on the latest technological advancements, whether you are an industry expert or simply curious, our blog is the perfect place to stay informed and engaged.

Process Nested Jsons Using AWS Athena

Process Nested Jsons Using AWS Athena

Overview This Article shows how to import a nested json like order and order details in to a flat table using AWS Athena . Athena is the most powerful tool that can scan millions of nested documents on S3 and transform it to flat structure if needed. Athena will...

Create New form with ReactJS in Kibana using ElasticUI

Create New form with ReactJS in Kibana using ElasticUI

React is a Javascript library for building user interfaces developed by facebook.React can be used for developing single-page and mobile applications. ElasticUI is a framework. It is a collection of React UI components.It is mostly used for quickly building user...

Custom Router Component For React Router

Custom Router Component For React Router

React is a Javascript library for building user interfaces developed by facebook.React can be used for developing single-page and mobile applications.These are the web apps that don’t need whole page reload on change of a view. In the React community, React router is...