Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 1.07 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.07 KB

Micronaut BigQuery

Build Status Maven Central Coverage Status

IMPORTANT: Project retirement

This project is currently retired.

Micronaut BigQuery Library simplifies usage of BigQuery from Micronaut.

The main advantage is decoupling of BigQuery API and allowing easier testing. The library provides a mock implementation which can be run against any SQL compatible database such as PostgreSQL.

See Full Documentation