pulumi/pulumi

Pulumi - Infrastructure as Code in any programming language 🚀

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 48 minutes ago
Added to GitGenius on October 18th, 2024
Created on October 31st, 2016
Open Issues & Pull Requests: 2,454 (+0)
Number of forks: 1,419
Total Stargazers: 25,605 (+0)
Total Subscribers: 190 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 38.3 hours
Mean response time: 267.4 days
90th percentile: 1123.4 days
Tracked items: 3,099

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 79% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "p1" is answered fastest, typically in about 7 hours, while "area/codegen" waits about 3 days. 64% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 5% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2,039
New in 7 days: 20
Closed in 7 days: 70
Avg open age: 1,054 days
Stale 30+ days: 1,811
Stale 90+ days: 1,740

Recent activity

Opened in 7 days: 18
Closed in 7 days: 65
Comments in 7 days: 63
Events in 7 days: 383

Top labels

  • resolution/fixed (3,034)
  • kind/bug (2,871)
  • kind/enhancement (2,470)
  • area/cli (1,171)
  • kind/engineering (913)
  • area/codegen (768)
  • p1 (676)
  • area/sdks (553)

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.

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.

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.