Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nithyanatarajan/plugin-poc

This project hosts idea of hosting multiple providers via plugin architecture
https://github.com/nithyanatarajan/plugin-poc

Last synced: 7 days ago
JSON representation

This project hosts idea of hosting multiple providers via plugin architecture

Awesome Lists containing this project

README

        

# Plugin POC

[![Build Status](https://github.com/nithyanatarajan/plugin-poc/actions/workflows/ci.yml/badge.svg)](https://github.com/nithyanatarajan/plugin-poc/actions/workflows/ci.yml)

This project hosts idea of hosting multiple providers via plugin architecture

## Run

To run the application

```shell
make run
```

### Details

Compile the providers via:

```shell
go build -C providers -o ../out/providers
```

Compile the driver via:

```shell
go build -o ./out/driver ./cmd
```

Launch app via:

```shell
./out/driver
```