gnames / bhlindex

BHLindex is used by Biodiversity Heritage Library to create their scientific names index
MIT License
9 stars 1 forks source link

As a gRPC User I want to get a stream of titleid's only #22

Closed dimus closed 5 years ago

dimus commented 5 years ago

The purpose of this method is to find out what titleIDs are out there, and then use them to get their pages and names.

For now we will stream all 200 000 of them. In the future we might need to add an offset and limit options to page through the titles.

dimus commented 5 years ago

Streaming only title info took me a few seconds and if saving just numerical id, the resulting data is ~1.2MB. So I would say streaming whole thing should not be a problem.