Skip to content

demjanp/deposit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deposit

Open source graph database engine focused on scientific data collection.

Created on 29. 4. 2013

Table of Contents
  1. About Deposit
  2. Installation
  3. Contact
  4. Acknowledgements
  5. License

About Deposit

Deposit is open source graph database engine that serves as a storage and management platform for both the collection as well as analysis of scientific data. At the data collection stage, it allows maintaining a high granularity of the data, extensive re-use of dictionary entries to facilitate classification, and a high degree of flexibility to modify end extend the database schema as additional information becomes available. For such purposes, the implemented directed graph database format is much more suitable than a relational format.

A typical use case would involve an analytical description of hierarchically classified scientific samples. This format also enables the streamlined merging of collected datasets to a central database or the extraction of subsets for purposes of data analysis or exchange.

The engine can use a PostgreSQL server as well as the local file system for storage which makes it suitable for field data collection with limited network connectivity. It supports import and export to standard spreadsheet formats (CSV and XLSX) and storage in a relational PostgreSQL format for easy access by external applications.

Deposit also has a GUI frontend

It serves as a backend for the following applications:

Installation

To install the latest version of Deposit from the Python package index, use the following command:

pip install deposit

For the GUI installer see Deposit GUI releases

Contact:

Peter Demján (peter.demjan@gmail.com)

Institute of Archaeology of the Czech Academy of Sciences, Prague, v.v.i.

Acknowledgements

Development of this software was supported by OP RDE, MEYS, under the project "Ultra-trace isotope research in social and environmental studies using accelerator mass spectrometry", Reg. No. CZ.02.1.01/0.0/0.0/16_019/0000728.

This software uses the following open source packages:

License

This code is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details

About

Graph database focused on scientific data collection.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages