All Projects → reddit → Baseplate.py

reddit / Baseplate.py

Licence: other
reddit's python service framework

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Baseplate.py

Pysoa
A Python library for writing (micro)services and their clients
Stars: ✭ 74 (-82.21%)
Mutual labels:  services, framework
Air
An ideally refined web framework for Go.
Stars: ✭ 402 (-3.37%)
Mutual labels:  framework
Kooper
Kooper is a simple Go library to create Kubernetes operators and controllers.
Stars: ✭ 388 (-6.73%)
Mutual labels:  framework
Larapi
An API-friendly fork of Laravel. Authentication, error handling, resource filtering, sorting, pagination and much more included
Stars: ✭ 397 (-4.57%)
Mutual labels:  framework
Mip
[Deprecated] 请查看 mip2
Stars: ✭ 390 (-6.25%)
Mutual labels:  framework
Puzzle Js
⚡ Micro frontend framework for scalable and blazing fast websites.
Stars: ✭ 398 (-4.33%)
Mutual labels:  framework
Ef.js
The timeless, future facing front-end framework
Stars: ✭ 385 (-7.45%)
Mutual labels:  framework
Neo
Go Web Framework
Stars: ✭ 410 (-1.44%)
Mutual labels:  framework
Framework
.NET Core Extensions and Helper NuGet packages.
Stars: ✭ 399 (-4.09%)
Mutual labels:  framework
Githubupdates
Cocoa framework to install application updates from GitHub releases.
Stars: ✭ 393 (-5.53%)
Mutual labels:  framework
Bach
Bach Testing Framework
Stars: ✭ 392 (-5.77%)
Mutual labels:  framework
Di
Dependency injection container in go (golang)
Stars: ✭ 390 (-6.25%)
Mutual labels:  framework
Tentcss
🌿 A CSS survival kit. Includes only the essentials to make camp.
Stars: ✭ 400 (-3.85%)
Mutual labels:  framework
Libreddit
Private front-end for Reddit written in Rust
Stars: ✭ 387 (-6.97%)
Mutual labels:  reddit
Nameko
Python framework for building microservices
Stars: ✭ 4,182 (+905.29%)
Mutual labels:  framework
Mam mol
$mol - fastest reactive micro-modular compact flexible lazy ui web framework.
Stars: ✭ 385 (-7.45%)
Mutual labels:  framework
Vugu
Vugu: A modern UI library for Go+WebAssembly (experimental)
Stars: ✭ 4,251 (+921.88%)
Mutual labels:  framework
Ozzo Routing
An extremely fast Go (golang) HTTP router that supports regular expression route matching. Comes with full support for building RESTful APIs.
Stars: ✭ 398 (-4.33%)
Mutual labels:  framework
Toou 2d
基于Qt Quick(Qml) 跨平台技术打造的2D框架
Stars: ✭ 413 (-0.72%)
Mutual labels:  framework
Peasy.net
A business logic micro-framework for .NET and .NET Core
Stars: ✭ 406 (-2.4%)
Mutual labels:  framework

baseplate.py

It's much easier to manage a bunch of services when they all have the same shape: the way they're developed, the way they interact with the infrastructure they run on, and the way they interact with each other. Baseplate is reddit's specification for the common shape of our services. This library, Baseplate.py, is the Python implementation of that specification.

Baseplate.py glues together tooling for interacting with the reddit backend ecosystem and spackles over things that are missing. It integrates with Apache Thrift, Pyramid, and client libraries for many systems to transparently make your applications observable.

Baseplate applications transparently get:

  • Timing and request rate metrics using statsd
  • Distributed tracing with Zipkin
  • Error reporting and aggregation with Sentry

And can take advantage of:

  • Integration with commonly used clients like: Thrift, SQLAlchemy, cassandra-driver, pymemcache, redis-py, and Kombu
  • Secrets securely pulled from Vault

And many other things!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].