Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juldrixx/bigquery-avro-schema-converter
- Owner: juldrixx
- License: apache-2.0
- Created: 2024-09-04T07:41:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T14:34:47.000Z (5 months ago)
- Last Synced: 2024-11-21T22:41:57.415Z (2 months ago)
- Topics: avro, avro-schema, bigquery, bigquery-schema, converter, schema
- Language: JavaScript
- Homepage: https://juldrixx.github.io/bigquery-avro-schema-converter/
- Size: 5.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```