Systems | Development | Analytics | API | Testing

Cloud

Volumes: High IOPS and Low Latency NVMe SSDs Public Preview

It’s the final day of Koyeb's Launch Week Round 2, and today we’re announcing the public preview of Volumes! Volumes on Koyeb are blazing-fast NVMe SSD you can use to persist data across deployments. After announcing Volumes in technical preview a few months ago, we are now opening the preview to all users on the Starter plan! Offering high throughput and low latency, Volumes open the door to a wide range of new workloads and use cases to handle the state of your applications.

What is a Cloud Database? Types & Benefits Explained

A cloud database is a database stored and managed on a cloud computing platform, rather than on local or company-owned servers. his setup allows users to access and manage their data remotely, using a range of tools and applications provided by the cloud service. Cloud databases come in various forms, including relational databases, NoSQL databases, and data warehouses.

AWS Regions Public Preview: Deploy on AWS in Minutes

Today, we are thrilled to announce the public preview of AWS Regions on Koyeb! During last launch week, we introduced the private preview of AWS Regions. We announced our first region, the famous, us-east-1 (N. Virginia) region, and started onboarding our first users. What’s new with this public preview? In addition to the us-east-1 location now being available to everyone on the platform, you can now deploy to this region via the control panel and the CLI!

Paris and Tokyo Regions are now Generally Available

Today is Day 3 of Launch Week, and we are excited to announce not just one, but two new regions are generally available to deploy your low-latency AI workloads, full stack applications, APIs, and databases globally! Join us in welcoming Paris and Tokyo to the Koyeb platform and to a growing list of global locations where you can deploy your applications! As of today GA locations now include: Paris , Tokyo , Washington, D.C. , Singapore , and Frankfurt.

New Hitachi EverFlex Transforms IT Operations with Scalable, Cost-Efficient Hybrid Cloud and Infrastructure-as-a-Service Solutions

Hitachi Vantara's advanced infrastructure-as-a-service (IaaS) portfolio redefines IT economics by helping enterprises reduce costs and increase flexibility through AI-driven automation and consumption-based services.

70% Faster Deployments and High-Performance Private Network

It’s Day 2 of our Launch Week, and we’re excited to unveil our new networking stack! If you're following us, you know that we're obsessed with performance: we want fast deployments and a speedy network once your apps are live. Long story short: while working on optimizing deployments speed, we hit limitations with our old stack, we decided to revamp everything and built a new networking stack for the platform.

New Dashboard: Build, Run, and Scale Apps in Minutes with a Simple and Elegant Interface

Welcome to the first day of launch week #2! Today, we are excited to introduce our brand new control panel! Our mission at Koyeb is to offer the fastest way to deploy applications globally while delivering an exceptional developer experience. Over the past few months, we totally reimagined how to deliver a simple, reactive, and intuitive experience to deploy, manage, and scale projects to production.

Koyeb Launch Week: Round 2

Welcome to our second launch week! After the success of our very first Launch Week in June, we’re back with another batch of announcements! Last Launch Week, we released: We had a blast rolling out so many new features and announcements at once, we decided we wanted to do it again! So here we are, gearing up for our second launch week in 3 months. If you follow our changelog updates on the Koyeb Community, you’ve seen what we’ve been working on and delivering since then.

Cloudera Launches Private Link Network for Secure, Internet-Free Cloud Connectivity

Imagine a world where your sensitive data moves effortlessly between clouds – secure, private, and far from the prying eyes of the public internet. Today, we’re making that world a reality with the launch of Cloudera Private Link Network. Organizations are continuously seeking ways to enhance their data security. One of the challenges is ensuring that data remains protected as it traverses different cloud environments.

How to Use Azure Blob Storage with Ruby on Rails

Azure Blob Storage is an object storage service that is very similar to AWS S3. ActiveStorage from Rails has built-in support for both ActiveStorage and S3 for file storage, making it easy to integrate and even swap out providers. The Honeybadger Blog has already explored using S3 for file storage in Rails, and in this article, we'll explore using Azure to allow users to upload files in a Rails application. You can find the final code here on Github.