Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pelias/openaddresses

Pelias import pipeline for OpenAddresses.
https://github.com/pelias/openaddresses

Add address deduplication.

import.js, package.json
-Deduplicate addresses with the `address-deduplicator-stream`
package.

e3c2966a40d2be06540fa4e56488e320d6dd6aa2 authored almost 10 years ago by Severyn Kozak <[email protected]>
Add .travis.yml for CI.

0b0bae1ddf6a6fa28443db1d90b51bb4c59fac75 authored almost 10 years ago by Severyn Kozak <[email protected]>
Resolve #4: add a unit test for create().

test/test.js
-Define a unit-test for `createAdminValues.create()`.

b601ce9faad9150dcf8c58b10478252c3c213039 authored almost 10 years ago by Severyn Kozak <[email protected]>
Resolves #5: allow importing an entire directory.

import.js, package.json
-Implement #5, which requested the ability to import an entire
directo...

ba5e01a7f39a03c7b67acbd9f752cab6bf8acdaf authored almost 10 years ago by Severyn Kozak <[email protected]>
Add unit testing infrastructure, and one test.

test/test.js
-Add the main unit-test module.
-Define a unit test for
`create_admin_values.get...

c612beb2465c9c9eaaf887bd392881886c9bc1f9 authored almost 10 years ago by Severyn Kozak <[email protected]>
Expose getCoverageObject() in create_admin_values.

lib/create_admin_values.js
-Expose the `getCoverageObject()` function to allow
unit-testing.

3835470e13e17dd096f0a62f2d6337cca34f953a authored almost 10 years ago by Severyn Kozak <[email protected]>
Add light documentation to import.js.

import.js
-Add documentation comments to
`createPeliasElasticsearchPipeline()` and
`handleUse...

2487ae3bffa2a5c1902efd0692f2c23f5fc5a98f authored almost 10 years ago by Severyn Kozak <[email protected]>
Abstract away pelias elasticsearch pipeline.

import.js
-Abstract away the creation of the elasticsearch import pipeline
to `createPeliasEla...

603925208bce3d8d83bae8cb947773941ec76604 authored almost 10 years ago by Severyn Kozak <[email protected]>
Add Canada state codes.

admin_data/state_codes/ca.json
-Add a state codes files for Canada.

933c39d34de6b18258dceb6fbb0eb0dec9f421b7 authored almost 10 years ago by Severyn Kozak <[email protected]>
Add guard against inexistent sources directory.

lib/create_admin_values.js
-Add a conditional to check whether the OpenAddresses source
direct...

319074394fc759e3c197f3a3771a86e55221f60f authored almost 10 years ago by Severyn Kozak <[email protected]>
Capitalize all words in locality name.

lib/create_admin_values.js
-Capitalize all words in the locality name for names both
scraped f...

62eb498ff176333f1abe9ee4437b2d55cc6a0329 authored almost 10 years ago by Severyn Kozak <[email protected]>
Implement #2: add pelias elasticsearch pipeline.

import.js, package.json
-Hook the importer into the Pelias elasticsearch pipeline.
-Add necess...

7c30ceb4f6fee8fa59bfe7e363e765f5fdc59d29 authored almost 10 years ago by Severyn Kozak <[email protected]>
package.json: bump version, add dependencies.

package.json
-Add some current dependencies.

12ee0fef450c09a42b8531ab18550db9e49c7aa7 authored almost 10 years ago by Severyn Kozak <[email protected]>
Add admin_data/, with admin JSON files.

admin_data/c(ountry_codes, state_codes/us.json)
-Add an `admin_data/` directory, which contains...

551d27e5b40f670d201b0fe477c71a5476d610fb authored almost 10 years ago by Severyn Kozak <[email protected]>
Add documentation comments to create_admin_values.

lib/create_admin_values.js
-Document the remaining functions, `getCoverageObject()` and
`creat...

17e69ad77d77ebfcc0644706eca5689ad5180ad4 authored almost 10 years ago by Severyn Kozak <[email protected]>
Document/refactor some create_admin_values funcs.

lib/create_admin_values.js
-Add documentation comments to `caseInsensitiveProp()` and newly
de...

b4b052abf7656aa48cc4302c040540b0afccd545 authored almost 10 years ago by Severyn Kozak <[email protected]>
Implement createAdminValues().

lib/create_admin_values.js
-Add an unrefined definition of `createAdminValues()`, which
succes...

504741be05b90d889485c0f95a9a38834612fade authored almost 10 years ago by Severyn Kozak <[email protected]>
Add a skeleton create_admin_values module.

lib/create_admin_values.js
-Add a module that will inference admin values per OpenAddresses
CS...

27a63ee7a45fb54a4db292ccbb2ac6fd1d60f7bb authored almost 10 years ago by Severyn Kozak <[email protected]>
Replace Address with model.Document objects.

import.js
-In `importOpenAddressesFile()`, replace the `addressCreator()`
Transform stream wit...

a1c48f85302402c3221db37506f1160f3465324f authored almost 10 years ago by Severyn Kozak <[email protected]>
Flesh out import script; not yet functional.

import.js
-Flesh out the import script: define `handleUserArgs()` and
`importOpenAddressesFile...

bb503ba68ae2de8a9e8a611f8872103129ffb4c2 authored almost 10 years ago by Severyn Kozak <[email protected]>
Add bare-bones package.json.

package.json
-Add a `package.json`, as generated by `npm init`.

219fb3865e4b5d3cd851858342d9288e64d68859 authored almost 10 years ago by Severyn Kozak <[email protected]>
Initial commit: add filler README.

README.md
-Add a README briefly describing the contents of the repo.

3ee13b0b086d0f9ea148bb3a6f47e984398bdae3 authored almost 10 years ago by Severyn Kozak <[email protected]>