Skip to content

Commit ce41ea6

Browse files
committed
Updating version and some info.
1 parent 7e1666e commit ce41ea6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Catalog It
22

3-
Tool to download all data from a Socrata data portal and keep revisions on S3.
3+
Tool to download all datasets from a Socrata data portal and keep revisions on S3.
4+
5+
Specifically, Catalog It maintains a list of all "datasets" (this is a specific type on Socrata), looks for the last modified date from the dataset headers, and then uploads a copy of that data if it has changed.
46

57
## Command line
68

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "catalog-it",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Tool to download Socrata data and keep revisions on S3",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)