This is the collection service of newsbot to pull articles from the web.
Go to file
James Tombleson 11892b9a7b
Features/ffxiv (#6)
* starting the ffxiv reader

* working on getting the standard interface for sources based on the work for ffxiv

* got more of ffxiv working and updated tests

* Author and Description can be extracted and validated with tests

* added uuid package

* ffxiv core logic is working and testes updated to reflect it.

* Updated the scheduler with the current sources and moved them from main

* updated reddit to allow modern go to talk to the endpoint with a debug flag

* gave the func a better name

* cleaned up main

* Moved cache to its own package and updated tests"

* moved config to its own package and added basic tests

* updated imports

* minor update"

* interface update and cache model update

* updated the scheduler for basic services.  No DB calls yet

* updated db calls

* bypassed the reddit test as its flaky in github
2022-04-29 13:02:25 -07:00
.github/workflows Create go-build.yml (#4) 2022-04-13 17:01:11 -07:00
.vscode Getting the basics setup for the collector. It can pull reddit json and almost post the db api 2022-04-02 12:05:32 -07:00
database Features/ffxiv (#6) 2022-04-29 13:02:25 -07:00
domain Features/ffxiv (#6) 2022-04-29 13:02:25 -07:00
routes Getting the basics setup for the collector. It can pull reddit json and almost post the db api 2022-04-02 12:05:32 -07:00
services Features/ffxiv (#6) 2022-04-29 13:02:25 -07:00
.gitignore Getting the basics setup for the collector. It can pull reddit json and almost post the db api 2022-04-02 12:05:32 -07:00
Dockerfile got docker building with the correct binary (#1) 2022-04-02 12:09:43 -07:00
README.md Initial commit 2022-04-02 10:01:57 -07:00
go.mod Features/ffxiv (#6) 2022-04-29 13:02:25 -07:00
go.sum Features/ffxiv (#6) 2022-04-29 13:02:25 -07:00
main.go Features/ffxiv (#6) 2022-04-29 13:02:25 -07:00
makefile got docker building with the correct binary (#1) 2022-04-02 12:09:43 -07:00
scheduler.go Features/ffxiv (#6) 2022-04-29 13:02:25 -07:00

README.md

newsbot.collector.api

This is the collection service of newsbot to pull articles from the web.