Kafka Encryption with SSL
Apache Kafka is a community distributed event streaming platform capable of handling events. This Article is about how you can secure Kafka communication both inter-broker and external. You can find plenty of information in official Confluent web site but through this article you will find useful commands how can
Top IT Outsourcing Companies in Turkey 2019
At CloudNesil, we develop software with our niche expertise and cutting-edge technologies. We work on projects including aspects of Big Data, Machine Learning, and Cloud Transformation. Since 2013, we have been helping our clients achieve their goals with our technology solutions. We are excited about recently winning an award for being a Top
AWS Glue
AWS Glue is a fully managed extract, transform, and load (ETL) service that makes it easy for customers to prepare and load their data for analytics. You can create and run an ETL job with a few clicks in the AWS Management Console. You simply point AWS Glue to your data stored on
Backup/Restore elasticsearch between aws accounts
This article is about backing up and restoring elasticsearch between aws accounts. Since you can find plenty of resources online about installing s3 plugin, creating iam user, creating iam role for s3 access. I will focus on key points of backup and restore. Create snapshot repository on where you want to take backup. ```PUT /_snapshot/$snapshot_repository?verify=false&pretty{"type":
Serverless Framework
Serverless Framework The Serverless Framework is a CLI tool that allows users to build & deploy auto-scaling, pay-per-execution, event-driven functions. Write your code, configure events to trigger your functions, then deploy & run those functions to your cloud provider via the Serverless CLI. You can create and run serverless service at the different platforms. These are