DYI: ERDERA Beacon v2 DIY approach for Level 2 onboarding ------------ Two elements are needed to implement (or "light") an ERDERA Beacon v2: * An internal **database** (where the resource data is stored). * An ERDERA **Beacon v2 API** that provides a standardized way to send queries and receive responses (containing yes/no, counts or data). Relevant Links to creating & customising your DIY solution ~~~~~~~~~~~~ * The ERDERA Beacon v2 API Specification to be followed, to be compliant with the VP Platform ecosystem: `link `_ * About GA4GH Beacon: `link `_. * CRG developed `B2RI `_ set of tools for when you want to "beaconize" your data to be part of the ecosystem, but you're unsure where to start, and/or don't want to invest a lot of resources because you are still unsure if the whole thing will pay off: `link `_. This solution requires the use of Docker, as opposed to the BiaB approach (non-docker) described above.