Difference between revisions of "DbDIPview"

From COPTR
Jump to navigation Jump to search
m
Line 20: Line 20:
 
::- access mechanism to the database via a browser menu with report selection and search screen for a selected database that mimics the original application.
 
::- access mechanism to the database via a browser menu with report selection and search screen for a selected database that mimics the original application.
  
Before export from the original environment into SIARD format is started, no modification of the data is needed (de-normalization, additional views, etc.). This is important when we want to maintain data integrity. As the next step, when a database package is being ingested by the archives, an expert needs to validate it. In the process, queries are manually prepared to show the content of the tables, and also serve as proof that the information is well understood and described in the archives. The queries are stored in long-term storage as an access package for a related database AIP and thus enable future users to search in the database using the typical (parameterized) searches. Finally, when access is requested by the end-user, the archivist deploys the archived database. Now the user can use the menu to access the information without the assistance of an expert.  
+
Before export from the original environment into SIARD format is started, no modification of the data is needed (de-normalization, additional views, etc.). This is important when we want to maintain data integrity. As the next step, when a database package is being ingested by the archives, an expert needs to validate it. In the process, queries are manually prepared to show the content of the tables, and also serve as proof that the information is well understood and described in the archives. The queries are stored in long-term storage as an access package for a related database AIP and thus enable future users to search in the database using the typical (parameterized) searches. Finally, when access is requested by the end-user, the archivist deploys the archived database and the access package.. Now the user can use the menu to access the information without the assistance of an expert.  
  
 
====Licensing and cost====
 
====Licensing and cost====

Revision as of 09:30, 6 October 2019


DbDIPview
A viewer platform for preserved databases
Homepage:https://github.com/dbdipview/dbdipview/wiki
License:EUPL-1.2
Platforms:linux

Description

dbDIPview provides parallel access to multiple archived databases for a non-technical end-user. It offers a way to configure and store access information based on queries, written in pure (portable) SQL and stored in XML. It deals with

- packaging the representation information
- automatic deployment of the database packages (data objects) and related access packages
- access mechanism to the database via a browser menu with report selection and search screen for a selected database that mimics the original application.

Before export from the original environment into SIARD format is started, no modification of the data is needed (de-normalization, additional views, etc.). This is important when we want to maintain data integrity. As the next step, when a database package is being ingested by the archives, an expert needs to validate it. In the process, queries are manually prepared to show the content of the tables, and also serve as proof that the information is well understood and described in the archives. The queries are stored in long-term storage as an access package for a related database AIP and thus enable future users to search in the database using the typical (parameterized) searches. Finally, when access is requested by the end-user, the archivist deploys the archived database and the access package.. Now the user can use the menu to access the information without the assistance of an expert.

Licensing and cost

Free/open-source EUPL-1.2

Development activity

dbDIPview has been initially created in 2009 and is often being improved to cover requirements by new use cases.

Platform and interoperability

Linux, PHP, Apache2, PostgreSQL

Functional notes

The queries can be prepared using the information from the creator, using some dedicated query builder, or simply manually. When a basic query is ready, the search criteria screen and drill down behaviour can be added. A typical use case assumes relatively simple relational database data and excludes direct data visualization. The ordering process in the archives will result in packages, transferred to the dedicated dbDIPview server. There a database can be deployed and its access package activated. The user can be redirected via a unique code directly to the access menu for the desired database. When access is finished, the database can be immediately removed, or it remains available for other users among other active databases. The access menu lists the available reports. For each report, a search screen is configured for entering the search criteria, including drop-down fields. In the results pane, links to further reports can be available from a value in a certain column.

Documentation and user support

A demonstration example is included with a sample database and related viewer package.

Usability

End-users interact with the system through a web interface. Users can work in parallel on the same server on any of the accessible databases.

Expertise required

Basic knowledge of Linux system administration is needed for initial installation and configuration. Familiarity with basic SQL commands and understanding of database structure is needed to configure the viewer. No special skills are required for the end-user.

Standards compliance

dbDIPview uses its XML schema for storing information about the queries, and its format for packaging the access package and optional CSV package. The queries should not use any SQL dialect to minimize compatibility issues with a target database.

Influence and take-up

Information about wider use is unavailable.

User Experiences

Development Activity