DEV Community

Cover image for Introducing Heapland - Universal interface for data services
Shad Amez
Shad Amez

Posted on

Introducing Heapland - Universal interface for data services

The Problem

We as backend developers, must have faced situations, where the data we're working with, is stored in all over the place like - VMs, databases, file systems, object storages and messaging infrastructure and logs.

The Solution

To clean up this mess, I created and open sourced Heapland to provide an unified interface to browse file system, query databases and watch message streams.

The first release (v0.1.0) gives you the following features

  • Browse, upload, delete files in Amazon S3
  • Browse tables, save and execute queries against popular databases - MySQL, Postgres and MariaDB.

Head over to the Github repository to know more.

Top comments (0)