Skip to content

Commit f8fefeb

Browse files
authored
Merge pull request #246 from EDM115/tech-stack-file
Create tech stack docs (techstack.yml and techstack.md)
2 parents 09da4b8 + 7c29076 commit f8fefeb

File tree

2 files changed

+229
-0
lines changed

2 files changed

+229
-0
lines changed

techstack.md

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
<!--
2+
--- Readme.md Snippet without images Start ---
3+
## Tech Stack
4+
EDM115/unzip-bot is built on the following main stack:
5+
- [Heroku](https://www.heroku.com) – Platform as a Service
6+
- [Python](https://www.python.org) – Languages
7+
- [MongoDB](http://www.mongodb.com/) – Databases
8+
- [Pillow](https://python-pillow.github.io/) – Image Processing and Management
9+
- [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells
10+
- [GitHub Actions](https://github.com/features/actions) – Continuous Integration
11+
- [Docker](https://www.docker.com/) – Virtual Machine Platforms & Containers
12+
13+
Full tech stack [here](/techstack.md)
14+
--- Readme.md Snippet without images End ---
15+
16+
--- Readme.md Snippet with images Start ---
17+
## Tech Stack
18+
EDM115/unzip-bot is built on the following main stack:
19+
- <img width='25' height='25' src='https://img.stackshare.io/service/133/3wgIDj3j.png' alt='Heroku'/> [Heroku](https://www.heroku.com) – Platform as a Service
20+
- <img width='25' height='25' src='https://img.stackshare.io/service/993/pUBY5pVj.png' alt='Python'/> [Python](https://www.python.org) – Languages
21+
- <img width='25' height='25' src='https://img.stackshare.io/service/1030/leaf-360x360.png' alt='MongoDB'/> [MongoDB](http://www.mongodb.com/) – Databases
22+
- <img width='25' height='25' src='https://img.stackshare.io/service/2375/default_1f67b0ca7416a9f52beb655f90b5602d5ef74b75.jpg' alt='Pillow'/> [Pillow](https://python-pillow.github.io/) – Image Processing and Management
23+
- <img width='25' height='25' src='https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png' alt='Shell'/> [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells
24+
- <img width='25' height='25' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'/> [GitHub Actions](https://github.com/features/actions) – Continuous Integration
25+
- <img width='25' height='25' src='https://img.stackshare.io/service/586/n4u37v9t_400x400.png' alt='Docker'/> [Docker](https://www.docker.com/) – Virtual Machine Platforms & Containers
26+
27+
Full tech stack [here](/techstack.md)
28+
--- Readme.md Snippet with images End ---
29+
-->
30+
<div align="center">
31+
32+
# Tech Stack File
33+
![](https://img.stackshare.io/repo.svg "repo") [EDM115/unzip-bot](https://github.com/EDM115/unzip-bot)![](https://img.stackshare.io/public_badge.svg "public")
34+
<br/><br/>
35+
|8<br/>Tools used|11/09/23 <br/>Report generated|
36+
|------|------|
37+
</div>
38+
39+
## <img src='https://img.stackshare.io/languages.svg'/> Languages (1)
40+
<table><tr>
41+
<td align='center'>
42+
<img width='36' height='36' src='https://img.stackshare.io/service/993/pUBY5pVj.png' alt='Python'>
43+
<br>
44+
<sub><a href="https://www.python.org">Python</a></sub>
45+
<br>
46+
<sub></sub>
47+
</td>
48+
49+
</tr>
50+
</table>
51+
52+
## <img src='https://img.stackshare.io/databases.svg'/> Data (1)
53+
<table><tr>
54+
<td align='center'>
55+
<img width='36' height='36' src='https://img.stackshare.io/service/1030/leaf-360x360.png' alt='MongoDB'>
56+
<br>
57+
<sub><a href="http://www.mongodb.com/">MongoDB</a></sub>
58+
<br>
59+
<sub></sub>
60+
</td>
61+
62+
</tr>
63+
</table>
64+
65+
## <img src='https://img.stackshare.io/devops.svg'/> DevOps (3)
66+
<table><tr>
67+
<td align='center'>
68+
<img width='36' height='36' src='https://img.stackshare.io/service/586/n4u37v9t_400x400.png' alt='Docker'>
69+
<br>
70+
<sub><a href="https://www.docker.com/">Docker</a></sub>
71+
<br>
72+
<sub></sub>
73+
</td>
74+
75+
<td align='center'>
76+
<img width='36' height='36' src='https://img.stackshare.io/service/1046/git.png' alt='Git'>
77+
<br>
78+
<sub><a href="http://git-scm.com/">Git</a></sub>
79+
<br>
80+
<sub></sub>
81+
</td>
82+
83+
<td align='center'>
84+
<img width='36' height='36' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'>
85+
<br>
86+
<sub><a href="https://github.com/features/actions">GitHub Actions</a></sub>
87+
<br>
88+
<sub></sub>
89+
</td>
90+
91+
</tr>
92+
</table>
93+
94+
## <img src='https://img.stackshare.io/hosting.svg'/> Hosting (1)
95+
<table><tr>
96+
<td align='center'>
97+
<img width='36' height='36' src='https://img.stackshare.io/service/133/3wgIDj3j.png' alt='Heroku'>
98+
<br>
99+
<sub><a href="https://www.heroku.com">Heroku</a></sub>
100+
<br>
101+
<sub></sub>
102+
</td>
103+
104+
</tr>
105+
</table>
106+
107+
## <img src='https://img.stackshare.io/saas.svg'/> Software as a Service (SaaS) (1)
108+
<table><tr>
109+
<td align='center'>
110+
<img width='36' height='36' src='https://img.stackshare.io/service/2375/default_1f67b0ca7416a9f52beb655f90b5602d5ef74b75.jpg' alt='Pillow'>
111+
<br>
112+
<sub><a href="https://python-pillow.github.io/">Pillow</a></sub>
113+
<br>
114+
<sub></sub>
115+
</td>
116+
117+
</tr>
118+
</table>
119+
120+
## Other (1)
121+
<table><tr>
122+
<td align='center'>
123+
<img width='36' height='36' src='https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png' alt='Shell'>
124+
<br>
125+
<sub><a href="https://en.wikipedia.org/wiki/Shell_script">Shell</a></sub>
126+
<br>
127+
<sub></sub>
128+
</td>
129+
130+
</tr>
131+
</table>
132+
133+
<br/>
134+
<div align='center'>
135+
136+
Generated via [Stack File](https://github.com/apps/stack-file)

techstack.yml

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
repo_name: EDM115/unzip-bot
2+
report_id: a22151c2a9a30641224fb622a23031a5
3+
repo_type: Public
4+
timestamp: '2023-11-09T16:37:36+00:00'
5+
requested_by: EDM115
6+
provider: github
7+
branch: master
8+
detected_tools_count: 8
9+
tools:
10+
- name: Python
11+
description: A clear and powerful object-oriented programming language, comparable
12+
to Perl, Ruby, Scheme, or Java.
13+
website_url: https://www.python.org
14+
open_source: true
15+
hosted_saas: false
16+
category: Languages & Frameworks
17+
sub_category: Languages
18+
image_url: https://img.stackshare.io/service/993/pUBY5pVj.png
19+
detection_source: Repo Metadata
20+
- name: MongoDB
21+
description: The database for giant ideas
22+
website_url: http://www.mongodb.com/
23+
open_source: true
24+
hosted_saas: false
25+
category: Data Stores
26+
sub_category: Databases
27+
image_url: https://img.stackshare.io/service/1030/leaf-360x360.png
28+
detection_source: unzipper/modules/commands.py
29+
last_updated_by: EDM115
30+
last_updated_on: 2023-08-28 15:49:59.000000000 Z
31+
- name: Docker
32+
description: Enterprise Container Platform for High-Velocity Innovation.
33+
website_url: https://www.docker.com/
34+
license: Apache-2.0
35+
open_source: true
36+
hosted_saas: false
37+
category: Build, Test, Deploy
38+
sub_category: Virtual Machine Platforms & Containers
39+
image_url: https://img.stackshare.io/service/586/n4u37v9t_400x400.png
40+
detection_source: Repo Metadata
41+
- name: Git
42+
description: Fast, scalable, distributed revision control system
43+
website_url: http://git-scm.com/
44+
open_source: true
45+
hosted_saas: false
46+
category: Build, Test, Deploy
47+
sub_category: Version Control System
48+
image_url: https://img.stackshare.io/service/1046/git.png
49+
detection_source: Repo Metadata
50+
- name: GitHub Actions
51+
description: Automate your workflow from idea to production
52+
website_url: https://github.com/features/actions
53+
open_source: false
54+
hosted_saas: true
55+
category: Build, Test, Deploy
56+
sub_category: Continuous Integration
57+
image_url: https://img.stackshare.io/service/11563/actions.png
58+
detection_source: ".github/workflows/publish-docker-image.yml"
59+
last_updated_by: renovate[bot]
60+
last_updated_on: 2023-10-10 07:17:45.000000000 Z
61+
- name: Heroku
62+
description: Build, deliver, monitor and scale web apps and APIs with a trail blazing
63+
developer experience.
64+
website_url: https://www.heroku.com
65+
open_source: false
66+
hosted_saas: true
67+
category: Application Hosting
68+
sub_category: Platform as a Service
69+
image_url: https://img.stackshare.io/service/133/3wgIDj3j.png
70+
detection_source: app.json
71+
last_updated_by: EDM 1.15
72+
last_updated_on: 2023-01-09 14:02:29.000000000 Z
73+
- name: Pillow
74+
description: Python Imaging Library
75+
website_url: https://python-pillow.github.io/
76+
open_source: true
77+
hosted_saas: false
78+
category: Assets and Media
79+
sub_category: Image Processing and Management
80+
image_url: https://img.stackshare.io/service/2375/default_1f67b0ca7416a9f52beb655f90b5602d5ef74b75.jpg
81+
detection_source: requirements.txt
82+
last_updated_by: renovate[bot]
83+
last_updated_on: 2023-10-15 16:24:32.000000000 Z
84+
- name: Shell
85+
description: A shell is a text-based terminal, used for manipulating programs and
86+
files. Shell scripts typically manage program execution.
87+
website_url: https://en.wikipedia.org/wiki/Shell_script
88+
open_source: false
89+
hosted_saas: false
90+
category: Languages & Frameworks
91+
sub_category: Languages
92+
image_url: https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png
93+
detection_source: Repo Metadata

0 commit comments

Comments
 (0)