Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequence File #34

Closed
edwardsb opened this issue Feb 24, 2016 · 3 comments
Closed

Sequence File #34

edwardsb opened this issue Feb 24, 2016 · 3 comments

Comments

@edwardsb
Copy link

It is possible to write to a sequence file using this lib? I looked through file_writer but it wasn't obvious where this might be taking place.

@colinmarc
Copy link
Owner

Hey! Totally, but you'll have to implement the sequencefile format. I've written a reader, here: https://github.com/stripe/sequins/tree/master/sequencefile

I've been meaning to implement a writer for a while, but haven't gotten around to it.

@edwardsb
Copy link
Author

I am still in the early stages of learning golang. I have experience using the Java API, but I'll fork and give it a go (pun not intended).

@colinmarc
Copy link
Owner

@edwardsb there's a library up at https://github.com/colinmarc/sequencefile - write support should be coming in the next few days or so. Enjoy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants