-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from eMoflon/feature/update-neo-tutorials
Add new eMoflon::Neo content (new tutorials)
- Loading branch information
Showing
4 changed files
with
33 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,38 @@ | ||
--- | ||
title: "eMoflon::Neo" | ||
date: 2022-09-01 | ||
date: 2023-01-30 | ||
draft: false | ||
--- | ||
|
||
<!-- Copy-pasted from the old eMoflon webpage --> | ||
<!-- The image has a slightly larger size compared to IBeX. --> | ||
{{< img src="/img/emoflon_logo_eneo.png" alt="" width="28%" >}} | ||
|
||
**eNeo** supports model management as a layer over Neo4j, a fairly well-known graph database. | ||
**eNeo** uses eMSL (the eMoflon Specification Language), a uniform modeling language for metamodeling and modeling, specifying patterns, graph constraints, rules, and triple graph grammars, all in the same uniform textual syntax with advanced support for modularity and reuse via refinement. | ||
**eNeo** provides an export of models (with all referenced metamodels) to Neo4j, as well as an export of patterns, constraints, rules, and triple rules to Cypher, the query and transformation language used by Neo4j. | ||
**eNeo** also supports an API to automate all these tasks programmatically. | ||
|
||
<!-- The image has a slightly larger size compared to IBeX. --> | ||
|
||
**eMoflon::Neo** is licensed open source under EPL 1.0. | ||
Its source code is available on [GitHub](https://github.com/eMoflon/emoflon-neo). | ||
|
||
|
||
___ | ||
## Videos | ||
|
||
- **MDE Net training session** (2022-10) on YouTube: [Anthony Anjorin on **eMoflon::Neo**](https://www.youtube.com/watch?v=zK1hRkVedvg) | ||
|
||
|
||
## Download | ||
|
||
Check out our [download page](../download#emoflonneo) to download latest versions of **eMoflon::Neo**. | ||
|
||
|
||
## Getting Started | ||
|
||
Check out our [getting started page](../getting-started#emoflonneo) to get started with **eMoflon::Neo**. | ||
|
||
|
||
## Development | ||
|
||
Check out our [development page](../dev#emoflonneo) to set-up your **eMoflon::Neo** development workspace. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: "eMoflon::Neo New tutorials available" | ||
date: 2023-01-30 | ||
draft: false | ||
--- | ||
|
||
There are three new tutorials to get started with **eMoflon::Neo**. | ||
Check out our [getting started page](../getting-started#emoflonneo). |