Skip to content
Stefan edited this page Nov 19, 2024 · 7 revisions

Welcome to the InfoNotion wiki!

What it is ...

This is an PoC-experiment to create a fully data-driven low-code platform. The goal is to have all concepts and instances of the platform inside one store (a graph database in this case), so that they can be linked and used from a single source. It can be used for demonstration purposes or as a platform to rapid prototype a concept.

What it is not ...

This is by no means a finished product and as-is this code should not be used in a production environment. (I'm not assuming you are, but just adding the disclaimer :-) ) There are a lot of things still missing (like security or user management).

Meta-metamodel (the FunctionalType domain)

The meta-metamodel for the FunctionalType domain. You can design metamodels in this model to access and display data with InfoNotion. image Notes

  • not implemented: Action
  • currently "description" is also an attribute that is 'expected' with every object
  • Disclaimer: Since all data is in the Graph Database, changing or damaging the FunctionalType data (it can be edited) or starting with an empty database will result in a errors. The front-end depends on at least the "FunctionalType" domain and the base-queries to be there.