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
- Host: GitHub
- URL: https://github.com/mattmajestic/robyn-docker
- Owner: mattmajestic
- Created: 2024-04-04T01:15:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T02:19:00.000Z (over 2 years ago)
- Last Synced: 2025-06-29T16:43:52.099Z (about 1 year ago)
- Topics: python, robyn, rust
- Language: Python
- Homepage: https://mattmajestic.github.io/robyn-docker/
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
| 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
```