Skip to content

IgorBerman/sublime-avro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sublime-avro

Reads Apache Avro files in Sublime Text. The records are shown in JSON format, one JSON object per line. Avro files are opened in read-only mode. Tested with Sublime 3.

Requirement

This sublime package depends on the avro-tools jar:

  • In linux you can create file in /usr/local/bin/avro-tools with following content:
#!/bin/bash
java -jar /usr/local/bin/avro-tools-1.7.7.jar "$@"

Plugin installation

via Package Control

  • Make sure you have Package Control installed.
  • Open the Command Palette (command-shift-P on macOS; ctrl-shift-P on Ubuntu) and choose Install Package.
  • Choose Avro-reader from the list.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages