Skip to content

The deployment of a data lineage and error-checking pipeline with Kubernetes and ELK. The repository will include all necessary YAML files, configurations, and scripts.

License

Notifications You must be signed in to change notification settings

kardesyazilim/data-pipeline-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Pipeline Automation with Kubernetes and ELK

This repository automates the deployment of a scalable data pipeline on Kubernetes. It integrates Kafka, Spark, HDFS, and Atlas for data lineage tracking and error-checking, alongside ELK (Elasticsearch, Logstash, Kibana) for advanced monitoring and logging.

Features

  • Data Processing: Stream and batch processing with Apache Spark.
  • Data Lineage: Apache Atlas integration.
  • Monitoring: ELK Stack with Filebeat for log aggregation.
  • Scalability: Kubernetes for container orchestration.
  • Automation: Spark jobs with Kubernetes CronJobs.

Getting Started

  1. Clone the repository:

    git clone https://github.com/kardesyazilim/data-pipeline-k8s.git
    cd data-pipeline-k8s
  2. Deploy infrastructure components:

    kubectl apply -f manifests/
  3. Monitor logs and metrics in Kibana.

Repository Structure

data-pipeline-k8s/
├── README.md
├── helm-charts/
├── manifests/
├── spark-scripts/
├── config/
├── LICENSE
└── .gitignore

About

The deployment of a data lineage and error-checking pipeline with Kubernetes and ELK. The repository will include all necessary YAML files, configurations, and scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages