https://github.com/me-on1/wiki_revision_sse
Gathering Wikipedia domain changes
https://github.com/me-on1/wiki_revision_sse
assignment pothi pothi-assignment revision-create
Last synced: 4 months ago
JSON representation
Gathering Wikipedia domain changes
- Host: GitHub
- URL: https://github.com/me-on1/wiki_revision_sse
- Owner: ME-ON1
- Created: 2022-01-26T17:34:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T05:45:33.000Z (over 3 years ago)
- Last Synced: 2025-04-09T07:32:34.478Z (6 months ago)
- Topics: assignment, pothi, pothi-assignment, revision-create
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STEPS TO START PROCESSING OF SSE ;
Gathering the changes done in wikipedia domains over particular period of time with the help of `revision create` APIs.
1.`cd `
### make sure docker is installed and running
### check with sudo systemctl status docker.service
2. `docker build . -t /image-name`
### Now to run start the docker container in interactive mode
2. `docker run -it /image-name /bin/bash`
### NOW in the interactive shell run scripts for task1 or task2
3. `npm run task1`
#### for task2 run :
3. `npm run task2`
## NOTE: These steps are listed taking care of linux users;
## NOTE: run the npm server only after connecting to Internet