2017 © Pedro Peláez
 

library realm

Data modeling toolkit

image

linkorb/realm

Data modeling toolkit

  • Monday, June 11, 2018
  • by joostfaassen
  • Repository
  • 3 Watchers
  • 1 Stars
  • 284 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 35 Versions
  • 0 % Grown

The README.md

REALM

Realm is a framework for defining domain models., (*1)

It allows you to define:, (*2)

  • Concepts
  • Codelists
  • Mappings
  • Section Types
  • Resources
  • Fusions

Web-based realm project viewer

You can view Realm projects using the realm-server., (*3)

Configuration

Realm works with "projects" containing definitions., (*4)

  1. copy projects.yaml.dist to projects.yml
  2. edit projects.yaml to your situation.

You can use the include_paths array to specify one or more include paths that contain Realm project. This is used by projects that specify a <dependency /> element in their realm.xml file., (*5)

Use the projects array to specify one or more projects:, (*6)

  • type: realm (standard) or decor (for loading decor files)
  • filename: path to the project's realm.xml file
  • unlisted: optional, allows you to mark the project as unlisted on the viewer's frontpage. Direct links still work.

License

MIT. Please refer to the license file for details., (*7)

Brought to you by the LinkORB Engineering team


Check out our other projects at linkorb.com/engineering., (*8)

Btw, we're hiring!, (*9)

The Versions