Host your static websites (react, angular, svelte) for free with peblPebl is a cloud computer. It gives you programmatic bindings to control the cloud right from your application. No more configs, or stringing together disparate tools in adhoc ways. Just code to define your cloud! We just released pebl v0.1.2, which i...Aug 29, 2023·5 min read
pebl cli redis tunnel supportQuick Summary The latest pebl cli now supports creating tunnels to your redis instances! Make sure to download the latest cli in order to easily gain access to your remote redis instances. Longform If you don't have redis running on pebl's cloud runt...May 4, 2023·2 min read
Modern Cloud Workflow with Pebl - Part 4In part 3 we explored adding object store capabilities with an intuitive file system interface. In part 4 we are going to look at adding scheduled tasks to our application. Decorating Scheduled Tasks With pebl scheduled tasks are created with a pytho...Apr 21, 2023·2 min read
Modern Cloud Workflow with Pebl - Part 3In part 2 we added redis to our application. In part 3 we are going to explore the object store interface that pebl provides by incorporating it into our application. Pebl's Object Store Interface Object stores like S3 have become essential to cloud ...Apr 21, 2023·2 min read
Modern Cloud Workflow with Pebl - Part 2In part 1 we walked through setting up a pebl project, and the workflow for running and deploying our pebl apps. In part 2 we are going to explore the pebl sdk more by looking at incorporating redis into our application. Adding Redis Adding redis int...Apr 21, 2023·4 min read
Modern Cloud Workflow with Pebl - Part 1In part 1, we are going to get our setup and get started with a simple serverless deployment with Flask. Setup Make sure that you have the latest docker installed. Install the pebl cli by following these steps: https://docs.pebl.io/setup Head over...Apr 21, 2023·4 min read