-
Notifications
You must be signed in to change notification settings - Fork 1
Add features overview #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add features overview #4
Conversation
|
thank you @al-darmonski , I added the relevant reviewers as we discussed on Slack, so we can double-check the features are properly represented. We appreciate your PR! |
| | Language agnostic (Reflective) API to CRUD LW nodes | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
| | Language specific API to CRUD LW nodes | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
| | Bulk protocol Client | ❓ | ✅ | ✅ | ✅ | ✅ | | ||
| | Delta protocol Client | ➖ | 🏗️ | ➖ | ➖ | ➖ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can confirm this is correct for Java, Kotlin, and Python
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TS doesn't have a bulk protocol client in lionweb-typescript, but it does in lionweb-repository — right, @joswarmer ?
|
|
||
| | **Feature** | **MPS** | **EMF** | **Freon** | **Rascal** | **Modelix** | **LW Repository** | | ||
| |------------------------------|:-------:|:-------:|:-------------:|:----------:|:-----------:|:-----------------:| | ||
| | Depends on LW implementation | LW Java | LW Java | LW TypeScript | LW Java | ❓ | LW TypeScript | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could add an entry for Starlasu later on
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll leave that to you @ftomassetti as you know Starlasu best. Probably different set of features are covered by the various Starlasu implementations.
| | Language agnostic (Reflective) API to CRUD LW nodes | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
| | Language specific API to CRUD LW nodes | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
| | Bulk protocol Client | ❓ | ✅ | ✅ | ✅ | ✅ | | ||
| | Delta protocol Client | ➖ | 🏗️ | ➖ | ➖ | ➖ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TS doesn't have a bulk protocol client in lionweb-typescript, but it does in lionweb-repository — right, @joswarmer ?
|
Given the PR has been approved, I am proceeding to merge it |
I created features overview by reading through the documentation and some slides.
Relevant authors/owners, please check for correctness.