Giter VIP home page Giter VIP logo

tallarna-hackathon's Introduction

Toy Meta-Model Hackathon

Description

We recently participated in a one-day hackathon with our colleagues, and our main objective was to create a proof-of-concept (POC) for a toy meta-model of a system. This meta-model is designed to facilitate the creation of digital twins and enable simulations.

In this repository, you will find the work I have done on this task. I have developed a simple Nest.js application that serves as the foundation for our meta-model. This application allows us to define and store the necessary data in a database.

To help with the initial setup and demonstration of the meta-model, I have included a few seed scripts. These scripts populate the database with example data for a Computer meta-model, showcasing the various components and systems involved.

Additionally, I have created scripts that fetch the stored data and construct the output of the meta-model. This allows us to visualize and interact with the meta-model, gaining insights and running simulations on the digital twins.

Feel free to explore the repository and leverage our work to further enhance the capabilities of the meta-model. We hope that this POC serves as a stepping stone towards more advanced systems modeling and simulation endeavors.

Installation

$ docker-compose up
$
$ nvm use
$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Scripts

Create a new migration

npx typeorm migration:create ./src/migrations/CreateUsersTable

Run migrations

$ npm run db:migrate:run
$ npm run db:migrate:revert
$ npm run db:migrate:drop
$ npm run db:migrate:reset

tallarna-hackathon's People

Contributors

valkirilov 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.