https://github.com/linkorb/realm
Data modeling toolkit
https://github.com/linkorb/realm
Last synced: 11 months ago
JSON representation
Data modeling toolkit
- Host: GitHub
- URL: https://github.com/linkorb/realm
- Owner: linkorb
- License: mit
- Created: 2016-09-20T10:10:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:20:54.000Z (about 3 years ago)
- Last Synced: 2024-11-14T04:55:44.288Z (over 1 year ago)
- Language: PHP
- Size: 230 KB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
REALM
=====
Realm is a framework for defining domain models.
It allows you to define:
* Concepts
* Codelists
* Mappings
* Section Types
* Resources
* Fusions
## Web-based realm project viewer
You can view Realm projects using the [realm-server](https://github.com/linkorb/realm-server).
## Configuration
Realm works with "projects" containing definitions.
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 `` element in their `realm.xml` file.
Use the `projects` array to specify one or more projects:
* `type`: `realm` (standard) or `decor` (for loading [decor](https://art-decor.org/) 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](LICENSE) for details.
## Brought to you by the LinkORB Engineering team

Check out our other projects at [linkorb.com/engineering](http://www.linkorb.com/engineering).
Btw, we're hiring!