Giter Club home page Giter Club logo

datazipassessment's Introduction

DevOps Assessment: Clickhouse and Superset Deployment on Minikube

Overview

This repository contains Kubernetes configurations to deploy Clickhouse and Superset on Minikube. Clickhouse serves as an open-source data warehouse, while Superset is utilized for business intelligence purposes, enabling visualization and analysis of data stored in Clickhouse.

Prerequisites

Before getting started, ensure you have the following installed:

  • Minikube: Local Kubernetes cluster management tool.
  • kubectl: Kubernetes command-line tool for interacting with clusters.
  • Docker: Containerization platform knowledge for building and managing images.

Components

Clickhouse Deployment

  • Description: StatefulSet deployment for Clickhouse with persistent storage of 10GB.
  • Image: Uses yandex/clickhouse-server:latest.
  • Ports: Exposes port 9000 for native Clickhouse communication.

Superset Deployment

  • Description: Deployment of Superset, a BI tool for creating reports and visualizations.
  • Image: Uses apache/superset:latest.
  • Ports: Exposes port 8088 for accessing the Superset UI.

Deployment Instructions

  1. Clone the Repository:
    git clone https://github.com/saiguptha2003/datazipAssessment.git
    cd datazipAssessment
    
    
  2. Deploy ClickHouse and apache superset:
    kubectl apply -f clickhouse.yaml
    kubectl apply -f superset.yaml
  3. Accessing Superset::
    kubectl describe service superset | grep NodePort

connecting Clickhouse to Superset:

In Superset UI, navigate to Data > Databases. Add a new database connection for Clickhouse using the provided connection string.

Notes

Ensure Docker is running and accessible to Minikube for pulling images.
Adjust YAML configurations for production deployments as necessary.

Contact Information

For any questions or assistance, please contact:

Name: V D Panduranga Sai Guptha
Email: [email protected]
GitHub: saiguptha2003
LinkedIn: saiguptha2003

datazipassessment's People

Contributors

saiguptha2003 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.