pulumi
by
pulumi

Description: Pulumi - Infrastructure as Code in any programming language 🚀

View on GitHub ↗

Summary Information

Updated 1 hour ago
Added to GitGenius on October 18th, 2024
Created on October 31st, 2016
Open Issues & Pull Requests: 2,459 (+5)
Number of forks: 1,396
Total Stargazers: 25,416 (+0)
Total Subscribers: 190 (+0)

Issue Activity (beta)

Open issues: 2,060
New in 7 days: 3
Closed in 7 days: 1
Avg open age: 1,047 days
Stale 30+ days: 2,021
Stale 90+ days: 1,884

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 2
Events in 7 days: 6

Top labels

  • resolution/fixed (2,921)
  • kind/bug (2,826)
  • kind/enhancement (2,442)
  • area/cli (1,161)
  • kind/engineering (867)
  • area/codegen (756)
  • p1 (636)
  • area/sdks (548)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 317.0 days
90th percentile: 1283.6 days
Tracked items: 3,442

Most active contributors

Detailed Description

Pulumi is an infrastructure-as-code platform written in Go that enables developers to define, deploy, and manage cloud infrastructure using general-purpose programming languages instead of declarative configuration files. The core repository contains the Pulumi CLI, language SDKs, and the Pulumi engine itself, with individual provider libraries maintained in separate repositories. The platform supports infrastructure provisioning across AWS, Azure, Google Cloud Platform, Kubernetes, and over 300 additional providers through its registry.

The platform's primary value proposition is allowing developers to write infrastructure code in languages they already know, including JavaScript, TypeScript, Python, Go, C#, F#, VB.NET, Java, and YAML. This approach eliminates the need for YAML-based configuration by leveraging standard language features such as loops, functions, classes, and package management systems. The Automation API enables embedding infrastructure-as-code capabilities directly into applications, extending Pulumi's utility beyond traditional infrastructure management workflows.

Pulumi's workflow follows a straightforward pattern: developers write code in their chosen language, execute pulumi up to provision resources, and the system automatically computes minimal diffs for subsequent deployments. The platform includes unified logging capabilities for containers and functions, secrets management through Pulumi ESC for handling configuration complexity across cloud infrastructure, and resource destruction through the pulumi destroy command.

The repository demonstrates substantial community engagement and active maintenance. GitGenius tracking data shows 3441 total issues and pull requests with a median response latency of 0.0 hours and a mean of 7609.8 hours, indicating rapid initial triage followed by longer resolution periods for complex items. The most prevalent issue classifications are resolution/fixed with 1569 occurrences, kind/enhancement with 1318, and kind/bug with 1251, reflecting a mature project with consistent bug fixes and feature development. The top contributors justinvp, Frassle, and tgummerer have accumulated 3024, 2344, and 2065 tracked events respectively, demonstrating concentrated expertise and sustained involvement.

The project's classification across multiple domains reflects its broad scope: devops, stateful applications, multicloud, multiplatform, cross-cloud compatibility, custom resources, automation, infrastructure, deployment automation, and programming language support. GitGenius identified overlapping contributors with microsoft/vscode, microsoft/typescript, and rust-lang/rust, suggesting cross-pollination with major language and development tool ecosystems.

Pulumi is distributed under the Apache 2.0 open-source license and provides extensive documentation including getting-started guides, tutorials, architectural patterns, API references, and a registry of available packages. The project maintains example repositories demonstrating usage across containers, serverless, and infrastructure scenarios. Community engagement occurs through a dedicated Slack workspace and GitHub Discussions, providing multiple channels for user questions and knowledge sharing. The platform's design philosophy emphasizes reducing friction for infrastructure management by allowing developers to apply familiar programming paradigms to cloud resource provisioning and lifecycle management.

pulumi
by
pulumipulumi/pulumi

Repository Details

Fetching additional details & charts...