-
Notifications
You must be signed in to change notification settings - Fork 1
RFC: High-level architecture #6
Comments
The Digirati Team (Frank, John R, Stephen and Myself) discussed the above RFC and have the following questions:
|
We'll go over this at the sprint, but Libero is really three levels:
Code should be avoided in applications, and they will need to be forked if you want to do your own thing. That then avoids having to duplicate the code, unless you're replacing that part. Increases the complexity, of course.
Libero will work on the assumption that the API/event bus aren't public, but won't prevent it (and so needs to not be incompatible with it). It would be up to the implementor to allowing/disallowing access as required.
Not sure what you mean by standardisation, but there's two main communication methods (API and event bus) which are the primary integration points (and Libero could provide adapter code, eg a Drupal module). Libero will provide services that will interact with other services more directly where relevant (eg sending the article to some repository).
This mostly out of scope. We need to make sure that we provide ways to do both easily where relevant (eg by producing sensible logs), but how you do them will be up to the implementor (eg you would need to add in the New Relic PHP agent yourself). |
Some other examples of this could be done by an implementor:
|
Problem
Libero will be a framework for producing publication and presentation platforms. It needs to:
Suggestion
Concerns
The text was updated successfully, but these errors were encountered: