Skip to content

This is a sample project to read and write .avro files including mongoose.

Notifications You must be signed in to change notification settings

shakil-shahan/avro-with-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

avro-with-node

Requirements

To run the project, Node.js and npm has to be installed.

Install dependencies

Redirect to the file directory and run the command

npm install

Setup Project

Go to the index.js file and update the filePath value with your expected file location.

Example

const filePath = '/home/root/collection/file.avro';

Run the project

npm start

Result: After decode

After running the project successfully, the extracted data can be seen in the folder named decoded which is inside the current sample project. The files having the extracted data will have the .json extension.

About

This is a sample project to read and write .avro files including mongoose.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published