51eshare's Tech Blog
This site is dedicated to sharing IT-related technologies.
Offloading LLM Embedding Generation to a Go gRPC Service for a High-Throughput Azure Functions RAG Pipeline Offloading LLM Embedding Generation to a Go gRPC Service for a High-Throughput Azure Functions RAG Pipeline
The initial proof-of-concept for our document ingestion pipeline was deceptively simple. An Azure Function, triggered by
Building a Serverless CQRS Data Pipeline from DynamoDB to OpenSearch with Python Building a Serverless CQRS Data Pipeline from DynamoDB to OpenSearch with Python
The project’s primary data store, a monolithic PostgreSQL instance, was buckling under concurrent write and complex read
Constructing a Resilient Multi-Cloud Data Forwarder with Node.js SQLite and Pub Sub Constructing a Resilient Multi-Cloud Data Forwarder with Node.js SQLite and Pub Sub
A regional network partition affecting a major cloud provider recently led to several hours of data loss for one of our
Implementing a Scalable Stateful Computer Vision Pipeline with Flutter OpenCV and Immutable Terraform Infrastructure Implementing a Scalable Stateful Computer Vision Pipeline with Flutter OpenCV and Immutable Terraform Infrastructure
The initial proof-of-concept was a disaster. We had a single, powerful EC2 instance running a Python Flask server. A Flu