Data & Advanced Analytics¶
Architectural Context
Comprehensive chronological reference library for Data & Advanced Analytics.
Yaml¶
-
dev.to: yq : A command line tool that will help you handle your YAML resources better π π [ENTERPRISE-STABLE]
- towardsdatascience.com: yq: Mastering YAML Processing in Command Line π Learn to parse and manipulate YAML files more efficiently using yq command-line utility and this simple cheat sheet
- betterprogramming.pub: My Cheatsheet for the βyqβ Tool Parsing Kubernetes YAML with yq.
yqis a convenient tool for creating, updating and mangling Kubernetes YAML files. In this tutorial, you will learn how to use it as well as some practical tips and tricks.
- betterprogramming.pub: My Cheatsheet for the βyqβ Tool Parsing Kubernetes YAML with yq.
- towardsdatascience.com: yq: Mastering YAML Processing in Command Line π Learn to parse and manipulate YAML files more efficiently using yq command-line utility and this simple cheat sheet
-
Kubeval π [ENTERPRISE-STABLE]
- Kube-score π Kubernetes object analysis with recommendations for improved reliability and security. kube-score is a opensource tool that performs static code analysis of Kubernetes object definitions. The output is a list of recommendations where one can improve to make application more secure and resilient.
-
ketch: Getting Started π [ENTERPRISE-STABLE]
- github.com/shipa-corp/ketch Ketch is an application delivery framework that facilitates the deployment and management of applications on Kubernetes using a simple command line interface.
-
jvns.ca: A list of new(ish) command line tools π [ENTERPRISE-STABLE]
- jq (a great JSON-wrangling tool)
- jc (convert various toolsβ output into JSON)
- jo (create JSON objects)
- yq (like jq, but for YAML). thereβs also another yq
- fx (interactive json tool)
- jless (json pager)
- xsv (a command line tool for csv files, from burntsushi)
- visidata (βan interactive multitool for tabular dataβ)
- miller (βlike awk/sed/cut/join/sort for CSV/TSV/JSON/JSON linesβ)
- jq (a great JSON-wrangling tool)
-
wikipedia: YAML π [ENTERPRISE-STABLE]
- redhat.com: YAML for beginners π [ENTERPRISE-STABLE]
- thoughtworks.com: Templating in YAML π [ENTERPRISE-STABLE]
- Steve Horsfield: DevOps tricks - Templating YAML files π [ENTERPRISE-STABLE]
- redhat.com: Understanding YAML for Ansible. Validating YAML files with YAMLlint π π [ENTERPRISE-STABLE]
- linuxhandbook.com: YAML Basics Every DevOps Engineer Must Know π π [ENTERPRISE-STABLE]
- developers.redhat.com: How to configure YAML schema to make editing files easier π [CASE-STUDY]
- kubernetestutorials.com: Kubernetes : Introduction to YAML π π [CASE-STUDY]
- betterprogramming.pub: YAML Tutorial: Get Started With YAML in 5 Minutes π [CASE-STUDY]
- abhisheksaini.hashnode.dev: YAML For Data Representation? π [ENTERPRISE-STABLE]
- boxunix.com: A Better Way of Organizing Your Kubernetes Manifest Files π π [ENTERPRISE-STABLE]
- opensource.com: Make YAML as easy as it looks π [ENTERPRISE-STABLE]
- javascript.plainenglish.io: Everything You Need To Know About YAML Files π [ENTERPRISE-STABLE]
- w3schools.io: YAML - yaml vs yml file π [ENTERPRISE-STABLE]
- blog.devgenius.io: YAML with Python π [ENTERPRISE-STABLE]
- realpython.com: YAML: The Missing Battery in Python π [ENTERPRISE-STABLE]
- betterprogramming.pub: 10 Things You Might Not Know About YAML π [ENTERPRISE-STABLE]
- spacelift.io/blog/yaml π [ENTERPRISE-STABLE]
- ruudvanasseldonk.com: The yaml document from hell π [ENTERPRISE-STABLE]
- itnext.io: Python, YAML, and Kubernetes β The Art of Mastering Configuration π [ENTERPRISE-STABLE]
- itnext.io: Kubernetes YAML Tips | Daniele Polencic π π [ENTERPRISE-STABLE]
- yaml.org: Anchors and Aliases π [ENTERPRISE-STABLE]
- support.atlassian.com: YAML anchors and aliases π [ENTERPRISE-STABLE]
- medium: Donβt Repeat Yourself with Anchors, Aliases and Extensions in Docker Compose Files π [ENTERPRISE-STABLE]
- docs.ansible.com: YAML anchors and aliases: sharing variable values π [ENTERPRISE-STABLE]
- github.com/topics/yaml-processor π [ENTERPRISE-STABLE]
- ytt π [ENTERPRISE-STABLE]
- yq π π [ENTERPRISE-STABLE]
- Kapitan π [ENTERPRISE-STABLE]
- azohra/yaml.sh π [ENTERPRISE-STABLE]
- yh - YAML Highlighter π [ENTERPRISE-STABLE]
- Kubectl output options π π [ENTERPRISE-STABLE]
- yamllint.com: YAML Lint - The YAML Validator π [ENTERPRISE-STABLE]
- codebeautify.org/yaml-validator π [ENTERPRISE-STABLE]
- jsonformatter.org/yaml-validator π [ENTERPRISE-STABLE]
- yamlvalidator.dev: YAML Validator π [ENTERPRISE-STABLE]
- onlineyamltools.com π π [ENTERPRISE-STABLE]
- avencera/yamine π [ENTERPRISE-STABLE]
- k8syaml.com π π [ENTERPRISE-STABLE]
- itnext.io: How to create Kubernetes YAML files π π [CASE-STUDY]
- datree.io π [ENTERPRISE-STABLE]
- dev.to: Automating quality checks for Kubernetes YAMLs π [ENTERPRISE-STABLE]
- 23andMe/Yamale π [ENTERPRISE-STABLE]
- instrumenta/kubeval π [ENTERPRISE-STABLE]
- medium.com/@slashben81: How to write a YAML file for Kubernetes? | ARMO π [CASE-STUDY]
- linkedin.com/pulse: How to write YAML file for Kubernetes | Megha S.k π [CASE-STUDY]
- dotnet-helpers.com: How to Convert YAML to JSON / JSON to YAML using PowerShell π [CASE-STUDY]
- yamline.com π [ENTERPRISE-STABLE]
- Kubernetes examples π π [ENTERPRISE-STABLE]
- dex.dev: YAML Templating Solutions: Helm & Kustomize π [ENTERPRISE-STABLE]
- medium.com/geekculture: Convert Kubernetes YAML Files Into Helm Charts π [ENTERPRISE-STABLE]
- wikipedia: JSON π [ENTERPRISE-STABLE]
- json.org: Introducing JSON π [ENTERPRISE-STABLE]
- Jsonnet π [ENTERPRISE-STABLE]
- Building a high performance JSON parser π [ENTERPRISE-STABLE]
- json-schema.org: Understanding JSON Schema π π [ENTERPRISE-STABLE]
- dzone.com: The Ultimate JSON Library: JSON.simple vs. GSON vs. Jackson vs. JSONP π [ENTERPRISE-STABLE]
- buger/jsonparser π [ENTERPRISE-STABLE]
- dev.to: The JSON trick 25% of Python devs don't know about π [ENTERPRISE-STABLE]
- dev.to: Convert nested JSON to simple JSON in Javascript π [ENTERPRISE-STABLE]
- pythonspeed.com: Processing large JSON files in Python without running out of memory π [ENTERPRISE-STABLE]
- thenewstack.io: Why (and How) You Should Manage JSON with SQL π [ENTERPRISE-STABLE]
- betterprogramming.pub: How to Make JSON and Python Talk to Each Other π [CASE-STUDY]
- betterprogramming.pub: Exploring JSON, JSON5, and Circular References π [ENTERPRISE-STABLE]
- automationreinvented.blogspot.com: What is Json Schema and how to perform schema validation using Rest Assured? π [CASE-STUDY]
- blog.mariano.cloud: Do you even JSONPath? π [ENTERPRISE-STABLE]
- opensource.com: 5 ways to process JSON data in Ansible π π [ENTERPRISE-STABLE]
- about.gitlab.com: Tips for productive DevOps workflows: JSON formatting with jq and CI/CD linting automation π [ENTERPRISE-STABLE]
- github.com/ilyash/show-struct π [ENTERPRISE-STABLE]
- github.com/01mf02/jaq π [ENTERPRISE-STABLE]
- jsoncrack.com: JSON Crack ππ π [ENTERPRISE-STABLE]
- github.com/tomnomnom/gron π π [ENTERPRISE-STABLE]
- github.com/ynqa/jnv π π [ENTERPRISE-STABLE]
- github.com/JFryy/qq π [ENTERPRISE-STABLE]
- jsoning.com π [ENTERPRISE-STABLE]
- github: Kubernetes JSON Schemas π π [ENTERPRISE-STABLE]
- Validating Kubernetes YAML for best practice and policies π π [ENTERPRISE-STABLE]
- kubevious.io: Top Kubernetes YAML Validation Tools π [ENTERPRISE-STABLE]
- KubeLinter π [ENTERPRISE-STABLE]
- thomasthornton.cloud: Analyze your Kubernetes YAML files and Helm Charts to ensure best practices using KubeLinter in Azure DevOps Pipeline π [ENTERPRISE-STABLE]
- medium.com/@jonathan_37674: How to validate Kubernetes YAML files? | ARMO π [CASE-STUDY]
- ketch π [ENTERPRISE-STABLE]
- shipa.io: DevOps Challenge β Kubernetes Deployment: Ketch vs YAML π [ENTERPRISE-STABLE]
- naml: Not another markup language π [ENTERPRISE-STABLE]
- kislyuk/yq π [ENTERPRISE-STABLE]
- base64encode.org π [ENTERPRISE-STABLE]
Message-queue¶
- thenewstack.io: Streaming Data and the Modern Real-Time Data Stack π [ENTERPRISE-STABLE] | | Modern Data Stack | Modern Real-Time Data Stack |
-
medium.com/dev-jam: TIBCO Business Works vs. Apache Camel β A short Comparison π π [ENTERPRISE-STABLE]
- ESB stands for Enterprise Service Bus. It is an architecture pattern that enables disparate applications to connect seamlessly with each other. Under the hood, ESB uses an integration tool, more commonly known as middleware. Integration or Middleware tools have capabilities such as data transformation (such as XML to JSON), protocol transformation (like FTP to HTTP), content-based message routing and service orchestration. Many vendors converted this concept into an ESB product with standard connectors
- In this blog, I will compare two such integration tools, one which I have worked extensively i.e TIBCO BW and the de facto open source integration framework Apache Camel. I choose open source as it has a bright future and becoming very popular among many enterprises. I did not choose Mule ESB because it is not completely open-source as its most vital components come under a licensed enterprise version.
- ESB stands for Enterprise Service Bus. It is an architecture pattern that enables disparate applications to connect seamlessly with each other. Under the hood, ESB uses an integration tool, more commonly known as middleware. Integration or Middleware tools have capabilities such as data transformation (such as XML to JSON), protocol transformation (like FTP to HTTP), content-based message routing and service orchestration. Many vendors converted this concept into an ESB product with standard connectors
-
kafka-tutorials.confluent.io π π [CASE-STUDY]
- kafka-tutorials.confluent.io: How to join a stream and a lookup table π If I have events in a Kafka topic and a table of reference data (aka a lookup table), how can I join each event in the stream to a piece of data in the table based on a common key?
- developers.redhat.com: Deploying the Mosquitto MQTT message broker on Red Hat OpenShift, Part 1 π [ENTERPRISE-STABLE]
-
airflow.apache.org: KubernetesPodOperator πππ π [ENTERPRISE-STABLE]
- The KubernetesPodOperator allows you to create and run Pods on a Kubernetes cluster.
- The KubernetesPodOperator uses the Kubernetes API to launch a pod in a Kubernetes cluster. By supplying an image URL and a command with optional arguments, the operator uses the Kube Python Client to generate a Kubernetes API request that dynamically launches those individual pods.
- The KubernetesPodOperator enables task-level resource configuration and is optimal for custom Python dependencies that are not available through the public PyPI repository. It also allows users to supply a template YAML file using the pod_template_file parameter. Ultimately, it allows Airflow to act a job orchestrator - no matter the language those jobs are written in.
- The KubernetesPodOperator allows you to create and run Pods on a Kubernetes cluster.
-
Wikipedia: Message Broker π [ENTERPRISE-STABLE]
- Wikipedia: Event-driven messaging π [ENTERPRISE-STABLE]
- Wikipedia: Streaming Data π [ENTERPRISE-STABLE]
- nginx.com: Event-Driven Data Management for Microservices π π [ENTERPRISE-STABLE]
- dzone: Event-Driven Architecture as a Strategy π [ARCHITECTURE-GUIDE]
- infoq.com: From Monolith to Event-Driven: Finding Seams in Your Future Architecture π [ARCHITECTURE-GUIDE]
- wikipedia: Enterprise service bus π [ENTERPRISE-STABLE]
- thenewstack.io: The Rise of the Event Streaming Database π π [ENTERPRISE-STABLE]
- cncf.io: The need for Kubernetes Native Messaging Platform in Hybrid Cloud Environment π [ENTERPRISE-STABLE]
- wiprodigital.com: A Guide to Enterprise Event-Driven Architecture π [ARCHITECTURE-GUIDE]
- medium: Introduction to Event-Driven Architecture π π [ARCHITECTURE-GUIDE]
- ibm.com: Event-driven cloud-native applications (microservices) π [ENTERPRISE-STABLE]
- stackoverflow.blog: How event-driven architecture solves modern web app problems π π [ARCHITECTURE-GUIDE]
- sebalopezz.medium.com: Monolith to Microservices + Event-Driven Architecture π π [ARCHITECTURE-GUIDE]
- confluent.io: Event-Driven Microservices Architecture (white paper) π π [ARCHITECTURE-GUIDE]
- redhat.com: Event-driven architecture: Understanding the essential benefits π π [ARCHITECTURE-GUIDE]
- medium: Introduction to Message Queues π π [ENTERPRISE-STABLE]
- headspring.com: Is Kafka or RabbitMQ the right messaging tool for you? π [ENTERPRISE-STABLE]
- baeldung.com: Pub-Sub vs. Message Queues π π [ENTERPRISE-STABLE]
- engineering.atspotify.com: Spotifyβs Event Delivery β The Road to the Cloud (Part I) π [ENTERPRISE-STABLE]
- medium: Monolithic to Microservices Architecture with Patterns & Best Practices π π [ARCHITECTURE-GUIDE]
- infoq.com: Turning Microservices Inside-Out π [ENTERPRISE-STABLE]
- towardsdatascience.com: Architecture for High-Throughput Low-Latency Big Data Pipeline on Cloud π π [ARCHITECTURE-GUIDE]
- dzone: RESTful Applications in An Event-Driven Architecture π [ARCHITECTURE-GUIDE]
- developers.redhat.com: Distributed transaction patterns for microservices compared π [ENTERPRISE-STABLE]
- thenewstack.io: The Rise of Event-Driven Architecture π [ARCHITECTURE-GUIDE]
- jinwookim928.medium.com: Why Not Event Driven Architecture? π [ARCHITECTURE-GUIDE]
- blog.direktiv.io: Event driven orchestration with Knative (part 1) π [ENTERPRISE-STABLE]
- blog.direktiv.io: Redefining event-driven orchestration for automation & applications π [ENTERPRISE-STABLE]
- pub.towardsai.net: Deep Dive into Event-Driven architecture | Gul Ershad π [ARCHITECTURE-GUIDE]
- developer.com: An Introduction to Event Driven Microservices π [ENTERPRISE-STABLE]
- dzone.com: What Are Microservices and The Event Aggregator Pattern? π π [ENTERPRISE-STABLE]
- ibm.com: Event-driven cloud-native applications (microservices) π [ENTERPRISE-STABLE]
- irfanyusanif.medium.com: Best practices to communicate between microservices π [ENTERPRISE-STABLE]
- swapnil-chougule.medium.com: Rapid Feature Engineering through SQL π [ENTERPRISE-STABLE]
- blog.twitter.com: Processing billions of events in real time at Twitter π [ENTERPRISE-STABLE]
- codeopinion.com: Event Sourcing vs Event Driven Architecture π [ARCHITECTURE-GUIDE]
- thenewstack.io: The Path to Getting the Full Data Stack on Kubernetes π [ENTERPRISE-STABLE]
- medium.com/tinyclues-vision: 4 Design Principles for Robust Data Pipelines π [ENTERPRISE-STABLE]
- medium.com/fiverr-engineering: How to Share Data Between Microservices on High Scale π [CASE-STUDY]
- medium.com/codex: Microservices Communication β Queues Topics and Streams π [ENTERPRISE-STABLE]
- blog.bitsrc.io: Why Microservices Should use Event Sourcing π π [ENTERPRISE-STABLE]
- emirayhan.medium.com: What is the difference Message Queue and Message Bus? π π [ENTERPRISE-STABLE]
- verraes.net: DDD and Messaging Architectures π π [ARCHITECTURE-GUIDE]
- medium.com/event-driven-utopia: Comparing Stateful Stream Processing and Streaming Databases π [ENTERPRISE-STABLE]
- thenewstack.io: How to Get Started with Data Streaming π [CASE-STUDY]
- linkedin.com: How to Move From a βWait for it...β Batch-Processing Culture to a βGet It Nowβ Real-Time Data Culture π [CASE-STUDY]
- dzone: Resilient MultiCloud Messaging π [ENTERPRISE-STABLE]
- juhache.substack.com: From Data Engineer to YAML Engineer π [ENTERPRISE-STABLE]
- particular.net: RPC vs. Messaging β which is faster? π [ENTERPRISE-STABLE]
- Apache ActiveMQ π [ENTERPRISE-STABLE]
- Dzone: Introduction to Message Brokers. Part 1: Apache Kafka vs. RabbitMQ π [ENTERPRISE-STABLE]
- Dzone: Introduction to Message Brokers. Part 2: ActiveMQ vs. Redis Pub/Sub π [ENTERPRISE-STABLE]
- developers.redhat.com: Choosing the right asynchronous-messaging infrastructure for the job π [ENTERPRISE-STABLE]
- kai-waehner.de: When to use Apache Camel vs. Apache Kafka? π π [ENTERPRISE-STABLE]
- ActiveMQ 5.x "classic" π [ENTERPRISE-STABLE]
- ActiveMQ Artemis π [ENTERPRISE-STABLE]
- Apache Artemis JMeter π [ENTERPRISE-STABLE]
- developers.redhat.com: Implementing Apache ActiveMQ-style broker meshes with Apache Artemis π [ENTERPRISE-STABLE]
- K8s prevent queue worker Pod from being killed during deployment π [ENTERPRISE-STABLE]
- medium.com: RabbitMQ vs. Kafka π [ENTERPRISE-STABLE]
- blog.rabbitmq.com: First Application With RabbitMQ Streams π [ENTERPRISE-STABLE]
- geshan.com.np: How to use RabbitMQ and Node.js with Docker and Docker-compose π [CASE-STUDY]
- salaboy.com: Event-Driven applications with CloudEvents on Kubernetes π [ENTERPRISE-STABLE]
- medium.com/@paolo.gazzola: How to deploy a high available and fault tolerant RabbitMQ service in an on-premise Kubernetes multi-node cluster environment π [CASE-STUDY]
- Redis π [ENTERPRISE-STABLE]
- Redis Pub/sub π [ENTERPRISE-STABLE]
- betterprogramming.pub: The Perfect Message Queue Solution Based on the Redis Stream Type π [ENTERPRISE-STABLE]
- Apache Camel π [ENTERPRISE-STABLE]
- Quora.com: What's the difference between Apache Camel and Kafka? π [ENTERPRISE-STABLE]
- dzone: Hybrid multi-cloud event mesh architectural design π [ENTERPRISE-STABLE]
- developers.redhat.com: Integrating systems with Apache Camel and Quarkus on Red Hat OpenShift π [ENTERPRISE-STABLE]
- Apache Camel K π [ENTERPRISE-STABLE]
- developers.redhat.com: Six reasons to love Camel K π [ENTERPRISE-STABLE]
- developers.redhat.com: Extending Kafka connectivity with Apache Camel Kafka connectors π [ENTERPRISE-STABLE]
- developers.redhat.com: Design event-driven integrations with Kamelets and Camel K π [ENTERPRISE-STABLE]
- thenewstack.io: Camel K Brings Apache Camel to Kubernetes for Event-Driven Architectures π [ARCHITECTURE-GUIDE]
- github.com/osa-ora/camel-k-samples π [ENTERPRISE-STABLE]
- KubeMQ.io: Kubernetes Native Message Queue Broker π [ENTERPRISE-STABLE]
- devops.com: Best of 2019: Implementing Message Queue in Kubernetes π [ENTERPRISE-STABLE]
- kubemq.io: Kafka VS KubeMQ π π [ENTERPRISE-STABLE]
- github.com/kubemq-io/kubemq-community π π [ENTERPRISE-STABLE]
- dzone: KubeMQ: A Modern Alternative to Kafka π [ENTERPRISE-STABLE]
- Google Cloud Platform Pub/Sub π [ENTERPRISE-STABLE]
- kai-waehner.de: Comparison: JMS Message Queue vs. Apache Kafka π [ENTERPRISE-STABLE]
- Wikipedia: Cloud Based Integration (iPaaS) π [ENTERPRISE-STABLE]
- blog.axway.com: What is iPaaS? π [ENTERPRISE-STABLE]
- ibm.com: iPaaS (Integration-Platform-as-a-Service) π [ENTERPRISE-STABLE]
- Red Hat Fuse π [ENTERPRISE-STABLE]
- Syndesis open source integration platform π [ENTERPRISE-STABLE]
- developers.redhat.com: Low-code microservices orchestration with Syndesis π [ENTERPRISE-STABLE]
- Debezium: π [ENTERPRISE-STABLE]
- developers.redhat.com: Decoupling microservices with Apache Camel and Debezium π [ENTERPRISE-STABLE]
- A good explanation of how to avoid distributed transactions using outbox pattern: Transaction Log Tailing With Debezium π [CASE-STUDY]
- developers.redhat.com: Capture database changes with Debezium Apache Kafka connectors π [ENTERPRISE-STABLE]
- developers.redhat.com: Change data capture for microservices without writing any code π [ENTERPRISE-STABLE]
- debezium.io: Lessons Learned from Running Debezium with PostgreSQL on Amazon RDS π [ENTERPRISE-STABLE]
- info.crunchydata.com: PostgreSQL Change Data Capture With Debezium π [ENTERPRISE-STABLE]
- medium.com: Stream Your Database into Kafka with Debezium π [ENTERPRISE-STABLE]
- noti.st: Change Data Capture with Flink SQL and Debezium π π [ENTERPRISE-STABLE]
- vladmihalcea.com: A beginnerβs guide to CDC (Change Data Capture) π [ARCHITECTURE-GUIDE]
- shopify.engineering: Capturing Every Change From Shopifyβs Sharded Monolith π [ENTERPRISE-STABLE]
- developers.redhat.com: Db2 and Oracle connectors coming to Debezium 1.4 GA π [ENTERPRISE-STABLE]
- medium: Change Data Capture β Using Debezium π [ENTERPRISE-STABLE]
- daily.dev: Building a fault-tolerant event-driven architecture with Google Cloud, Pulumi and Debezium π [ARCHITECTURE-GUIDE]
- pradeepdaniel.medium.com: Creating an ETL data pipeline to sync data to Snowflake using Kafka and Debezium π [ENTERPRISE-STABLE]
- medium: A Visual Introduction to Debezium π π [ENTERPRISE-STABLE]
- debezium.io: Using Debezium to Create a Data Lake with Apache Iceberg π [ENTERPRISE-STABLE]
- developers.redhat.com: Improve your Kafka Connect builds of Debezium. π [ENTERPRISE-STABLE]
- Red Hat Integration service registry π [ENTERPRISE-STABLE]
- Apicurio Registry π [ENTERPRISE-STABLE]
- Event streaming and data federation: A citizen integratorβs story π [ENTERPRISE-STABLE]
- redhat.com: Using a schema registry to ensure data consistency between microservices π [ENTERPRISE-STABLE]
- martinfowler.com: Data Mesh Principles and Logical Architecture π [ARCHITECTURE-GUIDE]
- infoq.com: Data Mesh Principles and Logical Architecture Defined π [ARCHITECTURE-GUIDE]
- martinfowler.com: How to Move Beyond a Monolithic Data Lake to a Distributed Data Mesh π [CASE-STUDY]
- towardsdatascience.com: Data Domains and Data Products π [ENTERPRISE-STABLE]
- mrpaulandrew.com: BUILDING A DATA MESH ARCHITECTURE IN AZURE β PART 2 π [ARCHITECTURE-GUIDE]
- Awesome Streaming π [FOUNDATIONAL]
- cloudblog.withgoogle.com: Turn any Dataflow pipeline into a reusable template π [ENTERPRISE-STABLE]
- thenewstack.io: Part 1: The Evolution of Data Pipeline Architecture π [ARCHITECTURE-GUIDE]
- satishchandragupta.com: Scalable Efficient Big Data Pipeline Architecture π [ARCHITECTURE-GUIDE]
- openshift.com: How to Orchestrate Data Pipelines with Applications Deployed on OpenShift π [CASE-STUDY]
- Apache Kafka π [ENTERPRISE-STABLE]
- developers.redhat.com: Using secrets in Kafka Connect configuration π [ENTERPRISE-STABLE]
- developers.redhat.com: Capture database changes with Debezium Apache Kafka connectors π [ENTERPRISE-STABLE]
- Awesome Kafka π [FOUNDATIONAL]
- Single Message Transformations - The Swiss Army Knife of Kafka Connect π [ENTERPRISE-STABLE]
- medium: Logs & Offsets: (Near) Real Time ELT with Apache Kafka + Snowflake π [ENTERPRISE-STABLE]
- medium: Apache Kafka Startup Guide: System Design Architectures: Notification System, Web Activity Tracker, ELT Pipeline, Storage System π π [ARCHITECTURE-GUIDE]
- medium: Getting Started With Kafka on OpenShift π [ENTERPRISE-STABLE]
- containerjournal.com: Red Hat Platform Brings Kafka Closer to Kubernetes π [ENTERPRISE-STABLE]
- AKHQ (previously known as KafkaHQ) π π [ENTERPRISE-STABLE]
- banzaicloud.com: Kafka Schema Registry on Kubernetes the declarative way π [ENTERPRISE-STABLE]
- Build a simple cloud-native change data capture pipeline π [ENTERPRISE-STABLE]
- banzaicloud.com: Bulletproof Kafka, and the tale of an Amazon outage π [ENTERPRISE-STABLE]
- confluent.fr: Infrastructure Modernization with Google Anthos and Apache Kafka π [ENTERPRISE-STABLE]
- confluent.io: Apache Kafka DevOps with Kubernetes and GitOps π [ENTERPRISE-STABLE]
- Build a data streaming pipeline using Kafka Streams and Quarkus π [ENTERPRISE-STABLE]
- levelup.gitconnected.com: Kafka for Engineers π π [ENTERPRISE-STABLE]
- confluent.io: How to Build and Deploy Scalable Machine Learning in Production with Apache Kafka π [CASE-STUDY]
- banzaicloud.com: Kafka on Kubernetes - using etcd π π [ENTERPRISE-STABLE]
- softwareengineeringdaily.com: Kafka Applications with Tim Berglund (podcast) π π [ENTERPRISE-STABLE]
- medium: Logs & Offsets: (Near) Real Time ELT with Apache Kafka + Snowflake π [ENTERPRISE-STABLE]
- infoq.com: Building a SQL Database Audit System using Kafka, MongoDB and Maxwell's Daemon π [ENTERPRISE-STABLE]
- tecmint: How to Install Apache Kafka in CentOS/RHEL 7 π [CASE-STUDY]
- medium: Processing guarantees in Kafka π [ENTERPRISE-STABLE]
- davidxiang.com: Kafka As A Database? Yes Or No π [ENTERPRISE-STABLE]
- medium: How Pinterest runs Kafka at scale π [ENTERPRISE-STABLE]
- medium: Google Pub/Sub Lite for Kafka Users π [ENTERPRISE-STABLE]
- medium: 4 Microservices Caching Patterns at Wix π [ENTERPRISE-STABLE]
- Confluent.io: Intro to Apache Kafka: How Kafka Works π π [ENTERPRISE-STABLE]
- levelup.gitconnected.com: Kafka for Engineers π [ENTERPRISE-STABLE]
- medium: Microservices in Rust with Kafka π [ENTERPRISE-STABLE]
- medium: Apache Kafka in a Nutshell π π [ENTERPRISE-STABLE]
- confluent.io: Simplifying Apache Kafka Multi-Cluster Management Using Control Center and Cluster Registry π [ENTERPRISE-STABLE]
- kai-waehner.de: App Modernization and Hybrid Cloud Architectures with Apache Kafka π [ARCHITECTURE-GUIDE]
- kai-waehner.de: Apache Kafka and MQTT (Part 1 of 5) β Overview and Comparison π [ENTERPRISE-STABLE]
- medium: Solutions to Communication Problems in Microservices using Apache Kafka and Kafka Lens π [ENTERPRISE-STABLE]
- confluent.io: DevOps for Apache Kafka with Kubernetes and GitOps π π [ENTERPRISE-STABLE]
- dzone.com: Microservices, Event-Driven Architecture and Kafka π π [ARCHITECTURE-GUIDE]
- medium: Understanding Kafka Topic Partitions π [ENTERPRISE-STABLE]
- kafka-tutorials.confluent.io: How to count messages in a Kafka topic π [CASE-STUDY]
- confluent.io: Apache Kafka Made Simple: A First Glimpse of a Kafka Without ZooKeeper π π [ENTERPRISE-STABLE]
- piotrminkowski.com: Knative Eventing with Kafka and Quarkus π [ENTERPRISE-STABLE]
- blog.cloudera.com: Scalability of Kafka Messaging using Consumer Groups π [ENTERPRISE-STABLE]
- thenewstack.io: Beyond the Quickstart: Running Apache Kafka as a Service on Kubernetes π [ENTERPRISE-STABLE]
- confluent.io: Whatβs New in Apache Kafka 2.8 π [ENTERPRISE-STABLE]
- devclass.com: Apache Kafka 2.8.0 previews life without ZooKeeper π [ENTERPRISE-STABLE]
- instaclustr.com: Apache Kafka Architecture: A Complete Guide π π [ARCHITECTURE-GUIDE]
- youtube playlist: Kafka Connect Tutorials | Kafka Connect 101: REST API π π₯ π [CASE-STUDY]
- developers.redhat.com: Event-driven APIs and schema governance for Apache Kafka: Get ready for Kafka Summit Europe 2021 π [ENTERPRISE-STABLE]
- developers.redhat.com: Building resilient event-driven architectures with Apache Kafka π [ARCHITECTURE-GUIDE]
- tech.ebayinc.com: Resiliency and Disaster Recovery with Kafka π [ENTERPRISE-STABLE]
- newrelic.com: Effective Strategies for Kafka Topic Partitioning π π [ENTERPRISE-STABLE]
- gentlydownthe.stream π [ENTERPRISE-STABLE]
- confluent.io: Apache Kafka Made Simple: A First Glimpse of a Kafka Without ZooKeeper π [ENTERPRISE-STABLE]
- phoenixnap.com: How to Set Up and Run Kafka on Kubernetes π π [CASE-STUDY]
- piotrminkowski.com: Knative Eventing with Quarkus, Kafka and Camel π [ENTERPRISE-STABLE]
- itnext.io: Configuring Kafka Sources and Sinks declaratively in Kubernetes using Knative π [ENTERPRISE-STABLE]
- strimzi.io: Kafka upgrade improvements π [ENTERPRISE-STABLE]
- developers.redhat.com: Getting started with Red Hat OpenShift Streams for Apache Kafka π [ENTERPRISE-STABLE]
- developers.redhat.com: Managing the API life cycle in an event-driven architecture: A practical approach π π [ARCHITECTURE-GUIDE]
- baeldung.com: List Active Brokers in a Kafka Cluster Using Shell Commands π π [ENTERPRISE-STABLE]
- developers.redhat.com: How to secure Apache Kafka schemas with Red Hat Integration Service Registry 2.0 π [CASE-STUDY]
- grafana.com: Get comprehensive monitoring for your Apache Kafka ecosystem instances quickly with Grafana Cloud π [ENTERPRISE-STABLE]
- dzone: Next-Gen Data Pipes With Spark, Kafka and k8s π π [ENTERPRISE-STABLE]
- confluent.io: Making Apache Kafka Serverless: Lessons From Confluent Cloud π [ENTERPRISE-STABLE]
- developer.confluent.io ππ π [ENTERPRISE-STABLE]
- itnext.io: Sending Messages to Kafka in Kubernetes π [ENTERPRISE-STABLE]
- cloudhut.dev: Running Apache Kafka on Kubernetes successfully π [ENTERPRISE-STABLE]
- developers.redhat.com: The outbox pattern with Apache Kafka and Debezium π π [ENTERPRISE-STABLE]
- towardsdatascience.com: Overview of UI Tools for Monitoring and Management of Apache Kafka Clusters π [ENTERPRISE-STABLE]
- analyticsindiamag.com: How Uber is Leveraging Apache Kafka For More Than 300 Micro Services π [ENTERPRISE-STABLE]
- itnext.io: Securely Decoupling Kubernetes-based Applications on Amazon EKS using Kafka with SASL/SCRAM π [ENTERPRISE-STABLE]
- medium: Running Kafka in Kubernetes, Part 1: Why we migrated our Kafka clusters to Kubernetes π [ENTERPRISE-STABLE]
- betterprogramming.pub: How to Handle Duplicate Messages and Message Ordering in Kafka π [CASE-STUDY]
- medium: Optimizing Kafka Streams Apps on Kubernetes by Splitting Topologies π [ENTERPRISE-STABLE]
- blog.twitter.com: Processing billions of events in real time at Twitter π [ENTERPRISE-STABLE]
- inder-devops.medium.com: Kafka- Best practices & Lessons Learned | By Inder π [ENTERPRISE-STABLE]
- datadoghq.com: Monitoring Kafka performance metrics π [ENTERPRISE-STABLE]
- blog.workwell.io: How to manage your Kafka consumers from the producer π [CASE-STUDY]
- slack.engineering: Building Self-driving Kafka clusters using open source components π [ENTERPRISE-STABLE]
- adam-kotwasinski.medium.com: Kafka mesh filter in Envoy π [ENTERPRISE-STABLE]
- conduktor.io: What is Apache Kafka? π [ENTERPRISE-STABLE]
- medium.com/airwallex-engineering: Kafka Streams: Iterative Development and Blue-Green Deployment π [ENTERPRISE-STABLE]
- redhat.com: How we use Apache Kafka to improve event-driven architecture performance π [ARCHITECTURE-GUIDE]
- dev.to: Running Kafka on kubernetes for local development π [ENTERPRISE-STABLE]
- medium.com/udemy-engineering: Introducing Hot and Cold Retries on Apache Kafka π [ENTERPRISE-STABLE]
- conduktor.io/kafka: Learn Apache Kafka like never before π [ENTERPRISE-STABLE]
- developers.redhat.com: Which is better: A single Kafka cluster to rule them all, or many? π [ENTERPRISE-STABLE]
- medium.com/dna-technology: Why we dropped event sourcing with Kafka Streams when given a second chance π [ENTERPRISE-STABLE]
- kai-waehner.de: When NOT to use Apache Kafka? π [ENTERPRISE-STABLE]
- betterprogramming.pub: Everything You Need To Know About Kafka π π [ENTERPRISE-STABLE]
- learnk8s.io/kafka-ha-kubernetes: Designing and testing a highly available Kafka cluster on Kubernetes π π [ENTERPRISE-STABLE]
- blog.developer.adobe.com: Exploring Kafka Producerβs Internals π π [ENTERPRISE-STABLE]
- medium.com/altitudehq: Kafka retries and maintaining the order of retry events π π [ENTERPRISE-STABLE]
- medium.com/cloudnesil: Kafka Streams State Store at Scale π [ENTERPRISE-STABLE]
- towardsdev.com: Performance Testing Your Kubernetes Kafka Cluster π [ENTERPRISE-STABLE]
- medium.com/@hardiktaneja_99752: Lessons after running Kafka in production π π [ENTERPRISE-STABLE]
- betterprogramming.pub: Monitoring Kafka Applications β Implementing Healthchecks and Tracking Lag π [ENTERPRISE-STABLE]
- thenewstack.io: LinkedIn Layered Architecture Minimizes Kafka Scaling Issues π [ARCHITECTURE-GUIDE]
- developers.redhat.com: End-to-end field-level encryption for Apache Kafka Connect π [ENTERPRISE-STABLE]
- blog.datumo.io: Setting up Kafka on Kubernetes - an easy way π [ENTERPRISE-STABLE]
- linkedin.com: Kafka Cluster Setup on Kubernetes π [ENTERPRISE-STABLE]
- medium.com/wix-engineering: Troubleshooting Kafka for 2000 Microservices at Wix π [ENTERPRISE-STABLE]
- engineering.grab.com: Zero trust with Kafka π [ENTERPRISE-STABLE]
- freecodecamp.org: The Apache Kafka Handbook β How to Get Started Using Kafka π π [CASE-STUDY]
- medium.com/@rramiz.rraza: Kafka metrics monitoring with Prometheus and Grafana π π [ENTERPRISE-STABLE]
- rogulski.it: Consume Kafka events with Knative service and FastAPI on kubernetes π π [ENTERPRISE-STABLE]
- piotrminkowski.com: Concurrency with Kafka and Spring Boot π [ENTERPRISE-STABLE]
- thenewstack.io: Kafka on Kubernetes: Should You Adopt a Managed Solution? π [ENTERPRISE-STABLE]
- thelinuxnotes.com: How to deploy Kafka in Kubernetes with Helm chart + kafdrop π [CASE-STUDY]
- Kafdrop β Kafka Web UI π π [ENTERPRISE-STABLE]
- redpanda-data/kowl π [ENTERPRISE-STABLE]
- KLoadGen - Kafka + (Avro/Json Schema) Load Generator π π [ENTERPRISE-STABLE]
- dev.to: Learn how to use Kafkacat β the most versatile Kafka CLI client π π [CASE-STUDY]
- github.com/lensesio/fast-data-dev (Lenses Box) π [ENTERPRISE-STABLE]
- dzone: Visualize your Apache Kafka Streams using the Quarkus Dev UI π [ENTERPRISE-STABLE]
- medium: Solutions to Communication Problems in Microservices using Apache Kafka and Kafka Lens π [ENTERPRISE-STABLE]
- github.com/sauljabin/kaskade π [ENTERPRISE-STABLE]
- strimzi.io π [ENTERPRISE-STABLE]
- developers.redhat.com: how easy to deploy and configure a Kafka Connect on Kubernetes through strimziio operator and use secrets π [ENTERPRISE-STABLE]
- developers.redhat.com: Introduction to Strimzi: Apache Kafka on Kubernetes (KubeCon Europe 2020) π π [ENTERPRISE-STABLE]
- strimzi.io: Optimizing Kafka producers π [ENTERPRISE-STABLE]
- strimzi.io: Optimizing Kafka consumers π π [ENTERPRISE-STABLE]
- strimzi.io: Optimizing Kafka producers π π [ENTERPRISE-STABLE]
- pepy.tech/project/strimzi-kafka-cli π π [ENTERPRISE-STABLE]
- strimzi/kafka-kubernetes-config-provider: Kubernetes Configuration Provider for Apache Kafka π [ENTERPRISE-STABLE]
- strimzi.io: Using Kubernetes Configuration Provider to load data from Secrets and Config Maps π [ENTERPRISE-STABLE]
- strimzi.io: Using HTTP Bridge as a Kubernetes sidecar π [ENTERPRISE-STABLE]
- strimzi.io: Using Open Policy Agent with Strimzi and Apache Kafka π [ENTERPRISE-STABLE]
- strimzi/strimzi-canary π [ENTERPRISE-STABLE]
- medium: Mastering Apache Kafka on Kubernetes β Strimzi K8s operator π [ENTERPRISE-STABLE]
- medium.com/@ahmed.farhan: Kafka Setup in Kubernetes Using Strimzi K8s operator β Part 2 π [ENTERPRISE-STABLE]
- medium.com/adaltas: Operating Kafka in Kubernetes with Strimzi π [ENTERPRISE-STABLE]
- conduktor.io π π [ENTERPRISE-STABLE]
- AWS Kinesis π [ENTERPRISE-STABLE]
- softkraft.co: WS Kinesis vs Kafka comparison: Which is right for you? π π [ENTERPRISE-STABLE]
- mqtt.org π [ENTERPRISE-STABLE]
- Banzai Cloud π [ENTERPRISE-STABLE]
- Banzai Kafka Operator π [ENTERPRISE-STABLE]
- The benefits of integrating Apache Kafka with Istio π [ENTERPRISE-STABLE]
- confluent.io π [ENTERPRISE-STABLE]
- mongodb.com: DaaS with MongoDB and Confluent π [ENTERPRISE-STABLE]
- confluent.io: Confluent and Microsoft Announce Strategic Alliance π [ENTERPRISE-STABLE]
- confluent.io: Monitoring Your Event Streams: Integrating Confluent with Prometheus and Grafana π [ENTERPRISE-STABLE]
- Redpanda π π [ENTERPRISE-STABLE]
- Redpanda is now Free & Source Available π [ENTERPRISE-STABLE]
- softwareengineeringdaily.com: Redpanda: Kafka Alternative with Alexander Gallego π π [ENTERPRISE-STABLE]
- ksqlDB π [ENTERPRISE-STABLE]
- Kafka Streams and ksqlDB Compared β How to Choose π [CASE-STUDY]
- Apache Pulsar π [ENTERPRISE-STABLE]
- Pulsar vs Kafka β Comparison and Myths Explored π [ENTERPRISE-STABLE]
- Apache Flink π [ENTERPRISE-STABLE]
- flink.apache.org: How to natively deploy Flink on Kubernetes with High-Availability (HA) π [CASE-STUDY]
- Hazelcast JET π [ENTERPRISE-STABLE]
- devops.com: Hazelcast Simplifies Streaming for Extremely Fast Event Processing in IoT, Edge and Cloud Environments π [ENTERPRISE-STABLE]
- dagster.io: Postgres: a better message queue than Kafka? π [ENTERPRISE-STABLE]
- wikipedia: Workflow Engine π [ENTERPRISE-STABLE]
- Zeebe workflow engine π [ENTERPRISE-STABLE]
- infoq.com: Event Streams and Workflow Engines β Kafka and Zeebe π π [ENTERPRISE-STABLE]
- Orchestration Made Easy with Zeebe and Kafka π [ENTERPRISE-STABLE]
- dzone: Apache Airflow Architecture on OpenShift π [ARCHITECTURE-GUIDE]
- redhat.com: Monitoring Apache Airflow using Prometheus π [ENTERPRISE-STABLE]
- towardsdatascience.com: Apache Airflow for containerized data-pipelines π [ENTERPRISE-STABLE]
- Apache Airflow official helm chart π π [ENTERPRISE-STABLE]
- youtube: Airflow Helm Chart : Quick Start For Beginners in 10mins π₯ π [ENTERPRISE-STABLE]
- dev.to: Get started with Apache Airflow π [ENTERPRISE-STABLE]
- betterprogramming.pub: Running Airflow Using Kubernetes Executor and Kubernetes Pod Operator with Istio π [ENTERPRISE-STABLE]
- towardsdatascience.com: Apache Airflow Architecture π π [ARCHITECTURE-GUIDE]
- dataengineeringcentral.substack.com: Why is everyone trying to kill Airflow? π π [ENTERPRISE-STABLE]
- airflow.apache.org: Add Owner Links to DAG π [ENTERPRISE-STABLE]
- docs.astronomer.io: Dynamically generating DAGs in Airflow π [ENTERPRISE-STABLE]
- blog.devgenius.io: Send information from Databricks to Airflow π [ENTERPRISE-STABLE]
- medium.com/apache-airflow: Passing Data Between Tasks with the KubernetesPodOperator in Apache Airflow π π [ENTERPRISE-STABLE]
- medium.com/@piyush_74867: Apache Airflow on Kubernetes at scale β a peak under the hood π [ENTERPRISE-STABLE]
- medium.com/@alfahreiza: Building an ELT Pipeline: From CSV to BigQuery using dbt π [ENTERPRISE-STABLE]
- medium.com/apache-airflow: What we learned after running Airflow on Kubernetes for 2 years π [ENTERPRISE-STABLE]
- Couler π [ENTERPRISE-STABLE]
- Red Hat AMQ overview π [ENTERPRISE-STABLE]
- Red Hat AMQ π [ENTERPRISE-STABLE]
- Apache ActiveMQ Artemis broker π [ENTERPRISE-STABLE]
- developers.redhat.com: JDBC Master-Slave Persistence setup with Activemq using Postgresql database π [ENTERPRISE-STABLE]
- developers.redhat.com: Connecting external clients to Red Hat AMQ Broker on Red Hat OpenShift π [ENTERPRISE-STABLE]
- Understanding Red Hat AMQ Streams components for OpenShift and Kubernetes π π [ENTERPRISE-STABLE]
- Set up Red Hat AMQ Streams custom certificates on OpenShift π [ENTERPRISE-STABLE]
- speakerdeck.com: Apache Kafka with Red Hat AMQ Streams π π [ENTERPRISE-STABLE]
- HTTP-based Kafka messaging with Red Hat AMQ Streams π [ENTERPRISE-STABLE]
- blog.jromanmartin.io: How to upgrade Strimzi Operator using the CLI π [CASE-STUDY]
- Open Data Hub π [ENTERPRISE-STABLE]
- Open Data Hub 0.6 brings component updates and Kubeflow architecture π [ARCHITECTURE-GUIDE]
- A development roadmap for Open Data Hub π [ENTERPRISE-STABLE]
- quandarycg.com: Everything You Need To Know About System Integration (And IPaaS) π π [ENTERPRISE-STABLE]
- blog.hubspot.com: The 22 Best iPaaS Vendors for Any Budget π [ENTERPRISE-STABLE]
- rudderstack.com iPaaS π [ENTERPRISE-STABLE]
- Mulesoft π [ENTERPRISE-STABLE]
- O'Really: Streaming data π [ENTERPRISE-STABLE]
- Service meshes to the rescue: Load balancing and scaling long-lived connections in Kubernetes π π [ENTERPRISE-STABLE]
- adambien.blog - 75th airhacks.tv Questions and Answers: Kafka, JAX-RS, MicroProfile, JSON-B, GSON, JWT, VSC, NetBeans, Java Fullstack π [ENTERPRISE-STABLE]
Nosql¶
- 3T MongoChef β Your New MongoDB GUI π [ENTERPRISE-STABLE]
-
Cassandra.apache.org π [ENTERPRISE-STABLE]
- solo.io: Step by Step: Datastax Cassandra with Istio and SNI routing Connecting applications running outside of the Kubernetes cluster to the Cassandra database running inside the cluster.
-
NoSQL - Wikipedia π [ENTERPRISE-STABLE]
- Youtube: Introduction to NoSQL by Martin Fowler π₯ π [ENTERPRISE-STABLE]
- NoSQL vs. SQL: Choosing a Data Management Solution π [ENTERPRISE-STABLE]
- NoSQL Guide, by Martin Fowler π [ARCHITECTURE-GUIDE]
- thoughtworks.com: NoSQL Databases, an overview π [ENTERPRISE-STABLE]
- Diferencias entre SQL y NoSQL ΒΏSabes cuΓ‘l usar? π [ENTERPRISE-STABLE]
- zdnet.com: SQL, NoSQL? What's the difference these days? π [ENTERPRISE-STABLE]
- NoSQL Databases: 4 Game-Changing Use Cases π [ENTERPRISE-STABLE]
- How to Evolve from RDBMS to NoSQL + SQL π π [CASE-STUDY]
- NoSQL Databases: a Survey and Decision Guidance π [ENTERPRISE-STABLE]
- dev.to: NoSQL Database Design for E-Commerce Apps in 2021 π [ENTERPRISE-STABLE]
- stackoverflow.blog: Have the tables turned on NoSQL? π [ENTERPRISE-STABLE]
- vishnu.hashnode.dev: 4 Types Of NoSQL Databases π [ENTERPRISE-STABLE]
- medium: When to Use MongoDB Rather than MySQL π [ENTERPRISE-STABLE]
- sysadminxpert.com: Demystifying NoSQL Databases π π [ENTERPRISE-STABLE]
- intellipaat.com: NoSQL vs. SQL - Difference between SQL and NoSQL π [ENTERPRISE-STABLE]
- medium.com/@suvankar.dey80: Time Series SQL vs No SQL π [ENTERPRISE-STABLE]
- thenewstack.io: Why Choose a NoSQL Database? There Are Many Great Reasons π [ENTERPRISE-STABLE]
- thenewstack.io: How to Choose and Model Time Series Databases π [CASE-STUDY]
- wikipedia: Couchbase Server π [ENTERPRISE-STABLE]
- couchbase.com π [ENTERPRISE-STABLE]
- blog.couchbase.com: How to Build Observability Dashboards with Prometheus, Grafana & Couchbase π [CASE-STUDY]
- blog.couchbase.com podcast: NoSQL in the Perspective of Industry Leaders π [ENTERPRISE-STABLE]
- Query JSON Using SQL With Couchbase Query Workbench π [ENTERPRISE-STABLE]
- MongoDB Tools - Admin GUIs, Monitoring and Other Good Stuff π [ENTERPRISE-STABLE]
- blog.mongodirector.com: Which is the best MongoDB GUI? π [ENTERPRISE-STABLE]
- MongoLab: Fully managed MongoDB-as-a-Service π [ENTERPRISE-STABLE]
- Orchestrate: DBaaS|NoSQL with One REST API π [ENTERPRISE-STABLE]
- mongodirector: MongoDB Hosting π [ENTERPRISE-STABLE]
- MongoDB security tutorial π [CASE-STUDY]
- Avoiding pitfalls running Mongo 3.2 in Docker on OSX π [ENTERPRISE-STABLE]
- MongoDB Tutorial β A Scalable NoSQL DB π [CASE-STUDY]
- MongoDB Cloud Manager π [ENTERPRISE-STABLE]
- MongoDB and Kubernetes π π [ENTERPRISE-STABLE]
- betterprogramming.pub: MongoDB Schema Validation Rules π [ENTERPRISE-STABLE]
- hashinteractive.com: MONGODUMP AND MONGORESTORE VS MONGOEXPORT AND MONGOIMPORT π [ENTERPRISE-STABLE]
- adamtheautomator.com: How To Perform a MongoDB Kubernetes Installation π π [CASE-STUDY]
- code.likeagirl.io: Docker: Setup Simple Application with MongoDB for Data Storage π [ENTERPRISE-STABLE]
- thenewstack.io: Deploy MongoDB in a Container, Access It Outside the Cluster π [ENTERPRISE-STABLE]
- github.com/oslabs-beta: Odin's Eye π [ENTERPRISE-STABLE]
- Redis π [ENTERPRISE-STABLE]
- Couchdb.apache.org π [ENTERPRISE-STABLE]
- HBase.apache.org π [ENTERPRISE-STABLE]
- Hive.apache.org π [ENTERPRISE-STABLE]
- rethinkdb.com π [ENTERPRISE-STABLE]
- Apache Drill π [ENTERPRISE-STABLE]
- dzone: SQL Syntax for Apache Drill π [ENTERPRISE-STABLE]
- NuoDB, elastically scalable database. A revolution compared to traditional monolithic 1-box databases. NuoDB is ACID,SQL, distributed/scalable and support flexible schemas π [ENTERPRISE-STABLE]
- Traditional database replication drawbacks π [ENTERPRISE-STABLE]
- medium.com: A chance for NewSQL databases π [ENTERPRISE-STABLE]
Crunchydata¶
-
The PostgreSQL Operator Installer with kubectl π [ENTERPRISE-STABLE]
- Install Operator Using Bash (the one used in this overview)
- Ansible playbook installation
- CLI installation using OLM (Deprecated): new CatalogSource added via βpgo.catalogsource.yamlβ.
- Openshift Console installation using OLM (OperatorHub):
- New CatalogSource requirement.
- CLI settings required.
- Certified Crunchydata Postgres Operator (OLM/OperatorHub):
- Openshift Console installation using OLM (OperatorHub): One-click deployment and Web based operation
- No βpgoβ CLI tool? (compatibility issues: unable to find in github the version that matches the server API - Sept 2019)
- Certified by Red Hat
- Provided by CrunchyData
- Other non-certified installations (unsupported by Red Hat): with or without OLM, CLI, etc.
- Certified Crunchydata Postgres Operator (OLM/OperatorHub):
- Install Operator Using Bash (the one used in this overview)
- Ansible playbook installation
- CLI installation using OLM (Deprecated): new CatalogSource added via βpgo.catalogsource.yamlβ.
- Openshift Console installation using OLM (OperatorHub):
- New CatalogSource requirement.
- CLI settings required.
-
ref1 π [ENTERPRISE-STABLE]
-
ref1 π [ENTERPRISE-STABLE]
-
ref1 π [ENTERPRISE-STABLE]
-
crunchydata.com π [ENTERPRISE-STABLE]
- learn.crunchydata.com π π [ENTERPRISE-STABLE]
- github.com/CrunchyData π [ENTERPRISE-STABLE]
- github.com/CrunchyData/postgres-operator π [ENTERPRISE-STABLE]
- Documentation: Crunchy Data Container Suite π π [ENTERPRISE-STABLE]
- crunchydata blog: Deploying Active-Active PostgreSQL on Kubernetes π [ENTERPRISE-STABLE]
- crunchydata blog: What's New in Crunchy PostgreSQL Operator 4.0 π [ENTERPRISE-STABLE]
- slideshare.net: Deploying PostgreSQL on Kubernetes π [ENTERPRISE-STABLE]
- slideshare.net: Operating PostgreSQL at Scale with Kubernetes π [ENTERPRISE-STABLE]
- Youtube: Demo of Crunchy Data Postgres Operator v1.0.0 (2017) π₯ π [ENTERPRISE-STABLE]
- Youtube: Crunchy PostgreSQL Operator for Kubernetes 3.4 Overview (2018) π₯ π [ENTERPRISE-STABLE]
- Youtube: OpenShift Meetup Tokyo #05 - Operator and Operator Lifecycle Manager on OpenShift (2019, openshift 4.1) π₯ π [ENTERPRISE-STABLE]
- info.crunchydata.com: Monitoring PostgreSQL clusters in kubernetes π [ENTERPRISE-STABLE]
- info.crunchydata.com: Deploy High-Availability PostgreSQL Clusters on Kubernetes by Example π [ENTERPRISE-STABLE]
- info.crunchydata.com: Migrating from Oracle to PostgreSQL: Tips and Tricks π [ENTERPRISE-STABLE]
- info.crunchydata.com: Scheduled PostgreSQL Backups and Retention Policies with Kubernetes π [ENTERPRISE-STABLE]
- info.crunchydata.com: Guard Against Transaction Loss with PostgreSQL Synchronous Replication π [ENTERPRISE-STABLE]
- info.crunchydata.com: Crunchy PostgreSQL for Kubernetes 4.3 Released π [ENTERPRISE-STABLE]
- info.crunchydata.com: Deploy pgAdmin4 with PostgreSQL on Kubernetes π [ENTERPRISE-STABLE]
- info.crunchydata.com: Multi-Kubernetes Cluster PostgreSQL Deployments π [ENTERPRISE-STABLE]
- info.crunchydata.com: Quickly Document Your Postgres Database Using psql Meta-Commands π [ENTERPRISE-STABLE]
- info.crunchydata.com: Fast CSV and JSON Ingestion in PostgreSQL with COPY π [ENTERPRISE-STABLE]
- info.crunchydata.com: Composite Primary Keys, PostgreSQL and Django π [ENTERPRISE-STABLE]
- info.crunchydata.com: Getting Started with PostgreSQL Operator 4.3 in OpenShift π [ENTERPRISE-STABLE]
- info.crunchydata.com: Introducing the Postgres Prometheus Adapter π [ENTERPRISE-STABLE]
- info.crunchydata.com: Getting Started with PostgreSQL Operator 4.3 in OpenShift π [ENTERPRISE-STABLE]
- info.crunchydata.com: Deploying Active-Active PostgreSQL on Kubernetes π [ENTERPRISE-STABLE]
- opensource.com: Scaling PostgreSQL with Kubernetes Operators π π [ENTERPRISE-STABLE]
- info.crunchydata.com: Setup ora2pg for Oracle to Postgres Migration π [ENTERPRISE-STABLE]
- info.crunchydata.com: pgBackRest - Performing Backups on a Standby Cluster π [ENTERPRISE-STABLE]
- thenewstack.io: Advanced Kubernetes Namespace Management with the PostgreSQL Operator π π [ENTERPRISE-STABLE]
- postgresql.org: Crunchy PostgreSQL Operator 4.5: Enhanced Monitoring, Custom Annotations, PostgreSQL 13 π π [ENTERPRISE-STABLE]
- info.crunchydata.com: How to Setup PostgreSQL Monitoring in Kubernetes π [CASE-STUDY]
- info.crunchydata.com: PostgreSQL Monitoring for Application Developers: The DBA Fundamentals π [ENTERPRISE-STABLE]
- youtube: OCB: High Availability PostgreSQL and more on OpenShift - Jonathan Katz (Crunchy Data) π π₯ π [ENTERPRISE-STABLE]
- info.crunchydata.com: Tuning Your Postgres Database for High Write Loads π [ENTERPRISE-STABLE]
- info.crunchydata.com: Using the PostgreSQL Operator with Rook Ceph Storage π [ENTERPRISE-STABLE]
- info.crunchydata.com: Multi-Kubernetes Cluster PostgreSQL Deployments π [ENTERPRISE-STABLE]
- info.crunchydata.com: An Easy Recipe for Creating a PostgreSQL Cluster with Docker Swarm π [ENTERPRISE-STABLE]
- info.crunchydata.com: Deploying the PostgreSQL Operator on GKE π [ENTERPRISE-STABLE]
- info.crunchydata.com: Using GitOps to Self-Manage Postgres in Kubernetes π π [ENTERPRISE-STABLE]
- info.crunchydata.com: Kubernetes Pod Tolerations and Postgres Deployment Strategies π [ENTERPRISE-STABLE]
- blog.crunchydata.com: Helm, GitOps and the Postgres Operator π [ENTERPRISE-STABLE]
- blog.crunchydata.com: Crunchy Postgres Operator 4.6.0 π π [ENTERPRISE-STABLE]
- blog.crunchydata.com: Deploy PostgreSQL With TLS in Kubernetes π [ENTERPRISE-STABLE]
- blog.crunchydata.com: Announcing Google Cloud Storage (GCS) Support for pgBackRest π [ENTERPRISE-STABLE]
- youtube: Install and use Crunchy PostgreSQLfor OpenShift operator for simple todo app on OpenShift π π₯ π [ENTERPRISE-STABLE]
- blog.crunchydata.com: Query Optimization in Postgres with pg_stat_statements π [ENTERPRISE-STABLE]
- blog.crunchydata.com: Kubernetes Pod Tolerations and Postgres Deployment Strategies π π [ENTERPRISE-STABLE]
- blog.crunchydata.com: Active-Active PostgreSQL Federation on Kubernetes π [ENTERPRISE-STABLE]
- blog.crunchydata.com: Multi-Kubernetes Cluster PostgreSQL Deployments π [ENTERPRISE-STABLE]
- blog.crunchydata.com: Next Generation Crunchy Postgres for Kubernetes 5.0 Released π [ENTERPRISE-STABLE]
- blog.crunchydata.com: pgBackRest Point-In-Time Recovery Using Crunchy PostgreSQL Operator π [ENTERPRISE-STABLE]
- blog.crunchydata.com: Using Cert Manager to Deploy TLS for Postgres on Kubernetes π [ENTERPRISE-STABLE]
- dzone: PostgreSQL HA and Kubernetes π [ENTERPRISE-STABLE]
- blog.crunchydata.com: Can't Resize your Postgres Kubernetes Volume? No Problem! π [ENTERPRISE-STABLE]
- blog.crunchydata.com: Your Guide to Connection Management in Postgres π π [ARCHITECTURE-GUIDE]
- blog.crunchydata.com: PostgreSQL 14 on Kubernetes (with examples!) π [ENTERPRISE-STABLE]
- blog.crunchydata.com: Kubernetes + Postgres Cluster From Scratch on Rocky 8 π [ENTERPRISE-STABLE]
- blog.crunchydata.com: Kubernetes + Postgres Cluster From Scratch on Rocky 8 π [ENTERPRISE-STABLE]
- blog.crunchydata.com: Announcing Postgres Container Apps: Easy Deploy Postgres Apps π [ENTERPRISE-STABLE]
- Announcing the Crunchy Data Developer Portal π [ENTERPRISE-STABLE]
- Crunchy Data Developer Portal π [ENTERPRISE-STABLE]
- Crunchy PostgreSQL Operator π [ENTERPRISE-STABLE]
- Crunchy PostgreSQL and Openshift π [ENTERPRISE-STABLE]
- ref1 π [ENTERPRISE-STABLE]
- crunchy-pgadmin4 π [ENTERPRISE-STABLE]
- pgAdmin 4 π [ENTERPRISE-STABLE]
Newsql¶
- medium.com: A chance for NewSQL databases π [ENTERPRISE-STABLE]
- muratbuffalo.blogspot.com: Whatβs Really New with NewSQL? π [ENTERPRISE-STABLE]
Databases¶
- thenewstack.io: How Database Load Balancing Completes the 3-Tiered Architecture π π [ARCHITECTURE-GUIDE]
- sqlshack.com: SQL Database on Kubernetes: Considerations and Best Practices π π [ENTERPRISE-STABLE]
- thenewstack.io: Just How Challenging Is State in Kubernetes? π π [ENTERPRISE-STABLE]
- theregister.com: 75% of databases to be cloud-hosted by 2022, says Gartner while dishing on the weak points of each provider π [ENTERPRISE-STABLE]
- thenewstack.io: What Is Data Management in the Kubernetes Age? π [ENTERPRISE-STABLE]
- thenewstack.io: A Case for Databases on Kubernetes from a Former Skeptic π [ENTERPRISE-STABLE]
- hackernoon.com: Database Vs Data Warehouse Vs Data Lake: A Simple Explanation π [ENTERPRISE-STABLE]
- percona.com: DBaaS on Kubernetes: Under the Hood π π [ENTERPRISE-STABLE]
- blog.crunchydata.com: Using Kubernetes? Chances Are You Need a Database π π [ENTERPRISE-STABLE]
- thenewstack.io: Databases β Finally β Get Containerized π [ENTERPRISE-STABLE]
- percona.com: Autoscaling Databases in Kubernetes for MongoDB, MySQL, and PostgreSQL π [ENTERPRISE-STABLE]
- levelup.gitconnected.com: How to design a system to scale to your first 100 million users π [CASE-STUDY]
- magalix.com: Kubernetes And Databases π π [ENTERPRISE-STABLE]
- towardsdatascience.com: SQL vs. NoSQL: How to Select from 12 Database Types ππ π [CASE-STUDY]
- andrewlock.net: Running database migrations when deploying to Kubernetes π π [ENTERPRISE-STABLE]
- red-gate.com: Designing Highly Scalable Database Architectures π [ARCHITECTURE-GUIDE]
- medium: Not using trendy technologies is the best thing for your Startup! π [ENTERPRISE-STABLE]
- thenewstack.io: Database-as-a-Service: A Key Technology for Agile Growth π [ENTERPRISE-STABLE]
- cloud.redhat.com: OpenShift Commons Briefing: Database Disaster Recovery Made Easy with Annette Clewett (Red Hat) and Andrew L'Ecuyer (Crunchy Data) π [ENTERPRISE-STABLE]
- thenewstack.io: A Case for Databases on Kubernetes from a Former Skeptic π [ENTERPRISE-STABLE]
- hackernoon.com: Practical Transaction Handling in Microservice Architecture π [ARCHITECTURE-GUIDE]
- thenewstack.io: Data on Kubernetes: Operators, Tools Need Standardization π [ENTERPRISE-STABLE]
- thenewstack.io: Kubernetes Will Revolutionize Enterprise Database Management π [ENTERPRISE-STABLE]
- dok.community: Data on Kubernetes 2021 Report π [ENTERPRISE-STABLE]
- cloud.redhat.com: Simplifying Database Cloud Service Access π [ENTERPRISE-STABLE]
- venturebeat.com: The rise of Kubernetes and its impact on enterprise databases π [ENTERPRISE-STABLE]
- vladmihalcea.com: Single-Primary Database Replication π [ENTERPRISE-STABLE]
- treblle.com: How does Treblle scale on AWS without breaking the bank? π [ENTERPRISE-STABLE]
- intellipaat.com: Difference between DBMS and RDBMS π [ENTERPRISE-STABLE]
- betterprogramming.pub: Multi-Tenancy Support With Spring Boot, Liquibase, and PostgreSQL π [ENTERPRISE-STABLE]
- thenewstack.io: How Kubernetes and Database Operators Drive the Data Revolution π [ENTERPRISE-STABLE]
- thenewstack.io: How Radical API Design Changed the Way We Access Databases π [ENTERPRISE-STABLE]
- architecturenotes.co: Things You Should Know About Databases π [ARCHITECTURE-GUIDE]
- vladmihalcea.com: A beginnerβs guide to database multitenancy π [ARCHITECTURE-GUIDE]
- itnext.io: How to Run Databases in Kubernetes π [CASE-STUDY]
- thenewstack.io: More Database, Analytics Workloads Ran on Kubernetes in 2022 π [ENTERPRISE-STABLE]
- medium.com/@bijit211987: Kubernetes ready for stateful workloads and to Revolutionize Enterprise Database Management π [ENTERPRISE-STABLE]
- medium.com/javarevisited: Top Performance issues every developer/architect must know β part 1-Database π [ENTERPRISE-STABLE]
- infoq.com: Create Your Distributed Database on Kubernetes with Existing Monolithic Databases π [ENTERPRISE-STABLE]
- dineshchandgr.medium.com: Why do we need a Database Connection Pool? -every programmer must know π [ENTERPRISE-STABLE]
- medium.com/fintechexplained: What Is Database Sharding? π [ENTERPRISE-STABLE]
- blog.equationlabs.io: Managing database migrations safely in high replicated k8s deployment π π [ENTERPRISE-STABLE]
- blog.equationlabs.io: Managing database migrations safely in high replicated k8s deployment π [ENTERPRISE-STABLE]
- thenewstack.io: Distributed Database Architecture: What Is It? π [ARCHITECTURE-GUIDE]
- medium.com/@mkremer_75412: Why Postgres RDS didnβt work for us (and why it wonβt work for you if youβre implementing a big data solution) π [ENTERPRISE-STABLE]
- medium.com/@fengruohang: Database in Kubernetes: Is that a good idea? π [ENTERPRISE-STABLE]
- medium.com: How to choose the right database for your service π π [CASE-STUDY]
- severalnines.com: How Does a Database Load Balancer Work? π [ENTERPRISE-STABLE]
- digitalocean.com: How To Use WHERE Clauses in SQL π [CASE-STUDY]
- intellipaat.com: SQL vs MySQL - Key Differences Between SQL and MySQL π [ENTERPRISE-STABLE]
- vettabase.com: How slow is SELECT * ? π [ENTERPRISE-STABLE]
- towardsdatascience.com: How to Use SQL Cross Joins π [CASE-STUDY]
- vladmihalcea.com: SQL EXISTS and NOT EXISTS π [ENTERPRISE-STABLE]
- vladmihalcea.com: Default Database Primary, Foreign, and Unique Key Indexing π [ENTERPRISE-STABLE]
- blog.jooq.org π [ENTERPRISE-STABLE]
- vladmihalcea.com: SQL LEFT JOIN β A Beginnerβs Guide π [ARCHITECTURE-GUIDE]
- vladmihalcea.com: SQL JOIN USING β A Beginnerβs Guide π [ARCHITECTURE-GUIDE]
- gcreddy.com: SQL Step by Step Videos π [ENTERPRISE-STABLE]
- freecodecamp.org: SQL Joins Tutorial: Cross Join, Full Outer Join, Inner Join, Left Join, and Right Join π [CASE-STUDY]
- freecodecamp.org: SQL Join Types β Inner Join VS Outer Join Example π [ENTERPRISE-STABLE]
- freecodecamp.org: The SQL Inner Join Command: Example Syntax π [ENTERPRISE-STABLE]
- freecodecamp.org: SQL Inner Join β How to Join 3 Tables in SQL and MySQL π [CASE-STUDY]
- geeksforgeeks.org: Best Practices for SQL Query Optimization π [ENTERPRISE-STABLE]
- towardsdatascience.com: You Should Use This to Visualize SQL Joins Instead of Venn Diagrams π [ENTERPRISE-STABLE]
- vladmihalcea.com: MySQL JSON_TABLE β Map a JSON object to a relational database table π [ENTERPRISE-STABLE]
- infoworld.com: Beyond SQL: 8 new languages for data querying π [ENTERPRISE-STABLE]
- blog.yugabyte.com: Are Stored Procedures and Triggers Anti-Patterns in the Cloud Native World? π [ENTERPRISE-STABLE]
- stackoverflow.com: Is the usage of stored procedures a bad practice? π [ENTERPRISE-STABLE]
- softwareengineering.stackexchange.com: What is the best practice about microservice architecture for consuming many stored procedures in the same database? π [ARCHITECTURE-GUIDE]
- betterprogramming.pub: 8 Techniques To Speed up Your Database π [ENTERPRISE-STABLE]
- xenonstack.com: Stateful and Stateless Applications Best Practices and Advantages π [ENTERPRISE-STABLE]
- threadreaderapp.com: Kelsey Hightower: "Kubernetes has made huge improvements in the ability to run stateful workloads including databases and message queues, but I still prefer not to run them on Kubernetes" π π [ENTERPRISE-STABLE]
- thenewstack.io: Data on Kubernetes: The Next Frontier π [ENTERPRISE-STABLE]
- openshift.com: OpenShift, Databases and You: When to Put Containerized Database Workloads on OpenShift π π [ENTERPRISE-STABLE]
- sixfold.medium.com: Reducing database queries to a minimum with DataLoaders π [ENTERPRISE-STABLE]
- thenewstack.io: How to Ensure Your Serverless Database Stays Serverless π [CASE-STUDY]
- thenewstack.io: The Benefits and Drawbacks of DataOps in Practice π [ENTERPRISE-STABLE]
- cloudbees.com: Introductory Handbook for Database Continuous Integration π [ENTERPRISE-STABLE]
- cloud.google.com: To run or not to run a database on Kubernetes - What to consider π [ENTERPRISE-STABLE]
- reddit.com: What's the best, proper way of running a database cluster on top of Kubernetes? π [ENTERPRISE-STABLE]
- learnk8s.io: Provisioning cloud resources (AWS, GCP, Azure) in Kubernetes π [ENTERPRISE-STABLE]
- cloudsavvyit.com: Should You Run a Database in Docker? π [ENTERPRISE-STABLE]
- informationweek.com: Can Enterprises Benefit From Adopting Database DevOps? π [ENTERPRISE-STABLE]
- medium: DevOps and DatabasesβββThe forgotten automation π [ENTERPRISE-STABLE]
- medium.com/@database-mesh: Database Mesh 2.0: Database Governance in a Cloud Native Environment π [ENTERPRISE-STABLE]
- kubedb.com π [ENTERPRISE-STABLE]
- Wikipedia: CockroachDB π [ENTERPRISE-STABLE]
- Cockroach π [ENTERPRISE-STABLE]
- cockroachlabs.com: Automated database operations with Terraform π [ENTERPRISE-STABLE]
- blog.cloudneutral.se: Running CockroachDB TPC-C benchmark on GKE π [ENTERPRISE-STABLE]
- itnext.io: Operator Lifecycle Manager π [ENTERPRISE-STABLE]
- Spilo: HA PostgreSQL Clusters with Docker π [ENTERPRISE-STABLE]
- Patroni π [ENTERPRISE-STABLE]
- How I've Set Up HA PostgreSQL on Kubernetes (powered by Patroni, a template for PostgreSQL HA) π [ENTERPRISE-STABLE]
- Zalando Postgres Operator π [ENTERPRISE-STABLE]
- medium: Running Oracle 12c on OpenShift Container Platform π [ENTERPRISE-STABLE]
- Automate SQL Server Backups with PowerShell π [ENTERPRISE-STABLE]
- Expanding SQL Server Big Data Clusters capabilities, now on Red Hat OpenShift π [ENTERPRISE-STABLE]
- devblogs.microsoft.com: DevOps for Azure SQL π π [ENTERPRISE-STABLE]
- khalidabuhakmeh.com: Running SQL Server Queries In Docker π [ENTERPRISE-STABLE]
- twindb.com: Verify MySQL Backups With TwinDB Backup Tool π [ENTERPRISE-STABLE]
- blog.eduguru.in: mysql create index on table π [ENTERPRISE-STABLE]
- percona.com: MySQL 101: Parameters to Tune for MySQL Performance π [ENTERPRISE-STABLE]
- pub.towardsai.net: Step-by-Step Design of Enhanced Entity-Relationship (EER) in MySQL π [ENTERPRISE-STABLE]
- dbasecenter.com: The top 5 MySQL performance variables π [ENTERPRISE-STABLE]
- opensource.com π [ENTERPRISE-STABLE]
- percona.com: MySQL on Kubernetes with GitOps π π [ENTERPRISE-STABLE]
- Moco π [ENTERPRISE-STABLE]
- cloudsavvyit.com: How to Run PHPMyAdmin in a Docker Container π [CASE-STUDY]
- tusacentral.com: MySQL on Kubernetes demystified π [ENTERPRISE-STABLE]
- dzone: PostgreSQL vs MySQL Performance π [ENTERPRISE-STABLE]
- thenewstack.io: Deploy MySQL and phpMyAdmin with Docker π [ENTERPRISE-STABLE]
- thenewstack.io: Maria DB Gets Reactive with a Non-Blocking Connector for Java π [ENTERPRISE-STABLE]
- 9 High-Performance Tips when using PostgreSQL with JPA and Hibernate π [ENTERPRISE-STABLE]
- migops.com: pgBackRest β The Best Postgres Backup Tool with a very active community π [ENTERPRISE-STABLE]
- towardsdatascience.com: Practical Introduction to PostgreSQL π [ENTERPRISE-STABLE]
- percona.com: An Overview of Sharding in PostgreSQL and How it Relates to MongoDBβs π [ENTERPRISE-STABLE]
- blog.crunchydata.com: How to Setup PostgreSQL Monitoring in Kubernetes π [CASE-STUDY]
- blog.flant.com: Comparing Kubernetes operators for PostgreSQL π [ENTERPRISE-STABLE]
- blog.crunchydata.com: Cut Out the Middle Tier: Generating JSON Directly from Postgres π [ENTERPRISE-STABLE]
- percona.com: How to Adjust Linux Out-Of-Memory Killer Settings for PostgreSQL π [CASE-STUDY]
- Postgres.app π [ENTERPRISE-STABLE]
- devopscube.com: How to Deploy PostgreSQL Statefulset in Kubernetes With High Availability π [CASE-STUDY]
- blog.crunchydata.com: Quickly Document Your Postgres Database Using psql Meta-Commands π [ENTERPRISE-STABLE]
- blog.crunchydata.com: Devious SQL: Message Queuing Using Native PostgreSQL π [ENTERPRISE-STABLE]
- percona.com: Should I Create an Index on Foreign Keys in PostgreSQL? π [ENTERPRISE-STABLE]
- percona.com: PostgreSQL 14 Database Monitoring and Logging Enhancements π [ENTERPRISE-STABLE]
- theregister.com: MySQL a 'pretty poor database' says departing Oracle engineer π [ENTERPRISE-STABLE]
- wanago.io: Creating views with PostgreSQL π [ENTERPRISE-STABLE]
- percona/pg_stat_monitor π [ENTERPRISE-STABLE]
- blog.crunchydata.com: A Postgres Primer for Oracle DBAs π [ENTERPRISE-STABLE]
- blog.crunchydata.com: Postgres Indexes for Newbies π [ENTERPRISE-STABLE]
- dev.to: REST Data Service on YugabyteDB / PostgreSQL π [ENTERPRISE-STABLE]
- orgrim/pg_back: Simple backup tool for PostgreSQL π [ENTERPRISE-STABLE]
- sqlrevisited.blogspot.com: MySQL vs PostgreSQL? Pros and Cons π [ENTERPRISE-STABLE]
- adamtheautomator.com: How to Deploy Postgres to Kubernetes π π [CASE-STUDY]
- purnapoudel.blogspot.com: How to Configure PostgreSQL with SSL/TLS support on Kubernetes π [CASE-STUDY]
- Percona.com: Percona Kubernetes Operator for Percona XtraDB Cluster π [ENTERPRISE-STABLE]
- medium: Upgrading MySQL (Percona Server) from 5.7 to 8.0 π [ENTERPRISE-STABLE]
- percona.com: MySQL 101: How to Find and Tune a Slow SQL Query π [CASE-STUDY]
- percona.com: Storing Kubernetes Operator for Percona Server for MongoDB Secrets in Github π [ENTERPRISE-STABLE]
- percona.com: Migration of a MySQL Database to a Kubernetes Cluster Using Asynchronous Replication π [ENTERPRISE-STABLE]
- percona.com: Migrating PostgreSQL to Kubernetes π [ENTERPRISE-STABLE]
- RedisLabs/redis-enterprise-k8s-docs: Deploying Redis Enterprise on Kubernetes π [ENTERPRISE-STABLE]
- tech.trell.co: Redis Cluster Creation Automation π [ENTERPRISE-STABLE]
- blog.devgenius.io: How to use Redis Pub/Sub in your Python Application π π [CASE-STUDY]
- rockset.com: Sequoia Capital: Why We Moved from Elasticsearch to Rockset π [ENTERPRISE-STABLE]
- freecodecamp.org: How to Get Started with PysonDB π [CASE-STUDY]
- clickhouse.com π [ENTERPRISE-STABLE]
- Altinity/clickhouse-operator π [ENTERPRISE-STABLE]
- radondb/radondb-clickhouse-kubernetes π [ENTERPRISE-STABLE]
- tech.marksblogg.com: Monitor ClickHouse column oriented database with Prometheus & Grafana π [ENTERPRISE-STABLE]
- Apache Ignite π [ENTERPRISE-STABLE]
- dzone: Stateful Microservices With Apache Ignite π [ENTERPRISE-STABLE]
- Apache Druid π [ENTERPRISE-STABLE]
- dev.to: Apache Druid: overview, running in Kubernetes and monitoring with Prometheus π [ENTERPRISE-STABLE]
- github.com/dolthub/dolt π [ENTERPRISE-STABLE]
- victoriametrics.com π [ENTERPRISE-STABLE]
- victoriametrics.com: Q2 2024 Round Up: VictoriaMetrics & VictoriaLogs Updates π [ENTERPRISE-STABLE]
- Tabularis: Open Source Desktop Client for Modern Databases with AI and MCP Integration π [ENTERPRISE-STABLE]
- SQL Studio: A Unified SQL Database Explorer π [ENTERPRISE-STABLE]
- SHMIG π [ENTERPRISE-STABLE]
- DATA-DOG/go-sqlmock π [ENTERPRISE-STABLE]
- datafold/data-diff π [ENTERPRISE-STABLE]
- medium.com/@nomulex: How to create an ssh tunnel to a remote database in Kubernetes π π [CASE-STUDY]
- thenewstack.io: You Donβt Need a Blockchain, You Need a Time-Series Database π [ENTERPRISE-STABLE]
- opensource.com: Make your data boss-friendly with EDA - Enterprise Data Analytics π [ENTERPRISE-STABLE]
- thenewstack.io: Kubernetes-Run Analytics at the Edge: Postgres, Kafka, Debezium π [ENTERPRISE-STABLE]
- unifieddatascience.com: Data lake design patterns on Azure (Microsoft) cloud π [ENTERPRISE-STABLE]
- unifieddatascience.com: Data lake design patterns on AWS (Amazon) cloud π [ENTERPRISE-STABLE]
- unifieddatascience.com: Data lake design patterns on google (GCP) cloud π [ENTERPRISE-STABLE]
- SQErzo: Tiny ORM for Graph databases π [ENTERPRISE-STABLE]
- towardsdatascience.com: At Its Core: How Is a Graph Database Different from a Relational One? π [ENTERPRISE-STABLE]
- xataka.com: El Excel se ha usado en la FΓ³rmula 1 hasta que se han dado cuenta que no es la mejor forma de controlar las 20.000 piezas del coche π [ENTERPRISE-STABLE]