Skip to content

Commit

Permalink
Merge pull request #16 from dapperstats/curr
Browse files Browse the repository at this point in the history
v0.4.0
  • Loading branch information
juniperlsimonis committed Jan 17, 2020
2 parents c246977 + 178b945 commit b92dcb8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
Version numbers follow [Semantic Versioning](https://semver.org/).

# [v0.4.0](https://github.com/dapperstats/salvage/releases/tag/v0.4.0)
*2020-01-16*
*2020-01-17*

## Removal of docker image building code to accessor repo
## Moving docker image building code to accessor repo

## Shifting over to use of accessor here

# [v0.3.0](https://github.com/dapperstats/salvage/releases/tag/v0.3.0)
*2020-01-13*
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ The present focus is reliably generating data products that are more broadly acc

To that end, each day, the [`/data` directory](https://github.com/dapperstats/salvage/blob/master/data) is populated with `.csv`s from an up-to-date "current" (1993 - Present) salvage database file (`Salvage_data_FTP.accdb`).

Updates are executed via [`cron` jobs](https://docs.travis-ci.com/user/cron-jobs/) on [`travis-ci`](https://travis-ci.org/dapperstats/salvage).
Updates are executed via [`cron` jobs](https://docs.travis-ci.com/user/cron-jobs/) on [`travis-ci`](https://travis-ci.org/dapperstats/salvage) using the `accessor` [`Docker`](https://www.docker.com) [software container](https://www.docker.com/resources/what-container).
Code for the construction of the [`accessor` image](https://hub.docker.com/r/dapperstats/accessor) is available in a [separate repo](https://www.github.com/dapperstats/accessor).

Read more details on the methods, including how to run your own data conversions, [here](https://github.com/dapperstats/salvage/blob/master/documents/conversion.md).

Expand Down
4 changes: 2 additions & 2 deletions documents/conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This document outlines the process by which the remote database is converted int

The main conversion is from the `.accdb` file on the remote [ftp](ftp://ftp.dfg.ca.gov/salvage/) to a local set of `.csv` files named by the tables in the database.
We accomplish this through a stable [`Docker`](https://www.docker.com) [software container](https://www.docker.com/resources/what-container).
The [accessor image](https://hub.docker.com/r/dapperstats/accessor) is freely available on [Docker Hub](https://hub.docker.com/) and its default setting are configured for the contemporary salvage database.
Code for the construction of the accessor image is available in a [separate repo](https://www.github.com/dapperstats/accessor).
The [`accessor` image](https://hub.docker.com/r/dapperstats/accessor) is freely available on [Docker Hub](https://hub.docker.com/) and its default setting are configured for the contemporary salvage database.
Code for the construction of the `accessor` image is available in a [separate repo](https://www.github.com/dapperstats/accessor).

For ease, we provide a [daily-made version of the salvage data](https://github.com/dapperstats/salvage/blob/master/data) with `.csv`s from an up-to-date "current" (1993 - Present) salvage database file (`Salvage_data_FTP.accdb`).
Updates are pushed to GitHub as [tagged Releases](https://github.com/dapperstats/salvage/releases).
Expand Down
1 change: 1 addition & 0 deletions scripts/update_github_data.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

echo "Updating files on GitHub..."
# Set environment variables
CURRENT_DATE=`date +%Y-%m-%d_%H-%M | head -c 20`

Expand Down

0 comments on commit b92dcb8

Please sign in to comment.