Hive (electronic archiving)

from Wikipedia, the free encyclopedia
Hive

logo
Basic data

developer Thomas Natschläger
Current  version 20111115
operating system platform independent
category Archive software
German speaking Yes
http://www.hive.at

hive is a system for electronic archiving. The main features are the simple user interface and the fast full-text search. The server-side processing requires no document scanners or scanning workstations.

construction

Hive itself uses open source components in most areas . Both the background processing and the user interface are completely developed in the PHP scripting language . The documents are stored in the file system with all converted additional files. The MySQL database system with MyISAM as the storage engine is used to store data such as metadata , full text and document properties . The result of a hash function is always used as the storage key .

properties

No installation is required on the client side. The web interface offers all the functions required for use and administration. Processing such as document separation , OCR and automatic keywording takes place on the server . Documents are stored without a hierarchy . The retrieval takes place via categories, additional information ( metadata ) and full text. The search uses the full text search engine of the MyISAM storage engine.

Interfaces

There are various interfaces and protocols for filing.

Functions

  • Storage of different file types ( Microsoft Office , LibreOffice , images, PDF )
  • own metadata
  • high-performance boolean full-text search ( MyISAM with proprietary extensions)
  • integrated text recognition (OCR)
  • server-side rule-based document recognition, document separation and blank page removal
  • automatic rule-based keywords
  • Lock, Unlock (Check Out, Check In)
  • automatic versioning
  • PDF download of all file types
  • Batch download of multiple documents
  • Filing of related documents
  • Mouse-over preview
  • integrated backup
  • Multilingualism
  • Client platform independence ( Windows , Linux , Mac OS X , Apple iOS , Android )
  • Storage in many formats ( PDF / A , TIFF , JPEG )
  • Server data can be replicated

search

administration

  • ADS (Active Directory) integration
  • LDAP integration
  • Roles-rights-system
  • user
  • Groups / roles

Web links