Code Monkey home page Code Monkey logo

aquameta's Introduction

aquameta

Overview

Aquameta is a web-based IDE for full-stack web development. Developers can manage HTML, CSS, Javascript, database schema, views, templates, routes, tests and documentation, and do version control, branching, pushing, pulling, user management and permissions, all from a single web-based IDE. In theory. And mostly in practice.

Under the hood, Aquameta is a "datafied" web stack, built entirely in PostgreSQL. The structure of a typical web framework is represented in Aquameta as big database schema with 6 postgreSQL schemas containing ~60 tables, ~50 views and ~90 stored procedures. Apps developed in Aquameta are represented entirely as relational data, and all development, at an atomic level, is some form of data manipulation. Also in theory. And mostly in practice.

Status

Aquameta is an experimental project, still in early stages of development. It is not suitable for production development and should not be used in an untrusted or mission-critical 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 instead of files
  • filesystem - A bi-directional file system integration system
  • event - Pub/sub data change events API
  • endpoint - Maps PostgreSQL permissions and data access 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

About

Aquameta has been the life project of Eric Hanson for close to 20 years off-and-on. Functional prototypes have been developed in XML, RDF and MySQL, but PostgreSQL is the first database discovered that has the functionality necessary to achieve something close to practical, and huge advances in web technology like WebRTC, ES6 modules, and more have shown some light at the end of the tunnel.

Technical goals of the project include:

  • Allow complete management of the database using only INSERT, UPDATE and DELETE commands (expose the DDL as DML)
  • Version control of relational data
  • Remote push/pull of commits to relational VCS
  • Access and manipulate the database as a file system from the command prompt
  • Access and manipulate the file system as relational data from the SQL prompt
  • Internal event system for pub/sub of changes to tables, columns or rows
  • Modular web interface components ("widgets") made of HTML, CSS, Javascript, that are self-contained, manage their own dependencies, accept input arguments, can instantiate other widgets, and can emit events that other widgets can subscribe to
  • "Semantic decoration" allows the user to associate UI components with schema components (relations, columns, data types), auto-generate simple CRUD UIs, and progressively enhance a UI by overriding sensible defaults with custom widgets
  • Pub/sub notification let peers download new content from each other as it comes available without polling
  • Users communicate with each other by exchanging structured, relational data
  • Decentralized P2P network with no single point of failure
  • Decentralize the web
  • Deprecate the file system

Human goals

  • Teach people to speak the language of data
  • Convert word-based knowledge and information to structured knowledge and information
  • Stretch a net of approximate categorization across our earth

aquameta's People

Contributors

0xflotus avatar bronsen avatar d-m-u avatar daurnimator avatar erichanson avatar manakill avatar nijotz avatar nineinchnick avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.