An open API service indexing awesome lists of open source software.

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

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