0% found this document useful (0 votes)
4 views6 pages

Slides Session 4

The document outlines the architecture and components of a deployed system involving APIs for news and trades, along with various data processing and machine learning features. It describes the current state of development, including the use of GitHub, Kubernetes, and Docker for deployment. Future plans include automation with Flux for continuous integration and deployment in a Kubernetes cluster on DigitalOcean.

Uploaded by

abdo adnan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views6 pages

Slides Session 4

The document outlines the architecture and components of a deployed system involving APIs for news and trades, along with various data processing and machine learning features. It describes the current state of development, including the use of GitHub, Kubernetes, and Docker for deployment. Future plans include automation with Flux for continuous integration and deployment in a Kubernetes cluster on DigitalOcean.

Uploaded by

abdo adnan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Session 4

2025-04-16
So far we have built and deployed this
News Trades
API API

Trades
News ingestor
ingestor
Dashboard Alerts
Candles
Sentiment
LLM extractor
Technical
Indicators

Feature Store Model


errors
Market sentiment Technical indicators
features features
Predictions
ML features Predictions
API
Predictions

Model registry Price


predictor
Model trainer Model file +
metadata
Buckets of questions
> Devcontainers

> Kubernetes

> Kafka

> Python packaging with uv

> Real time data processing with Python


So far we did this
Github repo

Kubernetes cluster

(DigitalOcean)
Github image
registry
$ docker buildx
build –push…

Your laptop $ kubectl apply -f <your_yaml_manifest>


This is where we are going
Github repo Flux automatic

$git push Automatic build Kubernetes cluster

(DigitalOcean)
Github image
registry

Flux automatic

Your laptop
localhost

Docker subnetwork 172.100.0.0/16

Kind kubernetes

You might also like