Coder Social home page Coder Social logo

celsus's Introduction

Celsus

Procolamtion of Technical Architecture

As technical architects we strive to benefit the enterprise by by providing a multiplyer of technical innovation, we push to increase speed to value of technology initiatives, and we directly effect the fiduciary management of technology. To achieve these goals we value:

Practical over theoretical Valuable over specified Desired Output over a collection of approved artifacts.

While there is value and sometimes need for the items on the right we value the items on the left more.

Vote ticket to get an election result, Shovel as a tool, reference for information, template to follow.

This project is a library of practical architecture resources. The goal is to provide concrete and reusable instances of enterprise architecture resources for

Celsus - This project was named after the Library of Celsus - There were over two-dozen major libraries in the city of Rome during the imperial era, but the capital wasn’t the only place that housed dazzling collections of literature. Sometime around 120 A.D., the son of the Roman consul Tiberius Julius Celsus Polemaeanus completed a memorial library to his father in the city of Ephesus (modern day Turkey). The building’s ornate façade still stands today and features a marble stairway and columns as well as four statues representing Wisdom, Virtue, Intelligence and Knowledge. Its interior, meanwhile, consisted of a rectangular chamber and a series of small niches containing bookcases. The library may have held some 12,000 scrolls, but it most striking feature was no doubt Celsus himself, who was buried inside in an ornamental sarcophagus.

Context Diagram - Solution Architecture

This project provides a framework and a library for solution architecture.

https://www.sqlite.org/index.html https://github.com/coleifer/sqlite-web

Modeling

https://github.com/plantuml-stdlib

https://aws.amazon.com/architecture/icons/ https://learn.microsoft.com/en-us/azure/architecture/icons/

SQL

' Context Diagram ' {Enterprise|System_}Boundary(alias, label, ?type, ?tags, $link) ' Person{_Ext}(alias, label, ?descr, ?sprite, ?tags, $link) ' System{Db|Queue}{_Ext}(alias, label, ?descr, ?sprite, ?tags, $link) ' Rel(from, to, label, ?techn, ?descr, ?sprite, ?tags, $link)

CREATE TABLE boundaries ( alias VARCHAR(25) PRIMARY KEY, label VARCHAR(255) NOT NULL, type VARCHAR(255) NOT NULL, uri VARCHAR(255) NOT NULL );

CREATE TABLE people ( alias VARCHAR(25) PRIMARY KEY, label VARCHAR(255) NOT NULL, external BOOLEAN NOT NULL, description TEXT, uri VARCHAR(255) NOT NULL );

CREATE TABLE systems ( alias VARCHAR(25) PRIMARY KEY, external BOOLEAN NOT NULL, type VARCHAR(255) NOT NULL, label VARCHAR(255) NOT NULL, description TEXT, uri VARCHAR(255) NOT NULL );

CREATE TABLE relationships ( from VARCHAR(25) NOT NULL, to VARCHAR(25) NOT NULL, label VARCHAR(255), technology VARCHAR(25), description TEXT, uri VARCHAR(255) NOT NULL );

Diagramming

celsus's People

Contributors

gautada avatar

Watchers

 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.