Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SquashConsulting/kaliningrad
Template Based Database Modeler Leveraging The Power of Multi-Model Data Stores
https://github.com/SquashConsulting/kaliningrad
arango architectural-patterns database foxx graph-database graph-theory gui modeling nosql typescript
Last synced: 3 months ago
JSON representation
Template Based Database Modeler Leveraging The Power of Multi-Model Data Stores
- Host: GitHub
- URL: https://github.com/SquashConsulting/kaliningrad
- Owner: SquashConsulting
- License: mit
- Created: 2020-03-09T07:15:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T22:38:53.000Z (over 1 year ago)
- Last Synced: 2024-07-29T16:31:40.664Z (4 months ago)
- Topics: arango, architectural-patterns, database, foxx, graph-database, graph-theory, gui, modeling, nosql, typescript
- Language: JavaScript
- Homepage:
- Size: 11.1 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - SquashConsulting/kaliningrad - Template Based Database Modeler Leveraging The Power of Multi-Model Data Stores (JavaScript)
README
# Kaliningrad
Template Based Database Modeler Leveraging Power of Multi-Model Data Stores.
![](https://github.com/SquashConsulting/kaliningrad/blob/master/kaliningrad.gif)
Since our software heavily relies on Graph databases we, at first, decided to name it Königsberg as a reference to a famous graph theory problem called ["The Travelling Salesman Problem"](https://en.wikipedia.org/wiki/Travelling_salesman_problem). However having an umlaut(ö) in the repository name caused some problems; thus, we chose _Kaliningrad_ which is the name that was chosen for Königsberg after the World War 2.
# Project Structure
Kalinigrad is consisted of a couple of layers.
## Frontend
The frontend client is a React JS application that loads, visualizes, and produces a Kaliningrad graph structure.
## Parser
The parser takes a Kaliningrad graph and generates an AST or some sort of instruction set(TBD) for the Project Generator.
## Project Generator
The generator uses the parsed instructions to build a project with a Reverse Proxy + Data Access Layer Microservices + Multi-Model Data Store
## Reverse Proxy
This Proxy is used for BLL <-> DAL communication
## Template Microservice
Typescript powered DAL microservice macro-programmable template to be used during the Project Generation stage.