Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nithyanatarajan/plugin-poc
- Owner: nithyanatarajan
- Created: 2023-12-11T12:20:46.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-01T16:53:20.000Z (about 1 year ago)
- Last Synced: 2024-11-08T12:51:10.853Z (2 months ago)
- Language: Go
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```