You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspired perhaps by the good design of RDF4j, I would like to have a more modular approach. For example:
metamorph.core will contain the logic to parse SHACL to some internal representation (currently Malli)
other namespaces can be added by ourselves or by third parties to the schemas namespace or something, from which logic for the target schemas is loaded
avro namespace like we have now would be an example
There's a lot to think about:
With careful implementation using protocols one might actually make this JVM interoperable. Not sure about Malli then, though. Wouldn't it be cool if people can contribute in other JVM-compatible languages though?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Inspired perhaps by the good design of RDF4j, I would like to have a more modular approach. For example:
metamorph.core
will contain the logic to parse SHACL to some internal representation (currently Malli)schemas
namespace or something, from which logic for the target schemas is loadedavro
namespace like we have now would be an exampleThere's a lot to think about:
Related: #50
Beta Was this translation helpful? Give feedback.
All reactions