Sustainability
Sustainability of complex digital resources is a critical issue to anyone committing their research data to digital format.
Create a Heurist database (free institutionally-supported services)
These free services are kindly supported by Intersect Australia, Huma-Num (France) and contributions from users.
Heurist databases have high sustainability—of the order of decades—for the following reasons:
1
Heurist is built on MySQL, the most widely used Open Source relational database server today (used by many major applications including WordPress, Drupal, Wikipedia, Facebook, Twitter, Tumblr, Flickr, YouTube among others).
2
All Heurist databases have an identical MySQL structure, which is internally documented with consistent field-naming conventions and a concise and informative comment section on every field.
3
The structure, data and logic of a database built in Heurist is built into the database itself, not the software; the structure, data and logic in a Heurist database are fully self-documenting.
Heurist itself is Open Source, and built with PHP and Javascript, among the most widely used Open Source programming languages on the web. Users interested in participating in the Heurist Open Source Project, can find the latest development source code at GitHub. Contact us for access to our internal development plans, which we will be happy to share and discuss with you.
Heurist also provides a function in the My Profile menu which exports the database to an archive package. Database owners/managers can export the complete contents; other users will get all data to which they have access. The archive package consists of:
- A text file containing a MySQL database dump (the database rendered in SQL statements) which can be reloaded into any recent MySQL server (or other SQL server with a bit of work);
- A text file containing an XML rendering of the database content;
- Any uploaded files (text, images, videos, spreadsheets etc.) in their original format;
- A textual description of the Heurist database structure.