Merge branch 'master' of github.com:RRZE-HPC/HPCJobDatabase

This commit is contained in:
Jan Eitzinger
2019-04-29 11:32:59 +02:00

View File

@@ -1,2 +1,15 @@
# HPCJobDatabase
A standardized interface and reference implementation for HPC job data
# Dependencies
* Getopt::Long
* Pod::Usage
* DateTime::Format::Strptime
* DBD::SQLite
# Setup
```
sqlite3 jobDB < initDB.sql
```