You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

The VIVO architectural fly-in will be focused on bringing an architecturally-minded team together who individually represent distinct VIVO stakeholder constituencies for the purpose of developing architectural approaches required to address the direction of the project. The primary goal of the two-day face-to-face meeting will be to assess and document a plan for improving the VIVO application architecture towards enabling and realizing the technical efforts defined in the "Statement on VIVO's Product Direction for 2019".

The success of this effort relies on balancing the perspectives of:

  • Research Intelligence
  • Modern web interface
  • Semantics and ontology
  • Modern development tools and practices
  • Performance / Scalability, and
  • Existing VIVO architecture

Logistics

When 

  • January 29th - 30th, 2019

Where

Orlando - "Research and Academic Center - Lake Nona"

Agenda

To be developed

Thoughts / Notes / Resources

Components to decouple

  • Core
  • Search index
    • Searching and indexing can be separate components
  • Triplestore(s)
    • Reasoners - ABox and TBox
  • UI
  • Authentication
  • Authorization

Interfaces for decoupled components

Core

  • What endpoints / services are required by UI?
  • Starting point: Classes with @WebServlet annotations

Search Index

Triplestore

Mixed Components

  • Not all components are easily compartmentalized, like APIs or TripleStores 

  • Authentication, for example, includes 
    • back-end business logic, 
    • data model storage,
    • UI elements
  • So, if we wanted to add two-factor authentication (for example), we would need changes in all of these areas.

Component packaging

  • Back-end code can be delivered in a JAR file
  • How is front-end code delivered?
  • What about mixed components?

Community contributions

Scenario:

  • University X develops a new Triplestore component, called newTriple
  • University Y wants to use newTriple
  • One possibility is to wait for VIVO central to adopt newTriple into the core distribution. Then University Y can upgrade their system to the latest release, to get newTriple
  • What are other possibilities?
  • This leads back to packaging.


  • No labels