https://github.com/beclab/recommend-system-module
https://github.com/beclab/recommend-system-module
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/beclab/recommend-system-module
- Owner: beclab
- License: other
- Created: 2024-04-28T07:10:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-02T05:31:29.000Z (10 months ago)
- Last Synced: 2025-09-02T06:16:00.103Z (10 months ago)
- Language: Go
- Size: 660 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Recommend System Module
Provide recommend system services
## Table of Contents
- [system-workflow](#system-workflow)
- [backend-server](#backend-server)
- [argo-task](#argo-task)
## system-workflow
This part of the code is about the system workflow of the recommend,including data synchronization(sync) and data crawler.
- According to the data source configured in the algorithms,data synchronization synchronizes data from the cloud regularly.
- According to the needs of the algorithms,data crawler regularly crawls the raw content from the Internet.
more detail system-workflow/README.md
## backend-server
This part of the code is about feed update and article extractor of the library.
more detail backend-server/README.md
## argo-task
This part of the code is to submit sync task and crawler task to the argo workflows.
more detail argo-task/README.md