npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

access-watch

v2.3.5

Published

Open Source Web Traffic Manager

Downloads

20

Readme

Build Status Greenkeeper badge Slack Channel

Access Watch is a flexible access log processor that helps operators analyze the web traffic reaching their infrastructure.

Access Watch is built on a real-time stream processor handling logs from inputs of any type:

  • CDNs (Cloudfront, Cloudflare, Akamai, ...)
  • Load Balancers (ELB)
  • Reverse Proxies (Nginx, Haproxy, ...)
  • Web Servers (Nginx, Apache, ...)
  • Applications (Node, Ruby, PHP, ...)

Access Watch is currently in open beta. For more details, go to: https://access.watch

Install

Make sure you have Node.js version >= 7. We recommend using nvm.

git clone https://github.com/access-watch/access-watch.git
cd access-watch
npm install

Start

npm start

It's loading the default configuration, it's the same as:

npm start config/default

Configure

The first thing you might want is configuring inputs to connect Access Watch to your traffic sources and convert it in the proper format.

In order to do this, you need to create a new configuration file such as config/custom.js.

See Input Configuration for the list of available input types and how to configure them.

There are also a couple of constants you might configure with a simple config file, to learn more you can head to Constants Configuration.

Start with custom configuration

npm start config/custom

The Access Watch API and interface will be served from port 3000 by default.

You can change that using an environment variable:

PORT=80 npm start config/custom

Browse the interface

Now, you can point your browser on the address:port where Access Watch is running, for example http://localhost:3000/.

If you see data flowing, congratulations you made it!

Warning: There is currently no built in authentication mechanism, if installed on a public server, you need to properly configure a firewall to restrict access to it.

Tutorials

License

Apache License, version 2