Skip to content

Commit 67da285

Browse files
committed
add Netflix Dispatch cc @kevgliss @mvilanova
1 parent 04984ec commit 67da285

File tree

4 files changed

+49
-7
lines changed

4 files changed

+49
-7
lines changed

BY_PLATFORM.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ segmentation by distribution (i.e., Docker, etc.)
3131
1. <a href="#tag-mobile">Mobile</a> *(1)*
3232
1. <a href="#tag-mobile.android">Android</a> *(1)*
3333
1. <a href="#tag-browser">Browser</a> *(0)*
34-
1. <a href="#tag-server">Server</a> *(186)*
34+
1. <a href="#tag-server">Server</a> *(187)*
3535
1. <a href="#tag-server.docker">Docker</a> *(8)*
3636
1. <a href="#tag-server.flatpak">Flatpak</a> *(1)*
3737
1. <a href="#tag-server.appimage">Appimage</a> *(1)*
38-
1. <a href="#tag-server-other">Other Server projects</a> *(176)*
38+
1. <a href="#tag-server-other">Other Server projects</a> *(177)*
3939

4040
<!-- ANOTHER NOTE: This file is automatically generated, see projects.yaml -->
4141

@@ -680,6 +680,7 @@ segmentation by distribution (i.e., Docker, etc.)
680680
1. **Deluge** - ([Repo](https://github.com/deluge-torrent/deluge), [Home](https://deluge-torrent.org/), [WP](https://en.wikipedia.org/wiki/Deluge_%28software%29), [Fund](https://www.patreon.com/deluge_cas)) Popular, lightweight, cross-platform BitTorrent client. `(internet, linux, windows, mac, gtk)`
681681
1. **devpi** - ([Repo](https://github.com/devpi/devpi), [Docs](http://doc.devpi.net/)) PyPI staging server, as well as a packaging, testing, release tool, complete with web and search interface. Like a local PyPI. `(pkg_repo)`
682682
1. **Diffoscope** - ([Repo](https://salsa.debian.org/reproducible-builds/diffoscope), [Home](https://diffoscope.org/), [Demo](https://try.diffoscope.org/), [PyPI](https://pypi.org/project/diffoscope)) Web-based deep comparison of files, archives, and directories, including support for diffing tarballs, ISO images, and PDFs. `(code_review)`
683+
1. **Dispatch** - ([Repo](https://github.com/Netflix/dispatch), [Blog](https://netflixtechblog.com/introducing-dispatch-da4b8a2a8072), [Docs](https://netflix.github.io/dispatch)) Incident management service featuring integrations for notifications and task management. Used at Netflix. `(internet, dev, calver, corp, fastapi)`
683684
1. **Dissem.in** - ([Repo](https://github.com/dissemin/dissemin), [Home](https://dissem.in/), [Docs](https://dev.dissem.in/)) Web platform to help researchers upload their papers to open-access repositories. `(science, django)`
684685
1. **distro-tracker** - ([Repo](https://salsa.debian.org/qa/distro-tracker), [Demo](https://tracker.debian.org/), [Docs](https://qa.pages.debian.net/distro-tracker)) Web application designed to follow the evolution of a Debian-based distribution with email updates and a comprehensive web interface. Powers the [Debian Package Tracker](https://tracker.debian.org/). `(pkg_repo)`
685686
1. **Django Wiki** - ([Repo](https://github.com/django-wiki/django-wiki), [Demo](https://demo.django-wiki.org/), [Docs](https://django-wiki.readthedocs.io/en/latest)) A simple and mature web-based wiki. `(communication)`

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ are a gold mine of practical patterns that we know work together. A
1515
production application is worth a thousand blog posts and Stack
1616
Overflow answers.
1717

18-
This document is an always-growing list of **414**
18+
This document is an always-growing list of **415**
1919
open-source Python applications arranged by topic, with links to
2020
repositories, docs, and more, generated from [structured
2121
data](https://github.com/mahmoud/awesome-python-applications/blob/master/projects.yaml)
@@ -33,7 +33,7 @@ thereof), see Architectures. -->
3333

3434
**Contents**
3535

36-
1. <a href="#tag-internet">Internet</a> *(40)*
36+
1. <a href="#tag-internet">Internet</a> *(41)*
3737
1. <a href="#tag-audio">Audio</a> *(17)*
3838
1. <a href="#tag-video">Video</a> *(8)*
3939
1. <a href="#tag-graphics">Graphics</a> *(20)*
@@ -46,7 +46,7 @@ thereof), see Architectures. -->
4646
1. <a href="#tag-cms">CMS</a> *(11)*
4747
1. <a href="#tag-erp">ERP</a> *(5)*
4848
1. <a href="#tag-static_site">Static Site</a> *(9)*
49-
1. <a href="#tag-dev">Dev</a> *(182)*
49+
1. <a href="#tag-dev">Dev</a> *(183)*
5050
1. <a href="#tag-dev.scm">SCM</a> *(17)*
5151
1. <a href="#tag-dev.code_review">Code Review</a> *(5)*
5252
1. <a href="#tag-dev.storage">Storage</a> *(18)*
@@ -58,7 +58,7 @@ thereof), see Architectures. -->
5858
1. <a href="#tag-dev.pkg_repo">Package Repositories</a> *(5)*
5959
1. <a href="#tag-dev.build">Build</a> *(13)*
6060
1. <a href="#tag-dev.shell">Shell</a> *(3)*
61-
1. <a href="#tag-dev-other">Other Dev projects</a> *(35)*
61+
1. <a href="#tag-dev-other">Other Dev projects</a> *(36)*
6262
1. <a href="#tag-misc">Misc</a> *(13)*
6363

6464
<!-- ANOTHER NOTE: This file is automatically generated, see projects.yaml -->
@@ -72,6 +72,7 @@ thereof), see Architectures. -->
7272
1. **Canto** - ([Repo](https://github.com/themoken/canto-next), [WP](https://en.wikipedia.org/wiki/Canto_%28news_aggregator%29)) RSS daemon and [curses-based client](https://github.com/themoken/canto-curses). `(linux, tui)`
7373
1. **CTFd** - ([Repo](https://github.com/CTFd/CTFd), [Home](https://ctfd.io/), [Docs](https://github.com/CTFd/CTFd/wiki)) CTFd is a Capture The Flag framework focusing on ease of use and customizability. It comes with everything you need to run a CTF and it's easy to customize with plugins and themes. `(server)`
7474
1. **Deluge** - ([Repo](https://github.com/deluge-torrent/deluge), [Home](https://deluge-torrent.org/), [WP](https://en.wikipedia.org/wiki/Deluge_%28software%29), [Fund](https://www.patreon.com/deluge_cas)) Popular, lightweight, cross-platform BitTorrent client. `(linux, windows, mac, server, gtk)`
75+
1. **Dispatch** - ([Repo](https://github.com/Netflix/dispatch), [Blog](https://netflixtechblog.com/introducing-dispatch-da4b8a2a8072), [Docs](https://netflix.github.io/dispatch)) Incident management service featuring integrations for notifications and task management. Used at Netflix. `(dev, server, calver, corp, fastapi)`
7576
1. **Elixire** - ([Repo](https://gitlab.com/elixire/elixire), [Home](https://elixi.re/), [Docs](https://gitlab.com/elixire/api-docs)) Featureful file host and link shortener with API and support for multiple vanity urls. `(server)`
7677
1. **FlaskBB** - ([Repo](https://github.com/flaskbb/flaskbb), [Home](https://flaskbb.org/), [Demo](https://forums.flaskbb.org/), [Docs](https://flaskbb.readthedocs.io/en/latest)) A classic web forum application (bulletin board) with a modern look. `(server)`
7778
1. **gPodder** - ([Repo](https://github.com/gpodder/gpodder), [Home](https://gpodder.org/)) Simple, mature media aggregator and podcast client. `(linux, windows, mac, gtk)`
@@ -554,6 +555,7 @@ Projects related to software development and adjacent technical areas.
554555
1. **Cookiecutter** - ([Repo](https://github.com/audreyr/cookiecutter), [PyPI](https://pypi.org/project/cookiecutter), [Docs](https://cookiecutter.readthedocs.io/en/latest)) Utility for creating new projects from shareable templates. `(console)`
555556
1. **Cython** - ([Repo](https://github.com/cython/cython), [Home](https://cython.org/), [PyPI](https://pypi.org/project/cython), [Docs](http://docs.cython.org/)) Language and compiler designed for high-performance Python and C interoperability. `(linux, windows, mac)`
556557
1. **detect-secrets** - ([Repo](https://github.com/Yelp/detect-secrets)) An enterprise-friendly CLI for auditing, detecting, and preventing secrets in code. `(security, linux, windows, mac)`
558+
1. **Dispatch** - ([Repo](https://github.com/Netflix/dispatch), [Blog](https://netflixtechblog.com/introducing-dispatch-da4b8a2a8072), [Docs](https://netflix.github.io/dispatch)) Incident management service featuring integrations for notifications and task management. Used at Netflix. `(internet, server, calver, corp, fastapi)`
557559
1. **Docker Compose** - ([Repo](https://github.com/docker/compose), [Docs](https://docs.docker.com/compose)) Docker Compose is a tool for defining and running multi-container Docker applications. `(linux, windows, mac, corp)`
558560
1. **doitlive** - ([Repo](https://github.com/sloria/doitlive), [PyPI](https://pypi.org/project/doitlive), [Docs](https://doitlive.readthedocs.io/)) Tool for live presentations in the terminal. `(linux, mac)`
559561
1. **DrawBot** - ([Repo](https://github.com/typemytype/drawbot), [Home](http://www.drawbot.com/), [WP](https://en.wikipedia.org/wiki/DrawBot)) A powerful programmatic 2D drawing application for MacOS X which generates graphics from Python scripts. `(graphics, education, mac)`

atom.xml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,40 @@
55
<subtitle type="text">The newest additions to the Awesome Python Applications list.</subtitle>
66
<link rel="alternate" type="text/html" href="https://github.com/mahmoud/awesome-python-applications" />
77
<link rel="self" type="application/atom+xml" href="https://raw.githubusercontent.com/mahmoud/awesome-python-applications/master/atom.xml" />
8-
<updated>2024-01-27T20:33:07Z</updated>
8+
<updated>2024-01-27T20:37:49Z</updated>
99
<sy:updatePeriod>hourly</sy:updatePeriod>
1010
<sy:updateFrequency>1</sy:updateFrequency>
1111

1212
<rights type="html">CC-BY-SA unless otherwise noted</rights>
1313
<generator uri="https://github.com/mahmoud/apatite">Apatite 19.0</generator>
1414

1515

16+
<entry>
17+
<id>https://github.com/Netflix/dispatch</id>
18+
<title>Dispatch</title>
19+
<link rel="alternate" type="text/html" href="https://github.com/Netflix/dispatch" />
20+
<published>2024-01-27T12:37:00Z</published>
21+
<updated>2024-01-27T12:37:00Z</updated>
22+
<category term="audio"/><category term="audio"/><category term="audio"/><category term="audio"/><category term="audio"/><category term="audio"/>
23+
24+
<content type="xhtml">
25+
<div xmlns="http://www.w3.org/1999/xhtml">
26+
<p><strong><a href="https://github.com/Netflix/dispatch">Dispatch</a></strong>: Incident management service featuring integrations for notifications and task management. Used at Netflix.</p>
27+
<p>Links:</p>
28+
<ul>
29+
<li><a href='https://github.com/Netflix/dispatch'>Repo</a></li>
30+
<li><a href='https://netflixtechblog.com/introducing-dispatch-da4b8a2a8072'>Blog</a></li>
31+
<li><a href='https://netflix.github.io/dispatch'>Docs</a></li>
32+
33+
</ul>
34+
</div>
35+
</content>
36+
<author>
37+
<name>Awesome Python Applications contributors</name>
38+
<uri>https://github.com/mahmoud/awesome-python-applications</uri>
39+
</author>
40+
</entry>
41+
1642
<entry>
1743
<id>https://github.com/mealie-recipes/mealie</id>
1844
<title>Mealie</title>

projects.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,19 @@ projects:
199199
- mac
200200
- server
201201
- gtk
202+
- name: Dispatch
203+
repo_url: https://github.com/Netflix/dispatch
204+
blog_url: https://netflixtechblog.com/introducing-dispatch-da4b8a2a8072
205+
docs_url: https://netflix.github.io/dispatch
206+
date_added: 2024-01-27 12:37:00
207+
desc: Incident management service featuring integrations for notifications and task management. Used at Netflix.
208+
tags:
209+
- internet
210+
- dev
211+
- server
212+
- calver
213+
- corp
214+
- fastapi
202215
- name: Elixire
203216
repo_url: https://gitlab.com/elixire/elixire
204217
home_url: https://elixi.re/

0 commit comments

Comments
 (0)