cncf / filterable-landscape

Interactive version of the Cloud Native Landscape
https://landscape.cncf.io/
Apache License 2.0
9 stars 12 forks source link

Only fetch each org once from Crunchbase #251

Closed dankohn closed 6 years ago

dankohn commented 6 years ago

Please update the fetch logic to create a unique set (by URL) before fetching from Crunchbase.

AndreyKozlov1984 commented 6 years ago

That is done. Do you have an example when it does not work? return _.uniq(organizations);

dankohn commented 6 years ago

The error messages when Crunchbase is erroring out come in a confusing order. It may be due to callbacks instead. Could you please also sort the list before you fetch it.

https://twitter.com/julia_asterisk/status/829045121933000708

Then please close.

AndreyKozlov1984 commented 6 years ago

We get errors in a random order. I can capture all the errors and then present them all in a sorted list.

AndreyKozlov1984 commented 6 years ago

About to sort the entries before fetching. This will partially help with a sort order of error messages