Clarification on integration and E2E stage in a pipeline

This page summarizes the projects mentioned and recommended in the original post on /r/devops

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • automated-test-environment-for-aks-applications

    Framework to create Automated Test Environment using kind (Kubernetes in Docker) for testing Azure Kubernetes Service (AKS) based applications in CI (Continuous Integration) Pipeline (Azure DevOps)

  • As for the integration test: those are "just" API calls which is pretty expected for integration tests: it "just" tests an API which might use some other back-end services. You test those one by one.

  • python-poetry-docker-example

    Discontinued Example of integrating Poetry with Docker leveraging multi-stage builds. [Moved to: https://github.com/michaeloliverx/python-poetry-docker-example] (by michael0liver)

  • One of the fun things that doesn't get explained often is if you want to you can target one of the intermediate containers and run it instead of running through the entire build. This means your development, hot-reloading environment can be a container that's in your production Dockerfile and all you have to do is modify the target when you're running locally. One of the best examples of this that I've found is a Dockerfile by michael0liver for poetry and python. You can see it here but the link to the entire repo is here.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Trouble sorting out how to actually run integration and E2E tests on Kubernetes deployment

    1 project | /r/azuredevops | 15 Jul 2021
  • Meet testa, a POC testing lib based on comments only (python, js, ruby, php)...

    1 project | /r/programming | 1 Jan 2022
  • Test your code (Php, Js, Python, Ruby) with comments only.

    1 project | dev.to | 10 Mar 2021
  • Need Help regarding API autoamtion framework !

    3 projects | /r/QualityAssurance | 22 Dec 2020
  • First eBPF based mock generator(open source)

    1 project | news.ycombinator.com | 28 May 2024