- Porter - Kubernetes powered PaaS that runs in your own cloud
- Open Function - cloud-native open-source FaaS (Function as a Service) platform. website
- CapRover - easy to use app/database deployment & web server manager
- Tsuru - Open source and extensible Platform as a Service (PaaS) website
- Kubero - free and self-hosted Heroku PaaS alternative for Kubernetes that implements GitOps
- Dokku - docker-powered PaaS that helps you build and manage the lifecycle of applications
- Piku - tiniest PaaS you've ever seen. Allows you to do git push deployments to your own servers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Youtube video: https://youtu.be/dwCe9l_geK4 | |
| import requests | |
| import json | |
| import os | |
| import unicodedata | |
| from bs4 import BeautifulSoup | |
| urls = ['https://www.bigbearcoolcabins.com/big-bear-cabin-rentals/moonridge-cali-bear-cabin/', | |
| 'https://www.bigbearcoolcabins.com/big-bear-cabin-rentals/switzerland', | |
| "https://www.bigbearcoolcabins.com/big-bear-cabin-rentals/pines" |