{"id":76988,"library":"fiji-schema-avro","title":"Fiji Schema Avro","description":"Provides Avro schema support for Fiji, enabling schema management on HBase.","status":"active","version":"0.1.22","language":"java","source_language":null,"source_url":"https://github.com/seomoz/fiji","tags":["avro","schema","hbase","fiji","serialization"],"install":[{"cmd":"<dependency>\n  <groupId>com.moz.fiji.schema</groupId>\n  <artifactId>fiji-schema-avro</artifactId>\n  <version>0.1.22</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.moz.fiji.schema:fiji-schema-avro:0.1.22'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"FijiAvroSerializer","correct":"com.moz.fiji.schema.avro.FijiAvroSerializer"}],"quickstart":{"code":"import com.moz.fiji.schema.avro.FijiAvroSerializer;\nimport org.apache.avro.Schema;\n\npublic class Example {\n    public static void main(String[] args) {\n        Schema schema = new Schema.Parser().parse(\"{\\\"type\\\":\\\"record\\\",\\\"name\\\":\\\"test\\\",\\\"fields\\\":[]}\");\n        FijiAvroSerializer serializer = new FijiAvroSerializer(schema);\n        System.out.println(\"Serializer created for schema: \" + schema.getName());\n    }\n}","lang":"java","description":"Creates an Avro serializer for a given schema."},"warnings":[],"env_vars":null,"search_vec":"'avro':3,5,15 'enabl':10 'fiji':1,9,18 'hbase':14,17 'manag':12 'provid':4 'schema':2,6,11,16 'serial':19 'support':7","created_at":"2026-06-17T19:42:35.014962+00:00","updated_at":"2026-06-17T19:42:35.014962+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/seomoz/fiji","github":"https://github.com/seomoz/fiji","docs":"https://appdoc.app/artifact/com.moz.fiji.schema/fiji-schema-avro/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}