Loading...
Searching...
No Matches
Overview

theBrain



UPDATE changes since 21 nov 2023 : 44 files changed, 396 insertions, 614 deletions


SUMMARY abrain - A tool for adding database support to a project
NEWS FROM: 21 Nov, 2023

Reorganization of the theBrain documentation and add abrain workflow picture.

Switch names to focus more on the server (abrain) and use mscgen to create the workflow diagram at Introduction



DETAILS

The idea behind theBrain came to me after integrating sqlLite into theLink to offer persistent message routing.

The technology is based on the existing filter technology in theLink, which links a series of individual, independent executables using "@"

  as command-line:        client @ abrain
  as client-server:       client --tcp --port 1234 -host the.host.com .... abrain --tcp --port 1234

Since the database service was already available with sqlLite anyway, it only makes sense to offer this to the end user as well.

A simple abrain "server" was put together for this purpose, which ultimately only offers 5 services that ultimately provide the necessary database-functions.

DEPENDENCIES theKernel, theCompiler, theLink

Server

target intro database services brain-source
abrain Introduction public database services Source-Code of "abrain"

Files

README , INSTALL , NEWS, CHANGES