Skip to content

Instantly share code, notes, and snippets.

View dbdario025's full-sized avatar
🎯
Learning

Esteban Herrera dbdario025

🎯
Learning
  • Colombia
View GitHub Profile
@dbdario025
dbdario025 / AVROSchema.json
Created December 11, 2024 00:49
AVRO Schema created By the system Response Data
This file has been truncated, but you can view the full file.
{
"type": "record",
"name": "myschema",
"fields": [
{
"name": "session_uid",
"type": [
"null",
"string"
],
@dbdario025
dbdario025 / BIG AVRO Schema
Created December 11, 2024 00:22
AVRO Schema
This file has been truncated, but you can view the full file.
{
"type": "record",
"name": "myschema",
"fields": [
{
"name": "GPS_coordinates_latitude",
"type": [
"null",
"string"
],