Git Product home page Git Product logo

poc-trino's Introduction

poc-trino

Kafka Cluster

Strimzi

helm repo add strimzi https://strimzi.io/charts/
helm install strimzi-operator strimzi/strimzi-kafka-operator -n trino --create-namespace

Kafka

kubectl apply -f kafka/kafka-cluster.yaml -n trino

Verify installation

kubectl -n trino get kafka my-kafka-cluster

Create Topic

kubectl -n trino get kafkatopic my-topic

Producer for test

kubectl -n trino run kafka-producer -ti --image=quay.io/strimzi/kafka:0.34.0-kafka-3.4.0 --rm=true --restart=Never -- bin/kafka-console-producer.sh --broker-list my-kafka-cluster-kafka-bootstrap:9092 --topic my-topic

Consumer for test

kubectl -n trino run kafka-consumer -ti --image=quay.io/strimzi/kafka:0.34.0-kafka-3.4.0 --rm=true --restart=Never -- bin/kafka-console-consumer.sh --bootstrap-server my-kafka-cluster-kafka-bootstrap:9092 --topic my-topic --from-beginning

Delete Topic

kubectl -n trino delete kafkatopic my-topic

Deploy producer

kubectl apply -f apps/producer.yaml -n trino

Deploy Topics COnfig

kubectl apply -f kafka/connect-status-topic.yaml
kubectl apply -f kafka/connect-configs-topic.yaml
kubectl apply -f kafka/connect-offsets-topic.yaml

Deploy Kafka-Connect

kubectl apply -f kafka/connect.yaml

Deploy S3 Connector

kubectl apply -f kafka/connector.yaml

helm install benthos-webhook benthos/benthos --values apps/helm-values-httpServer-kafkaOutput.yaml -n trino

k8s

Install Ingress

helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
helm repo update

helm install ingress-nginx ingress-nginx/ingress-nginx

poc-trino's People

Contributors

silvioramalho 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.