An open API service indexing awesome lists of open source software.

https://github.com/mattmajestic/robyn-docker

Robyn, a Rust based API in Python, with Docker
https://github.com/mattmajestic/robyn-docker

python robyn rust

Last synced: 3 months ago
JSON representation

Robyn, a Rust based API in Python, with Docker

Awesome Lists containing this project

README

          

# Robyn with Docker 🐳🦀
Sponsor me on GitHub

| Platform | Setup | Link |
| -------- | ----- | ---- |
| Render 🐳 | Docker | [Visit Site](https://robyn-docker.onrender.com/) |

Welcome to robyn-docker, a project showcasing the power of Robyn, a Rust-based asynchronous web framework, through Python. This project demonstrates how to containerize a Robyn application using Docker, making deployment smooth and scalable across any environment.

Robyn brings together Rust's performance and safety with Python's simplicity and flexibility, offering an excellent choice for building high-performance web applications.

## 🚀 Getting Started

To get started with robyn-docker, you'll need to have Python and Docker installed on your machine. The following instructions will guide you through setting up a basic Robyn project and containerizing it with Docker.

Getting Started: https://robyn.tech/documentation/example_app

```
$ python3 -m robyn --create
? Directory Path: .
? Need Docker? (Y/N) Y
? Please select project type (Mongo/Postgres/Sqlalchemy/Prisma):
❯ No DB
Sqlite
Postgres
MongoDB
SqlAlchemy
Prisma
```