https://github.com/bervproject/crawler
Crawler Service
https://github.com/bervproject/crawler
Last synced: 4 months ago
JSON representation
Crawler Service
- Host: GitHub
- URL: https://github.com/bervproject/crawler
- Owner: bervProject
- License: mit
- Created: 2022-10-23T12:58:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T09:23:09.000Z (about 2 years ago)
- Last Synced: 2024-12-29T05:32:25.107Z (about 1 year ago)
- Language: JavaScript
- Size: 285 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crawler Service
## Current Implementation
1. Read Badges Data from Credly to DynamoDB
## Sample Data

## Columns
### Badge
```json
{
"id": "",
"name": "",
"src": "",
"provider": "",
"expires": ""
}
```
## Required Environment Variables
```bash
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
export AWS_REGION=
export DYNAMODB_TABLE_NAME=
export CREDLY_USERNAME=
```
## TODO
- [ ] Multiple Data Store Options (Extendable)
- [ ] Custom Mapper Columns
- [ ] Multiple Providers
## License
MIT