Utopian.io is running this task request on behalf of the TravelFeed Project.
https://github.com/travelfeed-io/hivemind
We need a modified Hivemind instance to power the GraphQL API of our dApp.
The following modifications need to be made to the Hivemind code (Python):
hive_posts_cache:
Only include posts with a minimum word count of 250 words and travelfeed in the tags and/or category.
Add columns for latitude and longitude extracted from the post's json_metadata. Here is an example TravelFeed post with a location in the json_metadata.
Add columns for country, subdivision, area, and neighbourhood
country (ISO 3166 country code)subdivision (ISO 3166 code for state/province/territory..)area (post code if applicable, otherwise, default to NULL)neighbourhood (for rural areas name of larger region e.g. Black Forest, Outback, Mekong Delta, defaults to NULL if it cannot be determined). All names in English. Use a reverse Geocoding service to obtain these information based on the coordinates. Could be done with GeoPy and Nominatim.Add column for curation_score: Percentage of vote by . Defaults to 0.
hive_accounts:
facebook, instagram, youtube, couchsurfing populated from the json_metadata. Default to NULL.Calls from the API to the Hivemind database include:
25/3
Join the TravelFeed Discord and reach out to jpphotography#4309 on Discord.
https://github.com/travelfeed-io
Rewards generated by this task request will be sent as liquid STEEM to the task solver once the task is completed, as decided by the project owner.
The task will be considered complete after it has been tested and accepted by the project owner and the solvers publish a Utopian post, explaining what they did in order to solve the task.