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

Record segmentation and rollover by size #15

Conversation

justinlittman
Copy link

Add support for:

  • Splitting long http responses into multiple WARC records using record segmentation. The size of each record is configurable with --record-size.
  • Rollover of WARCs by time. The duration of each file is configurable with --rollover-time.

The motivation for these enhancements is to support recording of the Twitter Streaming
API
.

@justinlittman
Copy link
Author

We've decided to not use record segmentation, so closing this PR.

@nlevitt
Copy link
Contributor

nlevitt commented May 6, 2016

Oh, ok :)

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

Successfully merging this pull request may close these issues.

None yet

2 participants