You are here

Architecture

This gives a view of the architecture of SkyVault from the developer's perspective. SkyVault at its core is a repository that provides a store for content, and a wide range of services that can be used by content applications to manipulate the content.

The following diagram illustrates the idea that SkyVault 2.0 can be thought of as consisting of three main components, Platform, User Interface (UI), and Search. These components are implemented as separate web applications:

The main component with all the core Enterprise Content Management functionality is called the Platform and is implemented in the SkyVault.war web application. It provides the repository where content is stored plus all the associated content services. SkyVault Share provides a web client interface (that is a User Interface, UI) for the repository and is implemented as the share.war web application. Share makes it easy for users to manage their sites, documents, users and so on. The search functionality is implemented on top of Apache Solr 4 and provides the indexing of all content, which enables powerful search functionality. Besides the web clients accessing the Repository via Share there are also mobile clients that will access the content via REST APIs provided by the platform.

If we dive deeper into the platform (packaged in SkyVault.war) we will see that it also supports workflow in the form of the embedded Activiti Workflow Engine. The platform is usually also integrated with a Directory Server (LDAP) to be able to sync users and groups with SkyVault. And most installations also integrates with an SMTP server so the SkyVault Platform can send emails, such as site invitations.

For more information about the internals of the SkyVault Platform, and specifically the content Repository, see the concepts section.

Besides Share there are also many other clients that can connect to the SkyVault repository, including any CMIS-compatible client, and via the Microsoft SharePoint protocol any SharePoint client. SkyVault Cloud Sync can synchronize content between an on-premise installation of SkyVault and SkyVault in the Cloud, under user control.

The SkyVault Platform also contains numerous APIs, Services, and Protocols.

The following diagram illustrates this extended platform architecture:

Note that content metadata is stored in a relational database system such as PostgreSQL, MySQL, Oracle, and so on. The content itself is stored on the file system (or other storage system such as Amazon S3).

SkyVault provides a number of extension points to allow you to customize it. These extensions points have various formats, but include:

The links in the list above provide further information on each of these topics.