Skip to content

Web development platform built entirely in PostgreSQL

License

Notifications You must be signed in to change notification settings

manakill/aquameta

 
 

Repository files navigation

aquameta

Aquameta is a web development environment where instead of storing code as flat files in the file system, everything is stored in PostgreSQL as relational data, including source code, html, css, javascript, images and other resources, system configurations, database schema, permissions and more. It has a web-based IDE, and can be used to build web applications and much more. For more info, see blog.aquameta.com, espcially the introduction.

Status

Aquameta is in early prototype stages, approaching version 0.2. Do not use it in a production, or untrusted environment.

Core Extensions

Aquameta contains seven core PostgreSQL extensions, which together make up the web stack:

  • meta - Writable system catalog for PostgreSQL
  • bundle - A version control system similar to git but for database rows intead of files
  • filesystem - A bi-directional file system integration system
  • events - Pub/sub data change events API
  • endpoint - Maps PostgreSQL permissions and data acccess to the web, as well as allowing resource hosting and a web socket event server
  • widget - Modular web components that can be reused
  • semantics - A metadata layer on top of the database schema, for binding columns and relations to widgets, decorating keys, etc.

Installation

Aquameta is most easily installed on a Ubuntu 18 or Debian 9 instance; its installer manages dependencies by as apt packages.

To install, setup a clean Ubuntu 18 or Debian 9 instance. You can run on bare metal, or using a virtual machine such as VirtualBox on Mac OSX and Windows, or KVM on Linux.

Once your Linux machine is setup, acquire the Aquameta package by either downloading the latest release, or to try the bleeding edge version, clone the repository. Then run the install script:

  1. git clone https://github.com/aquametalabs/aquameta.git
  2. cd aquameta
  3. ./install.sh

From the installer, follow the instructions.

Development

To begin development, first login as the superuser you created during install at http://{your_host}/login. The primary development interface lives at http://{your_ip}/dev. For more information, see the documentation.

Contribute

License

The project is licensed under the GPL 3.0.

About

Web development platform built entirely in PostgreSQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PLpgSQL 79.7%
  • JavaScript 9.3%
  • Python 6.4%
  • Shell 2.2%
  • HTML 1.9%
  • Makefile 0.4%
  • PLSQL 0.1%