Where to store executables shared by a team/project

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

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
  • dem

    Containerized Development Environment Manager for embedded development

  • We also faced this issue several times. The situation gets even more complicated if you work on other projects simultaneously. Our solution was the containerization of the tools ( similar way as someone already described here). We tried to create a separate container image for every tool. Sometimes these tools interfered with each other (e.g. they used the same environment variable name with different meanings), so this way we could isolate them. Separate images also mean that you don’t need to rebuild the image if you’d like to change something (e.g. use st-link instead of j-link), just swap the images. We stored the images in a registry, which then acted as a software catalog. We solved a bunch of problems this way, but we still needed a method to manage the tool images. Our idea was to group together the images required for a specific project into a “Development Environment”. We finally implemented a tool, which the developers can use to self-serve the Development Environment for the project they would like to work on. We open-sourced this management tool a couple of weeks ago, you can find it here: https://github.com/axem-solutions/dem In the next version, we would like to add support for 3rd party (or self-hosted) registries and offline usage, so if you are interested I’d be happy to help with it.

  • 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

  • DEM: Open-source containerized Development Environment Manager

    1 project | news.ycombinator.com | 1 Nov 2023
  • Join the Hottest Hacktoberfest Project of 2023 🚀

    1 project | dev.to | 4 Oct 2023
  • Feedback wanted on DEM

    1 project | /r/embedded | 14 Sep 2023
  • axem - DEM bemutatkozás

    1 project | /r/programmingHungary | 14 Sep 2023
  • The Hater's Guide to Kubernetes

    6 projects | news.ycombinator.com | 3 Mar 2024