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

gusto-stratera

v0.1.18

Published

http://ec2-52-27-171-231.us-west-2.compute.amazonaws.com/

Downloads

22

Readme

Gusto

Public Application Location

http://ec2-52-27-171-231.us-west-2.compute.amazonaws.com/

References

GitHub: https://github.com/Stratera/gusto

JIRA: https://strateratech.atlassian.net

NPM: https://www.npmjs.com/package/gusto-stratera

Overview

Gusto is a Node and Express application which has been delivered to Amazon, running in a Docker container in Production. The Gusto application was written in Node to make use of some of the elegant capabilities of the javascript language. The Express framework was used to extend routes to the node engine, allowing us to both serve RESTful routes and consume RESTful routes in a very consise manor. All of the openfda routes are available through the gusto "/v1/proxy" route by merely appending the openfda to the proxy route.

Example gusto proxy route

Implementation

Assigned one leader, gave that person authority and responsibility, and held that person accountable for the quality of the prototype submitted.

Email

Assembled a multidisciplinary and collaborative team that includes at a minimum of two of the labor categories limited to the Development Pool labor categories.

Our Team consists of a DevOps Engineer and a Back-end Developer. DevOps Engineer is an experienced scrum master who has implemented the agile scrum development methodology for this prototype. He performs some of the development tasks as well. The Back-end Developer and DevOps Engineer peer review each other's work.

DevOps Engineer Resume Back-end Developer Resume

Used at least five modern and open-source technologies, regardless of architectural layer (frontend, backend, etc.)

Version

Deployed the prototype on an Infrastructure as a Service (IaaS) or Platform as a Service (PaaS) provider, and indicated which provider they used

The Gusto application is deployed to the Amazon EC2 (IaaS) and is running on t2.micro CentOS 6.5 servers. The delivery of updates to Gusto is being orchestrated by a TeamCity build server which has been established in EC2 and is also being run on a t2.micro server running CentOS 6.5.

Gusto has been made publicly available at the following url:

http://ec2-52-27-171-231.us-west-2.compute.amazonaws.com/

  1. Wrote unit tests for their code.

Unit tests were written in the mocha framework. Istanbul was used for code coverage metric collection and the mocha-teamcity-reporter was used to feed the test results to our teamcity server. We have accomplished 100% code coverage.

Tests

Coverage

TeamCity (use the guest link to login)

  1. Set up or used a continuous integration system to automate the running of tests and continuously deployed their code to their IaaS or PaaS provider

Our TeamCity server is available here. (use the guest account link to log in)

TeamCity is actively monitoring all feature branches of the Stratera/Gusto GitHub repo on an ongoing basis. Any commits to any branch will trigger a PreRelease build and unit test execution. Code coverage metrics are collected and all of the test result information is made available in TeamCity. The build result is also provided back to GitHub so that any pull requests are identified as safe or unsafe to merge.

Project view

Pull request integration

Commits to master automatically package gusto and publish it to npmjs.com. A successful publish job will automatically trigger the Deployment job to Production.

Set up or used configuration management

GitHub is used for our source code repository and our code and configuration content is version controlled, peer reviewed, and tracked on a change-by-change basis. We strictly follow the GitHub Flow branch management strategy.

Set up or used continuous monitoring

Our application and ci servers are being actively monitored in Amazon CloudWatch and will alert our administrator when an problem is identified.

Monitoring

Deploy their software in a container (i.e., utilized operating-system-level virtualization)

The gusto application runs in a Docker container in our Production environment.

Docker container

Dockerfile

Used an iterative approach, where feedback informed subsequent work or versions of the prototype

The Gusto Development and DevOps teams are both following an agile scrum methodology which has allowed for a fast pace iterative software development environment. Sprint planning, daily stand-ups, retrospectives, and the use of sprints allowed us to quickly identify blockers and prioritize the team's responsibilities. Slack was used for informal collaboration. All of our work was formally managed in Atlassian JIRA.

Dev Agile Board

DevOps Agile Board

Retrospectives

Provided sufficient documentation to install and run their prototype on another machine

DevelopmentPoolEvidence/Installation.md

Prototype and underlying platforms used to create and run the prototype are openly licensed and free of charge

No technology used requires license or payment for use.