Socket
Book a DemoInstallSign in
Socket

s3-time-stream

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s3-time-stream

cli tool. stream an exact time range from logs stored in s3. find the time segment with binary search so you download the minimum data possible.

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

s3-time-stream

cli tool. stream an exact time range from logs stored in s3. find the time segment with binary search so you download the minimum data possible.

s3-time-stream --bucket log-bucket --start 2017-04-27T16:08:00.212Z --end 2017-04-27T16:08:02.212Z

expects that logs are stored in s3 with date+hour prefix.

s3://bucket/2017-04-19T20

expects log lines to start with date in this format right now.

<134>2017-04-27T16:08:00Z

there can be many logs per hour they will be streamed in time order even if they overlap.

both of these things should be configurable later. e_notime

FAQs

Package last updated on 08 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts