Skip to content

Spellbook

ng-druid edited this page Mar 11, 2022 · 22 revisions

Terminology

Spell

Independent repository containing plugins for druid core. For example, a repository that adds charting capabilities to druid editor without hacking core. Also can be referred to as an extension.

SpellBook

Druid marketplace for marketing, discovering, development research, etc. of spells. Users will be able to search for spells and install on various environments local, remote easily.

Customization

There are multiple ways to use druid depending on programming capabilities and needs.

Stand Alone

Stand alone Angular project with specific druid core modules installed. This option offers the most flexibility and full control over the Angular project. However, this option requires knowledge of Angular and Version Control. Best option for programmers who want complete control over a single project without micro-frontends containing everything in a single monolithic front-end.

Clone this wiki locally