datahunter 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +9 -1
- data/bin/hunter +2 -2
- data/lib/datahunter/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b66543e3668dd91cf4aaca9ce8622d8212b0af9
|
4
|
+
data.tar.gz: 528c9d5c4aa674ca4fd446f858069f30a4e4ecea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8908115b0fb60c2e12ab0eed678b15ecee307952f61656a4e28227382655622e2a7925332758173187207e164a441d3d8a81de05aec1f6dac78fdcf55bf44172
|
7
|
+
data.tar.gz: 2de807ef73fca9b1947f0da49d86455f779bf7c4d917d0a6e93df321f6bb89f035eb237dd87211237b7d214aee1d3fa74e0709325f9a864859c7ca6d99f22d08
|
data/README.md
CHANGED
@@ -95,14 +95,22 @@ We believe that pre-processing data is a bad idea and that hosting them could cr
|
|
95
95
|
2. Consumer Complaint Database - XML
|
96
96
|
### which one? (0/1/...)
|
97
97
|
1
|
98
|
+
Create/overwrite /Users/Terpolilli/views.json?(y/rename/n)
|
99
|
+
rename
|
100
|
+
Path/to/filename: /Users/Terpolilli/Downloads/consumer-data.json
|
98
101
|
Start downloading...
|
99
|
-
Your file has been downloaded
|
102
|
+
Your file has been downloaded ;)
|
100
103
|
If this is not the file you expected, it's maybe because publisher don't always keep the metadata up-to-date. We try to clean most of uri's and check the url. Anyway you may be able to download your file by hand here:
|
101
104
|
https://data.consumerfinance.gov/api/views/x94z-ydhh/rows.csv?accessType=DOWNLOAD
|
102
105
|
|
103
106
|
## Feedbacks
|
104
107
|
Don't hesitate to [give us any feedback about you experience with Hunter!](https://docs.google.com/forms/d/1yNzZjCCXvWHQCbWz4sx-nui3LafeeLcT7FF9T-vbKvw/viewform?usp=send_form)
|
105
108
|
|
109
|
+
## Update
|
110
|
+
|
111
|
+
* datasets indexed: 3195
|
112
|
+
* last datasets indexed: DAMIR (french health data), homicides data, drugs/alcohol/alcoholism data, migration data + around 1300 datasets from data.gov.uk
|
113
|
+
|
106
114
|
## Roadmap
|
107
115
|
|
108
116
|
* more datasets
|
data/bin/hunter
CHANGED
@@ -225,9 +225,9 @@ $.........:8...............888888888888.
|
|
225
225
|
puts
|
226
226
|
puts 'We believe there will be more and more data available on the web and the main issue will be to find them and to manage each sources. So we try to do it for you: not by pre-processing them but by orienting you.'.colorize(:red)
|
227
227
|
puts
|
228
|
-
puts 'Number of datasets currently indexed:
|
228
|
+
puts 'Number of datasets currently indexed: 3195'.colorize(:blue)
|
229
229
|
puts
|
230
|
-
puts 'Last dataset indexed: "
|
230
|
+
puts 'Last dataset indexed: "DAMIR: french health data, homicides data, drugs/alcohol/alcoholism data, migration data + around 1300 datasets from data.gov.uk"'
|
231
231
|
puts
|
232
232
|
puts "### Hunter is still a prototype, please don't hesitate to help us make open datasets workflow better!".colorize(:blue)
|
233
233
|
Datahunter.print_feedback_request
|
data/lib/datahunter/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: datahunter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Terpo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-02-
|
11
|
+
date: 2015-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|