mrmod / tech-conference

Tech conference aggregator / Bing plays the helper
0 stars 0 forks source link

Persist & Append schedules. #1

Open mrmod opened 7 years ago

mrmod commented 7 years ago

To prevent going past the free usage limits of the Bing Api, conference results for topics should be persisted for a given month. Once a topic is persisted, when the usage quota is freed up, the offset of the search should be increased to find more conferences in a given topic bracket.

mrmod commented 7 years ago

Datastore model

Topic: Key(auto), url, summary, hostname, eventStartDate, eventEndDate

Surely there will be more conference details like whether it has training or labs, if there is a panel or open discussions, and what sort of networking events are attached to it. It'd be kind of cool to locate MeetUps happening nearby at the same time which seem related as well.