Skip to content

Commit

Permalink
connection with zenodo
Browse files Browse the repository at this point in the history
v0.1.0
  • Loading branch information
juniperlsimonis committed Jan 18, 2020
1 parent f860519 commit 711a368
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

logo.pptm
26 changes: 26 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"title": "Access Access Databases without Acess to Access",
"creators": [
{
"affiliation": "DAPPER Stats",
"name": "Juniper L. Simonis",
"orcid": "0000-0001-9798-0460"
}
],
"description": "Tools for making Access databases (both .mdb and .accdb) databases available to users without the use of Access. As of now, three conversion tools are available in generalized formats. [1] Conversion from an `.accdb` or `.mdb` database that may be remote or local to a local set of `.csv` files named by the tables in the database. This tool wraps around the mdbtools package (which leverages the drivers in unixodbc) to provide one-line conversion of an Access database to a folder of .csv files. This is accomplished by the `accessor.bash` script, which combines two other scripts: `retrieve_remote_db.bash` (if necessary) and `msdb_to_csvs.bash`. [2] Reading the folder of `.csv`s into R as a `list` of `data.frames` that is directly analagous to the `.accdb` or `.mdb` database of tables via the read_database() function. This is accomplished through an included R script of a few minimal functions generalizing the base capacity of R to read data files. [3] A Dockerfile that documents a Docker image (stored on Docker Hub), which provides a stable, minimal runtime environment that automatically downloads up-to-date data from a particular .accdb database (California Delta fish salvage monitoring database). The Dockerfile includes arguments that allow for simple high-level toggling of runtime arguments including the location of the file to be retrieved. Methods text included describes the bash, R, and Dockerfile script options and default values (if included)."
"keywords": [
"bash",
"mdbtools",
"unixodbc",
"R",
"databases",
".accdb",
".mdb",
"open",
"software container",
"Docker"
],
"access_right": "open",
"license": "mit-license",
"upload_type": "software"
}
15 changes: 14 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@

Version numbers follow [Semantic Versioning](https://semver.org/).

# [accessor v0.3.0](https://github.com/dapperstats/accessor/releases/tag/v0.1.4)

# First official release

## Completed set up and stabilization of the code.

## Integration with `zenodo`

## Logo

# v0.2.0
*Current Development*
*2020-01-16*

Continued bringing over of code from salvage repo.
Full implementation, inclusion of R.

# v0.1.0
*2020-01-16*
Expand Down
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Access Access<sup>&reg;</sup> Databases Without Access to Access<sup>&reg;</sup>
# Access Access<sup>&reg;</sup> Databases without Access to Access<sup>&reg;</sup>

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/dapperstats/salvage/master/LICENSE)
[![Lifecycle:experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Lifecycle:maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)

Robust tools for accessing Access<sup>&reg;</sup> databases.
Tools for accessing Access<sup>&reg;</sup> databases in the absence of access to Access<sup>&reg;</sup>.

See [`documents/methods.md`](https://github.com/dapperstats/salvage/blob/master/documents/methods.md) for methods descriptions and the [`dapperstats/salvage` repo](https://github.com/dapperstats/salvage/) to see `accessor` in action.

## Authors
If you are interested in contributing, see the [Contributor Guidelines](https://github.com/dapperstats/salvage/blob/master/CONTRIBUTING.md) and [Code of Conduct](https://github.com/dapperstats/salvage/blob/master/CODE_OF_CONDUCT.md).

[DAPPER Stats](https://www.dapperstats.com) provides this software under the [MIT License](https://opensource.org/licenses/MIT). If you are interested in applying the code to your own Access-associated situation, please [contact us](https://www.dapperstats.com/contact/)!

## Authors and Version Info

[**J. L. Simonis**](https://orcid.org/0000-0001-9798-0460) of [DAPPER Stats](https://www.dapperstats.com)

If you are interested in contributing, see the [Contributor Guidelines](https://github.com/dapperstats/salvage/blob/master/CONTRIBUTING.md) and [Code of Conduct](https://github.com/dapperstats/salvage/blob/master/CODE_OF_CONDUCT.md).
v0.3.0
Binary file added imgs/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 711a368

Please sign in to comment.