Skip to main content

· 3 min read

Quick Summary

pebl is a cloud computer that is completely programmable right from your application code. Try out the new release by installing it:

$ curl https://www.pebl.io/install | sh

We would like to thank all the new users that have joined our discord community! We really appreciate everyone that has tried pebl and reached out with comments & feedback.

In release 0.1.1 we added mount capability, providing an easy way to host static websites with pebl.

We're adding onto that with two new features:

  1. versioned folder uploads
  2. better cli support for folder management

· 2 min read

Quick Summary

We're expanding the filesystem capability with mount in release 0.1.1.

pebl is a cloud computer that is completely programmable right from your application code. Try out the new release by installing it:

$ curl https://www.pebl.io/install | sh

· 3 min read

Quick Summary

pebl 0.1.0 adds support for pubsub!

pebl is a cloud platform that is completely programmable right from your application code. Try out the new release by installing it:

$ curl https://www.pebl.io/install | sh

· 3 min read

Quick Summary

Release 0.0.10 includes support for distributed dictionaries!

Keeping consistent with pebl's goal of providing cloud capabilities through a simple abstraction layer, the latest release adds support for distributed dictionaries with simple key-value semantics.

· 2 min read

Quick Summary

Pebl release 0.0.9 has tons of small updates around our CLI usage and reliability improvements. Here are three highlights:

  • pebl up no longer restores previously running workloads
  • pebl state added to manage persistent state (redis & mysql)
  • pebl.mysql() method properly waits until the mysql instance is running before returning

· One min read

Quick Summary

Pebl release 0.0.8 has updates to our Node SDK, the pebl CLI, and small bug fixes.

· One min read

Quick Summary

Pebl release 0.0.7 now includes support for Node.js!

There's also a new pebl CLI command for creating tunnels to mysql, just like you can for redis.

· 2 min read

Quick Summary

With release 0.0.6, pebl now supports creating mysql instances in both Python and Go.

· One min read

Quick Summary

The latest pebl CLI release can create base pebl projects for either Python or Go, helping you get started quickly.

· One min read

Quick Summary

Release 0.0.5 has support for streaming production logs using the CLI and updates to the Go package.