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

https://github.com/solidlabresearch/policy-aware-decentralized-stream-replayer


https://github.com/solidlabresearch/policy-aware-decentralized-stream-replayer

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Policy Aware Decentralized Stream Replayer

A simpler sensor data replayer to the inbox of an LDES in LDP or any LDP container which works with the UMA flow of the Solid Pod.

## Usage

### Installation

```bash
npm install
```

### Building

Now, navigate to the `src/config` folder and update the `config.json` file with the required parameters.

```json
{
"ldes_location": "insert_location_here",
"frequency": 4,
"file_location": "insert_file_location_here",
"is_ldes": true,
}
```

If the `is_ldes` parameter is set to `true`, the `ldes_location` parameter should be the location of the LDES. The replayer will itself extract the inbox of the LDES stream. If the `is_ldes` parameter is set to `false`, the `ldes_location` parameter should be the location of the LDP container.

Now, build the project using the following command:

```bash
npm run build
```

### Running

To run the project, use the following command:

```bash
npm run start
```

## License

This code is copyrighted by [Ghent University - imec](https://www.ugent.be/ea/idlab/en) and released under the [MIT Licence](./LICENCE.md)

## Contact

For any questions, please contact [Kush](mailto:kushagrasingh.bisen@ugent.be) or create an issue in the repository.