devops-project-generator 1.4.0__tar.gz → 2.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- devops_project_generator-2.0.0/PKG-INFO +324 -0
- devops_project_generator-2.0.0/README.md +293 -0
- {devops_project_generator-1.4.0 → devops_project_generator-2.0.0}/cli/__init__.py +1 -1
- {devops_project_generator-1.4.0 → devops_project_generator-2.0.0}/cli/cli.py +574 -56
- devops_project_generator-2.0.0/devops_project_generator.egg-info/PKG-INFO +324 -0
- {devops_project_generator-1.4.0 → devops_project_generator-2.0.0}/devops_project_generator.egg-info/SOURCES.txt +3 -1
- {devops_project_generator-1.4.0 → devops_project_generator-2.0.0}/generator/config.py +236 -43
- devops_project_generator-2.0.0/generator/config_generator.py +487 -0
- {devops_project_generator-1.4.0 → devops_project_generator-2.0.0}/generator/generator.py +129 -49
- devops_project_generator-2.0.0/generator/scanner.py +478 -0
- {devops_project_generator-1.4.0 → devops_project_generator-2.0.0}/pyproject.toml +2 -2
- devops_project_generator-1.4.0/PKG-INFO +0 -631
- devops_project_generator-1.4.0/README.md +0 -600
- devops_project_generator-1.4.0/devops_project_generator.egg-info/PKG-INFO +0 -631
- {devops_project_generator-1.4.0 → devops_project_generator-2.0.0}/LICENSE +0 -0
- {devops_project_generator-1.4.0 → devops_project_generator-2.0.0}/devops_project_generator.egg-info/dependency_links.txt +0 -0
- {devops_project_generator-1.4.0 → devops_project_generator-2.0.0}/devops_project_generator.egg-info/entry_points.txt +0 -0
- {devops_project_generator-1.4.0 → devops_project_generator-2.0.0}/devops_project_generator.egg-info/requires.txt +0 -0
- {devops_project_generator-1.4.0 → devops_project_generator-2.0.0}/devops_project_generator.egg-info/top_level.txt +0 -0
- {devops_project_generator-1.4.0 → devops_project_generator-2.0.0}/generator/__init__.py +0 -0
- {devops_project_generator-1.4.0 → devops_project_generator-2.0.0}/setup.cfg +0 -0
|
@@ -0,0 +1,324 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: devops-project-generator
|
|
3
|
+
Version: 2.0.0
|
|
4
|
+
Summary: A CLI tool and modern web UI that scaffolds production-ready DevOps repositories with advanced features
|
|
5
|
+
Author-email: NotHarshhaa <devops-project-generator@notHarshhaa.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Classifier: Development Status :: 4 - Beta
|
|
8
|
+
Classifier: Intended Audience :: Developers
|
|
9
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
+
Requires-Python: >=3.8
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
License-File: LICENSE
|
|
19
|
+
Requires-Dist: typer[all]>=0.9.0
|
|
20
|
+
Requires-Dist: rich>=13.0.0
|
|
21
|
+
Requires-Dist: jinja2>=3.1.0
|
|
22
|
+
Requires-Dist: pyyaml>=6.0
|
|
23
|
+
Requires-Dist: click>=8.0.0
|
|
24
|
+
Provides-Extra: dev
|
|
25
|
+
Requires-Dist: pytest>=7.0.0; extra == "dev"
|
|
26
|
+
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
|
|
27
|
+
Requires-Dist: black>=23.0.0; extra == "dev"
|
|
28
|
+
Requires-Dist: flake8>=6.0.0; extra == "dev"
|
|
29
|
+
Requires-Dist: mypy>=1.0.0; extra == "dev"
|
|
30
|
+
Dynamic: license-file
|
|
31
|
+
|
|
32
|
+
# 🚀 DevOps Project Generator 🚀
|
|
33
|
+
|
|
34
|
+
[](https://pypi.org/project/devops-project-generator/)
|
|
35
|
+
[](LICENSE)
|
|
36
|
+
[](https://www.python.org/downloads/)
|
|
37
|
+
|
|
38
|
+
A powerful CLI tool and modern web UI that scaffolds production-ready DevOps repositories with ease, allowing you to quickly bootstrap complete DevOps projects by selecting user-friendly options for pipeline frameworks, infrastructure patterns, deployment strategies, observability stacks, and security compliance frameworks.
|
|
39
|
+
|
|
40
|
+
## ✨ Why DevOps Project Generator?
|
|
41
|
+
|
|
42
|
+
Setting up a real-world DevOps project from scratch is repetitive and error-prone. This tool helps you bootstrap a complete DevOps-ready repository in seconds, following industry best practices and modern DevOps patterns.
|
|
43
|
+
|
|
44
|
+
✔ Opinionated but configurable
|
|
45
|
+
✔ DevOps-focused, production-oriented
|
|
46
|
+
✔ CLI + Modern Web UI
|
|
47
|
+
✔ Advanced configuration analysis
|
|
48
|
+
✔ Real-time cost optimization
|
|
49
|
+
✔ Project analytics dashboard
|
|
50
|
+
✔ No tool lock-in
|
|
51
|
+
✔ Modern DevOps patterns
|
|
52
|
+
|
|
53
|
+
## 🎯 Who Is This For?
|
|
54
|
+
|
|
55
|
+
- **DevOps Engineers**
|
|
56
|
+
- **Cloud Engineers**
|
|
57
|
+
- **Platform Engineers**
|
|
58
|
+
- **SREs**
|
|
59
|
+
- **Infrastructure Engineers**
|
|
60
|
+
- **DevOps Architects**
|
|
61
|
+
- **Students & professionals building real DevOps projects**
|
|
62
|
+
|
|
63
|
+
## 🌟 Key Features
|
|
64
|
+
|
|
65
|
+
### Core Features
|
|
66
|
+
- **Fast DevOps project generation** - Generate complete projects in seconds
|
|
67
|
+
- **Interactive setup with modern UI** - Beautiful Next.js web interface
|
|
68
|
+
- **Pipeline framework selection** - Support for 8+ tech stacks
|
|
69
|
+
- **Infrastructure as Code patterns** - Terraform, CloudFormation, Ansible
|
|
70
|
+
- **Deployment strategy templates** - Blue-green, canary, GitOps, and more
|
|
71
|
+
- **Observability stack configurations** - Prometheus, ELK, DataDog, etc.
|
|
72
|
+
- **Security compliance frameworks** - NIST, CIS, SOC2, GDPR, HIPAA
|
|
73
|
+
- **Best practices project structure** - Industry-standard layouts
|
|
74
|
+
- **Multi-environment support** - Dev, staging, production configs
|
|
75
|
+
- **Integration-ready configurations** - Ready to deploy
|
|
76
|
+
|
|
77
|
+
### 🆕 New in v2.0.0: Advanced UI Features
|
|
78
|
+
|
|
79
|
+
#### 🔧 Advanced Configuration Builder
|
|
80
|
+
- **Dependency graph visualization** - See how components relate
|
|
81
|
+
- **Conflict detection** - Automatic incompatibility detection
|
|
82
|
+
- **Complexity scoring** - Understand your stack complexity (0-100)
|
|
83
|
+
- **Smart recommendations** - AI-powered optimization suggestions
|
|
84
|
+
- **Real-time validation** - Instant feedback on configurations
|
|
85
|
+
|
|
86
|
+
#### 💰 Cost Optimization Advisor
|
|
87
|
+
- **Monthly cost estimation** - Accurate cloud provider pricing
|
|
88
|
+
- **Cost breakdown by category** - Infrastructure, observability, CI/CD, security
|
|
89
|
+
- **Optimization recommendations** - Save up to 70% on cloud costs
|
|
90
|
+
- **Savings calculator** - See potential monthly savings
|
|
91
|
+
- **Multi-environment costing** - Account for all environments
|
|
92
|
+
|
|
93
|
+
#### 📊 Project Analytics Dashboard
|
|
94
|
+
- **Real-time tracking** - Track all your generated projects
|
|
95
|
+
- **Technology distribution** - See your most-used technologies
|
|
96
|
+
- **Popular combinations** - Learn from successful patterns
|
|
97
|
+
- **Trending analysis** - Identify growing technologies
|
|
98
|
+
- **Privacy-first** - All data stored locally in browser
|
|
99
|
+
|
|
100
|
+
## 🖥️ Usage
|
|
101
|
+
|
|
102
|
+
### Quick Start
|
|
103
|
+
|
|
104
|
+
```bash
|
|
105
|
+
# Install
|
|
106
|
+
pip install devops-project-generator
|
|
107
|
+
|
|
108
|
+
# Generate a project
|
|
109
|
+
devops-project-generator init --name my-infra --pipeline nodejs-typescript --infra aws-vpc-eks --deploy blue-green
|
|
110
|
+
|
|
111
|
+
# Web UI with Advanced Features (v2.0.0)
|
|
112
|
+
cd web-ui && npm install && npm run dev
|
|
113
|
+
# Visit http://localhost:3000
|
|
114
|
+
# Features: Generator, Config Builder, Cost Advisor, Analytics
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
### Documentation
|
|
118
|
+
|
|
119
|
+
- 📖 **[Commands Reference](COMMANDS.md)** - Complete command documentation
|
|
120
|
+
- 🎯 **[Usage Examples](EXAMPLES.md)** - Practical examples and workflows
|
|
121
|
+
- 📋 **[DevOps Patterns Guide](DEVOPS_PATTERNS.md)** - DevOps pattern customization guide
|
|
122
|
+
|
|
123
|
+
## 🧠 What This Generator Creates
|
|
124
|
+
|
|
125
|
+
A complete DevOps project structure covering:
|
|
126
|
+
- **Pipeline Frameworks** - CI/CD templates for various tech stacks
|
|
127
|
+
- **Infrastructure Patterns** - Terraform, CloudFormation, Ansible templates
|
|
128
|
+
- **Deployment Strategies** - Blue-green, canary, rolling, GitOps configurations
|
|
129
|
+
- **Observability Stacks** - Prometheus, Grafana, ELK, DataDog integrations
|
|
130
|
+
- **Security Frameworks** - NIST CSF, CIS Benchmarks, Zero Trust, SOC2, GDPR, HIPAA
|
|
131
|
+
- **Environment Management** - Multi-environment configurations
|
|
132
|
+
- **Automation Scripts** - Setup, deployment, and maintenance scripts
|
|
133
|
+
|
|
134
|
+
All generated based on your selected DevOps options.
|
|
135
|
+
|
|
136
|
+
## 🎨 Web UI Features
|
|
137
|
+
|
|
138
|
+
The modern web interface includes four powerful tabs:
|
|
139
|
+
|
|
140
|
+
### 1. 🚀 Generator Tab
|
|
141
|
+
- Step-by-step project configuration
|
|
142
|
+
- Visual option cards with descriptions
|
|
143
|
+
- Real-time validation
|
|
144
|
+
- Instant project generation
|
|
145
|
+
- Download as ZIP
|
|
146
|
+
|
|
147
|
+
### 2. 🔧 Config Builder Tab
|
|
148
|
+
- Dependency graph visualization
|
|
149
|
+
- Conflict detection and warnings
|
|
150
|
+
- Complexity scoring (Simple/Moderate/Complex)
|
|
151
|
+
- Smart recommendations
|
|
152
|
+
- Configuration validation
|
|
153
|
+
|
|
154
|
+
### 3. 💰 Cost Advisor Tab
|
|
155
|
+
- Monthly cost estimation
|
|
156
|
+
- Cost breakdown by component
|
|
157
|
+
- Optimization recommendations
|
|
158
|
+
- Potential savings calculator
|
|
159
|
+
- Difficulty and impact ratings
|
|
160
|
+
|
|
161
|
+
### 4. 📊 Analytics Tab
|
|
162
|
+
- Total projects generated
|
|
163
|
+
- Technology distribution charts
|
|
164
|
+
- Popular stack combinations
|
|
165
|
+
- Trending technologies
|
|
166
|
+
- Real-time statistics
|
|
167
|
+
|
|
168
|
+
## ⚙️ Supported Options (v2.0.0)
|
|
169
|
+
|
|
170
|
+
### 🔄 Pipeline Frameworks
|
|
171
|
+
- **Node.js + TypeScript** - Modern JavaScript/TypeScript pipelines
|
|
172
|
+
- **Python** - Python application pipelines
|
|
173
|
+
- **Java + Maven** - Enterprise Java pipelines
|
|
174
|
+
- **Go** - Go application pipelines
|
|
175
|
+
- **Docker Multi-Stage** - Containerized application pipelines
|
|
176
|
+
- **Terraform Module** - Infrastructure module pipelines
|
|
177
|
+
- **Kubernetes Operator** - Kubernetes operator pipelines
|
|
178
|
+
- **Microservice** - Microservice architecture pipelines
|
|
179
|
+
|
|
180
|
+
### ☁️ Infrastructure Patterns
|
|
181
|
+
- **AWS VPC + EKS** - Amazon EKS with VPC networking
|
|
182
|
+
- **Azure VNet + AKS** - Azure AKS with virtual networking
|
|
183
|
+
- **GCP VPC + GKE** - Google GKE with VPC networking
|
|
184
|
+
- **Multi-Cloud Terraform** - Cross-cloud infrastructure
|
|
185
|
+
- **Kubernetes On-Prem** - On-premises Kubernetes
|
|
186
|
+
- **AWS ECS Fargate** - Serverless container orchestration
|
|
187
|
+
- **Ansible Automation** - Configuration management
|
|
188
|
+
|
|
189
|
+
### 🚀 Deployment Strategies
|
|
190
|
+
- **Blue-Green** - Zero-downtime deployments
|
|
191
|
+
- **Canary** - Gradual rollout deployments
|
|
192
|
+
- **Rolling Updates** - Incremental updates
|
|
193
|
+
- **GitOps with ArgoCD** - Git-based continuous deployment
|
|
194
|
+
- **Helm Charts** - Kubernetes package management
|
|
195
|
+
- **Kustomize** - Kubernetes configuration management
|
|
196
|
+
- **Serverless Lambda** - AWS Lambda deployments
|
|
197
|
+
|
|
198
|
+
### 📊 Observability Stacks
|
|
199
|
+
- **Prometheus + Grafana** - Metrics and visualization
|
|
200
|
+
- **ELK Stack** - Elasticsearch, Logstash, Kibana
|
|
201
|
+
- **DataDog** - Full-stack monitoring
|
|
202
|
+
- **Jaeger + Prometheus** - Distributed tracing and metrics
|
|
203
|
+
- **AWS CloudWatch** - AWS native monitoring
|
|
204
|
+
- **New Relic** - Application performance monitoring
|
|
205
|
+
|
|
206
|
+
### 🔒 Security Frameworks
|
|
207
|
+
- **NIST CSF** - NIST Cybersecurity Framework
|
|
208
|
+
- **CIS Benchmarks** - Center for Internet Security controls
|
|
209
|
+
- **Zero Trust** - Zero Trust Architecture
|
|
210
|
+
- **SOC2 Compliance** - Service Organization Control 2
|
|
211
|
+
- **GDPR Compliance** - General Data Protection Regulation
|
|
212
|
+
- **HIPAA Compliance** - Health Insurance Portability and Accountability Act
|
|
213
|
+
|
|
214
|
+
### 🌍 Environments
|
|
215
|
+
- **Single** - Single environment setup
|
|
216
|
+
- **Dev / Stage / Prod** - Multi-environment setup
|
|
217
|
+
- **Custom** - Custom environment configuration
|
|
218
|
+
|
|
219
|
+
## 📦 Installation
|
|
220
|
+
|
|
221
|
+
### From PyPI
|
|
222
|
+
|
|
223
|
+
```bash
|
|
224
|
+
pip install devops-project-generator
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
### From Source
|
|
228
|
+
|
|
229
|
+
```bash
|
|
230
|
+
git clone https://github.com/NotHarshhaa/devops-project-generator.git
|
|
231
|
+
cd devops-project-generator
|
|
232
|
+
pip install -e .
|
|
233
|
+
```
|
|
234
|
+
|
|
235
|
+
### Web UI Setup
|
|
236
|
+
|
|
237
|
+
```bash
|
|
238
|
+
git clone https://github.com/NotHarshhaa/devops-project-generator.git
|
|
239
|
+
cd devops-project-generator/web-ui
|
|
240
|
+
npm install
|
|
241
|
+
npm run dev
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
### Development Setup
|
|
245
|
+
|
|
246
|
+
```bash
|
|
247
|
+
git clone https://github.com/NotHarshhaa/devops-project-generator.git
|
|
248
|
+
cd devops-project-generator
|
|
249
|
+
python -m venv venv
|
|
250
|
+
source venv/bin/activate # On Windows: venv\Scripts\activate
|
|
251
|
+
pip install -e ".[dev]"
|
|
252
|
+
```
|
|
253
|
+
|
|
254
|
+
## 🏗️ Generated Project Structure
|
|
255
|
+
|
|
256
|
+
```
|
|
257
|
+
devops-project/
|
|
258
|
+
├── pipelines/ # CI/CD pipeline configurations
|
|
259
|
+
├── infrastructure/ # Terraform/CloudFormation templates
|
|
260
|
+
├── deployments/ # Helm charts, Kustomize configs
|
|
261
|
+
├── monitoring/ # Prometheus, Grafana, ELK configs
|
|
262
|
+
├── security/ # Security policies and compliance
|
|
263
|
+
├── scripts/ # Automation scripts
|
|
264
|
+
├── config/ # Multi-environment configs
|
|
265
|
+
└── docs/ # Documentation
|
|
266
|
+
```
|
|
267
|
+
|
|
268
|
+
For detailed structure information, see the **[DevOps Patterns Guide](DEVOPS_PATTERNS.md)**.
|
|
269
|
+
|
|
270
|
+
### DevOps Pattern Templates
|
|
271
|
+
|
|
272
|
+
The generator supports custom DevOps patterns. See the **[DevOps Patterns Guide](DEVOPS_PATTERNS.md)** for detailed information on creating and customizing DevOps patterns.
|
|
273
|
+
|
|
274
|
+
## 🤝 Contributing
|
|
275
|
+
|
|
276
|
+
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.
|
|
277
|
+
|
|
278
|
+
### Development Workflow
|
|
279
|
+
|
|
280
|
+
1. Fork the repository
|
|
281
|
+
2. Create a feature branch
|
|
282
|
+
3. Make your changes
|
|
283
|
+
4. Add tests for new functionality
|
|
284
|
+
5. Run the test suite
|
|
285
|
+
6. Submit a pull request
|
|
286
|
+
|
|
287
|
+
### Getting Help
|
|
288
|
+
|
|
289
|
+
- **Issues**: [GitHub Issues](https://github.com/NotHarshhaa/devops-project-generator/issues)
|
|
290
|
+
- **Discussions**: [GitHub Discussions](https://github.com/NotHarshhaa/devops-project-generator/discussions)
|
|
291
|
+
- **Documentation**: [Wiki](https://github.com/NotHarshhaa/devops-project-generator/wiki)
|
|
292
|
+
|
|
293
|
+
## 📄 License
|
|
294
|
+
|
|
295
|
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
|
296
|
+
|
|
297
|
+
## 🙏 Acknowledgments
|
|
298
|
+
|
|
299
|
+
- **Typer** - For the amazing CLI framework
|
|
300
|
+
- **Rich** - For beautiful terminal output
|
|
301
|
+
- **Jinja2** - For powerful templating
|
|
302
|
+
- **Next.js 16** - For the modern web UI
|
|
303
|
+
- **React 19** - For the UI components
|
|
304
|
+
- **shadcn/ui** - For beautiful UI components
|
|
305
|
+
- **Tailwind CSS** - For styling
|
|
306
|
+
- **Lucide Icons** - For icons
|
|
307
|
+
- **DevOps Community** - For best practices and inspiration
|
|
308
|
+
|
|
309
|
+
## 📞 Contact
|
|
310
|
+
|
|
311
|
+
This project is crafted with 💡 by **[Harshhaa](https://github.com/NotHarshhaa)**.
|
|
312
|
+
Your feedback is always welcome! Let's build together. 🚀
|
|
313
|
+
|
|
314
|
+
📧 **Connect with me:**
|
|
315
|
+
🔗 **GitHub**: [@NotHarshhaa](https://github.com/NotHarshhaa)
|
|
316
|
+
🔗 **Portfolio**: [Personal Portfolio](https://notharshhaa.site)
|
|
317
|
+
🔗 **Links - Portfolio**: [Links](https://link.notharshhaa.site)
|
|
318
|
+
🔗 **Telegram Community**: [Join Here](https://t.me/prodevopsguy)
|
|
319
|
+
🔗 **LinkedIn**: [Harshhaa Vardhan Reddy](https://www.linkedin.com/in/NotHarshhaa/)
|
|
320
|
+
|
|
321
|
+
---
|
|
322
|
+
|
|
323
|
+
**Built with ❤️ by the DevOps community**
|
|
324
|
+
*Making DevOps accessible to everyone*
|
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
# 🚀 DevOps Project Generator 🚀
|
|
2
|
+
|
|
3
|
+
[](https://pypi.org/project/devops-project-generator/)
|
|
4
|
+
[](LICENSE)
|
|
5
|
+
[](https://www.python.org/downloads/)
|
|
6
|
+
|
|
7
|
+
A powerful CLI tool and modern web UI that scaffolds production-ready DevOps repositories with ease, allowing you to quickly bootstrap complete DevOps projects by selecting user-friendly options for pipeline frameworks, infrastructure patterns, deployment strategies, observability stacks, and security compliance frameworks.
|
|
8
|
+
|
|
9
|
+
## ✨ Why DevOps Project Generator?
|
|
10
|
+
|
|
11
|
+
Setting up a real-world DevOps project from scratch is repetitive and error-prone. This tool helps you bootstrap a complete DevOps-ready repository in seconds, following industry best practices and modern DevOps patterns.
|
|
12
|
+
|
|
13
|
+
✔ Opinionated but configurable
|
|
14
|
+
✔ DevOps-focused, production-oriented
|
|
15
|
+
✔ CLI + Modern Web UI
|
|
16
|
+
✔ Advanced configuration analysis
|
|
17
|
+
✔ Real-time cost optimization
|
|
18
|
+
✔ Project analytics dashboard
|
|
19
|
+
✔ No tool lock-in
|
|
20
|
+
✔ Modern DevOps patterns
|
|
21
|
+
|
|
22
|
+
## 🎯 Who Is This For?
|
|
23
|
+
|
|
24
|
+
- **DevOps Engineers**
|
|
25
|
+
- **Cloud Engineers**
|
|
26
|
+
- **Platform Engineers**
|
|
27
|
+
- **SREs**
|
|
28
|
+
- **Infrastructure Engineers**
|
|
29
|
+
- **DevOps Architects**
|
|
30
|
+
- **Students & professionals building real DevOps projects**
|
|
31
|
+
|
|
32
|
+
## 🌟 Key Features
|
|
33
|
+
|
|
34
|
+
### Core Features
|
|
35
|
+
- **Fast DevOps project generation** - Generate complete projects in seconds
|
|
36
|
+
- **Interactive setup with modern UI** - Beautiful Next.js web interface
|
|
37
|
+
- **Pipeline framework selection** - Support for 8+ tech stacks
|
|
38
|
+
- **Infrastructure as Code patterns** - Terraform, CloudFormation, Ansible
|
|
39
|
+
- **Deployment strategy templates** - Blue-green, canary, GitOps, and more
|
|
40
|
+
- **Observability stack configurations** - Prometheus, ELK, DataDog, etc.
|
|
41
|
+
- **Security compliance frameworks** - NIST, CIS, SOC2, GDPR, HIPAA
|
|
42
|
+
- **Best practices project structure** - Industry-standard layouts
|
|
43
|
+
- **Multi-environment support** - Dev, staging, production configs
|
|
44
|
+
- **Integration-ready configurations** - Ready to deploy
|
|
45
|
+
|
|
46
|
+
### 🆕 New in v2.0.0: Advanced UI Features
|
|
47
|
+
|
|
48
|
+
#### 🔧 Advanced Configuration Builder
|
|
49
|
+
- **Dependency graph visualization** - See how components relate
|
|
50
|
+
- **Conflict detection** - Automatic incompatibility detection
|
|
51
|
+
- **Complexity scoring** - Understand your stack complexity (0-100)
|
|
52
|
+
- **Smart recommendations** - AI-powered optimization suggestions
|
|
53
|
+
- **Real-time validation** - Instant feedback on configurations
|
|
54
|
+
|
|
55
|
+
#### 💰 Cost Optimization Advisor
|
|
56
|
+
- **Monthly cost estimation** - Accurate cloud provider pricing
|
|
57
|
+
- **Cost breakdown by category** - Infrastructure, observability, CI/CD, security
|
|
58
|
+
- **Optimization recommendations** - Save up to 70% on cloud costs
|
|
59
|
+
- **Savings calculator** - See potential monthly savings
|
|
60
|
+
- **Multi-environment costing** - Account for all environments
|
|
61
|
+
|
|
62
|
+
#### 📊 Project Analytics Dashboard
|
|
63
|
+
- **Real-time tracking** - Track all your generated projects
|
|
64
|
+
- **Technology distribution** - See your most-used technologies
|
|
65
|
+
- **Popular combinations** - Learn from successful patterns
|
|
66
|
+
- **Trending analysis** - Identify growing technologies
|
|
67
|
+
- **Privacy-first** - All data stored locally in browser
|
|
68
|
+
|
|
69
|
+
## 🖥️ Usage
|
|
70
|
+
|
|
71
|
+
### Quick Start
|
|
72
|
+
|
|
73
|
+
```bash
|
|
74
|
+
# Install
|
|
75
|
+
pip install devops-project-generator
|
|
76
|
+
|
|
77
|
+
# Generate a project
|
|
78
|
+
devops-project-generator init --name my-infra --pipeline nodejs-typescript --infra aws-vpc-eks --deploy blue-green
|
|
79
|
+
|
|
80
|
+
# Web UI with Advanced Features (v2.0.0)
|
|
81
|
+
cd web-ui && npm install && npm run dev
|
|
82
|
+
# Visit http://localhost:3000
|
|
83
|
+
# Features: Generator, Config Builder, Cost Advisor, Analytics
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
### Documentation
|
|
87
|
+
|
|
88
|
+
- 📖 **[Commands Reference](COMMANDS.md)** - Complete command documentation
|
|
89
|
+
- 🎯 **[Usage Examples](EXAMPLES.md)** - Practical examples and workflows
|
|
90
|
+
- 📋 **[DevOps Patterns Guide](DEVOPS_PATTERNS.md)** - DevOps pattern customization guide
|
|
91
|
+
|
|
92
|
+
## 🧠 What This Generator Creates
|
|
93
|
+
|
|
94
|
+
A complete DevOps project structure covering:
|
|
95
|
+
- **Pipeline Frameworks** - CI/CD templates for various tech stacks
|
|
96
|
+
- **Infrastructure Patterns** - Terraform, CloudFormation, Ansible templates
|
|
97
|
+
- **Deployment Strategies** - Blue-green, canary, rolling, GitOps configurations
|
|
98
|
+
- **Observability Stacks** - Prometheus, Grafana, ELK, DataDog integrations
|
|
99
|
+
- **Security Frameworks** - NIST CSF, CIS Benchmarks, Zero Trust, SOC2, GDPR, HIPAA
|
|
100
|
+
- **Environment Management** - Multi-environment configurations
|
|
101
|
+
- **Automation Scripts** - Setup, deployment, and maintenance scripts
|
|
102
|
+
|
|
103
|
+
All generated based on your selected DevOps options.
|
|
104
|
+
|
|
105
|
+
## 🎨 Web UI Features
|
|
106
|
+
|
|
107
|
+
The modern web interface includes four powerful tabs:
|
|
108
|
+
|
|
109
|
+
### 1. 🚀 Generator Tab
|
|
110
|
+
- Step-by-step project configuration
|
|
111
|
+
- Visual option cards with descriptions
|
|
112
|
+
- Real-time validation
|
|
113
|
+
- Instant project generation
|
|
114
|
+
- Download as ZIP
|
|
115
|
+
|
|
116
|
+
### 2. 🔧 Config Builder Tab
|
|
117
|
+
- Dependency graph visualization
|
|
118
|
+
- Conflict detection and warnings
|
|
119
|
+
- Complexity scoring (Simple/Moderate/Complex)
|
|
120
|
+
- Smart recommendations
|
|
121
|
+
- Configuration validation
|
|
122
|
+
|
|
123
|
+
### 3. 💰 Cost Advisor Tab
|
|
124
|
+
- Monthly cost estimation
|
|
125
|
+
- Cost breakdown by component
|
|
126
|
+
- Optimization recommendations
|
|
127
|
+
- Potential savings calculator
|
|
128
|
+
- Difficulty and impact ratings
|
|
129
|
+
|
|
130
|
+
### 4. 📊 Analytics Tab
|
|
131
|
+
- Total projects generated
|
|
132
|
+
- Technology distribution charts
|
|
133
|
+
- Popular stack combinations
|
|
134
|
+
- Trending technologies
|
|
135
|
+
- Real-time statistics
|
|
136
|
+
|
|
137
|
+
## ⚙️ Supported Options (v2.0.0)
|
|
138
|
+
|
|
139
|
+
### 🔄 Pipeline Frameworks
|
|
140
|
+
- **Node.js + TypeScript** - Modern JavaScript/TypeScript pipelines
|
|
141
|
+
- **Python** - Python application pipelines
|
|
142
|
+
- **Java + Maven** - Enterprise Java pipelines
|
|
143
|
+
- **Go** - Go application pipelines
|
|
144
|
+
- **Docker Multi-Stage** - Containerized application pipelines
|
|
145
|
+
- **Terraform Module** - Infrastructure module pipelines
|
|
146
|
+
- **Kubernetes Operator** - Kubernetes operator pipelines
|
|
147
|
+
- **Microservice** - Microservice architecture pipelines
|
|
148
|
+
|
|
149
|
+
### ☁️ Infrastructure Patterns
|
|
150
|
+
- **AWS VPC + EKS** - Amazon EKS with VPC networking
|
|
151
|
+
- **Azure VNet + AKS** - Azure AKS with virtual networking
|
|
152
|
+
- **GCP VPC + GKE** - Google GKE with VPC networking
|
|
153
|
+
- **Multi-Cloud Terraform** - Cross-cloud infrastructure
|
|
154
|
+
- **Kubernetes On-Prem** - On-premises Kubernetes
|
|
155
|
+
- **AWS ECS Fargate** - Serverless container orchestration
|
|
156
|
+
- **Ansible Automation** - Configuration management
|
|
157
|
+
|
|
158
|
+
### 🚀 Deployment Strategies
|
|
159
|
+
- **Blue-Green** - Zero-downtime deployments
|
|
160
|
+
- **Canary** - Gradual rollout deployments
|
|
161
|
+
- **Rolling Updates** - Incremental updates
|
|
162
|
+
- **GitOps with ArgoCD** - Git-based continuous deployment
|
|
163
|
+
- **Helm Charts** - Kubernetes package management
|
|
164
|
+
- **Kustomize** - Kubernetes configuration management
|
|
165
|
+
- **Serverless Lambda** - AWS Lambda deployments
|
|
166
|
+
|
|
167
|
+
### 📊 Observability Stacks
|
|
168
|
+
- **Prometheus + Grafana** - Metrics and visualization
|
|
169
|
+
- **ELK Stack** - Elasticsearch, Logstash, Kibana
|
|
170
|
+
- **DataDog** - Full-stack monitoring
|
|
171
|
+
- **Jaeger + Prometheus** - Distributed tracing and metrics
|
|
172
|
+
- **AWS CloudWatch** - AWS native monitoring
|
|
173
|
+
- **New Relic** - Application performance monitoring
|
|
174
|
+
|
|
175
|
+
### 🔒 Security Frameworks
|
|
176
|
+
- **NIST CSF** - NIST Cybersecurity Framework
|
|
177
|
+
- **CIS Benchmarks** - Center for Internet Security controls
|
|
178
|
+
- **Zero Trust** - Zero Trust Architecture
|
|
179
|
+
- **SOC2 Compliance** - Service Organization Control 2
|
|
180
|
+
- **GDPR Compliance** - General Data Protection Regulation
|
|
181
|
+
- **HIPAA Compliance** - Health Insurance Portability and Accountability Act
|
|
182
|
+
|
|
183
|
+
### 🌍 Environments
|
|
184
|
+
- **Single** - Single environment setup
|
|
185
|
+
- **Dev / Stage / Prod** - Multi-environment setup
|
|
186
|
+
- **Custom** - Custom environment configuration
|
|
187
|
+
|
|
188
|
+
## 📦 Installation
|
|
189
|
+
|
|
190
|
+
### From PyPI
|
|
191
|
+
|
|
192
|
+
```bash
|
|
193
|
+
pip install devops-project-generator
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
### From Source
|
|
197
|
+
|
|
198
|
+
```bash
|
|
199
|
+
git clone https://github.com/NotHarshhaa/devops-project-generator.git
|
|
200
|
+
cd devops-project-generator
|
|
201
|
+
pip install -e .
|
|
202
|
+
```
|
|
203
|
+
|
|
204
|
+
### Web UI Setup
|
|
205
|
+
|
|
206
|
+
```bash
|
|
207
|
+
git clone https://github.com/NotHarshhaa/devops-project-generator.git
|
|
208
|
+
cd devops-project-generator/web-ui
|
|
209
|
+
npm install
|
|
210
|
+
npm run dev
|
|
211
|
+
```
|
|
212
|
+
|
|
213
|
+
### Development Setup
|
|
214
|
+
|
|
215
|
+
```bash
|
|
216
|
+
git clone https://github.com/NotHarshhaa/devops-project-generator.git
|
|
217
|
+
cd devops-project-generator
|
|
218
|
+
python -m venv venv
|
|
219
|
+
source venv/bin/activate # On Windows: venv\Scripts\activate
|
|
220
|
+
pip install -e ".[dev]"
|
|
221
|
+
```
|
|
222
|
+
|
|
223
|
+
## 🏗️ Generated Project Structure
|
|
224
|
+
|
|
225
|
+
```
|
|
226
|
+
devops-project/
|
|
227
|
+
├── pipelines/ # CI/CD pipeline configurations
|
|
228
|
+
├── infrastructure/ # Terraform/CloudFormation templates
|
|
229
|
+
├── deployments/ # Helm charts, Kustomize configs
|
|
230
|
+
├── monitoring/ # Prometheus, Grafana, ELK configs
|
|
231
|
+
├── security/ # Security policies and compliance
|
|
232
|
+
├── scripts/ # Automation scripts
|
|
233
|
+
├── config/ # Multi-environment configs
|
|
234
|
+
└── docs/ # Documentation
|
|
235
|
+
```
|
|
236
|
+
|
|
237
|
+
For detailed structure information, see the **[DevOps Patterns Guide](DEVOPS_PATTERNS.md)**.
|
|
238
|
+
|
|
239
|
+
### DevOps Pattern Templates
|
|
240
|
+
|
|
241
|
+
The generator supports custom DevOps patterns. See the **[DevOps Patterns Guide](DEVOPS_PATTERNS.md)** for detailed information on creating and customizing DevOps patterns.
|
|
242
|
+
|
|
243
|
+
## 🤝 Contributing
|
|
244
|
+
|
|
245
|
+
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.
|
|
246
|
+
|
|
247
|
+
### Development Workflow
|
|
248
|
+
|
|
249
|
+
1. Fork the repository
|
|
250
|
+
2. Create a feature branch
|
|
251
|
+
3. Make your changes
|
|
252
|
+
4. Add tests for new functionality
|
|
253
|
+
5. Run the test suite
|
|
254
|
+
6. Submit a pull request
|
|
255
|
+
|
|
256
|
+
### Getting Help
|
|
257
|
+
|
|
258
|
+
- **Issues**: [GitHub Issues](https://github.com/NotHarshhaa/devops-project-generator/issues)
|
|
259
|
+
- **Discussions**: [GitHub Discussions](https://github.com/NotHarshhaa/devops-project-generator/discussions)
|
|
260
|
+
- **Documentation**: [Wiki](https://github.com/NotHarshhaa/devops-project-generator/wiki)
|
|
261
|
+
|
|
262
|
+
## 📄 License
|
|
263
|
+
|
|
264
|
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
|
265
|
+
|
|
266
|
+
## 🙏 Acknowledgments
|
|
267
|
+
|
|
268
|
+
- **Typer** - For the amazing CLI framework
|
|
269
|
+
- **Rich** - For beautiful terminal output
|
|
270
|
+
- **Jinja2** - For powerful templating
|
|
271
|
+
- **Next.js 16** - For the modern web UI
|
|
272
|
+
- **React 19** - For the UI components
|
|
273
|
+
- **shadcn/ui** - For beautiful UI components
|
|
274
|
+
- **Tailwind CSS** - For styling
|
|
275
|
+
- **Lucide Icons** - For icons
|
|
276
|
+
- **DevOps Community** - For best practices and inspiration
|
|
277
|
+
|
|
278
|
+
## 📞 Contact
|
|
279
|
+
|
|
280
|
+
This project is crafted with 💡 by **[Harshhaa](https://github.com/NotHarshhaa)**.
|
|
281
|
+
Your feedback is always welcome! Let's build together. 🚀
|
|
282
|
+
|
|
283
|
+
📧 **Connect with me:**
|
|
284
|
+
🔗 **GitHub**: [@NotHarshhaa](https://github.com/NotHarshhaa)
|
|
285
|
+
🔗 **Portfolio**: [Personal Portfolio](https://notharshhaa.site)
|
|
286
|
+
🔗 **Links - Portfolio**: [Links](https://link.notharshhaa.site)
|
|
287
|
+
🔗 **Telegram Community**: [Join Here](https://t.me/prodevopsguy)
|
|
288
|
+
🔗 **LinkedIn**: [Harshhaa Vardhan Reddy](https://www.linkedin.com/in/NotHarshhaa/)
|
|
289
|
+
|
|
290
|
+
---
|
|
291
|
+
|
|
292
|
+
**Built with ❤️ by the DevOps community**
|
|
293
|
+
*Making DevOps accessible to everyone*
|