Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juldrixx/bigquery-avro-schema-converter

Website to convert a schema from one format to another between BigQuery and Avro
https://github.com/juldrixx/bigquery-avro-schema-converter

avro avro-schema bigquery bigquery-schema converter schema

Last synced: 8 days ago
JSON representation

Website to convert a schema from one format to another between BigQuery and Avro

Awesome Lists containing this project

README

        

# BigQuery <> Avro schema converter

## Start the application

```bash
npm run start
```

## Build the application

```bash
npm run build
```

## Deploy the application

```bash
npm run deploy
```