Is your python for devops complex?Do you create classes,use inheritance and polymorphism?

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

    Python process launching

  • I disagree with that statement. If we are talking about scripts that need to run external programs, Python is lacking. That's why there is sh for dealing exactly with that. The fact that it's pretty popular (judging by GitHub stars) from my perspective proves the problem.

  • ngs

    Next Generation Shell (NGS)

  • I was frustrated with both bash and Python enough to create new language, Next Generation Shell. It has bash-like syntax for running external programs, facilities to handle exit codes, parse output, etc. NGS is built specifically for this kind of glue scripting. It's like you can't beat awk or jq for specific tasks, it should be (you judge) hard to beat NGS for glue scripting.

  • 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