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

soajs.dashboard

v3.0.11

Published

soajs dashboard service

Downloads

577

Readme

soajs.dashboard

Build Status Coverage Status Known Vulnerabilities

SOAJS dashboard is divided to two components: service - User Interface.

The service offers several APIs to manage and configure environments, tenants and products.

The User Interface connects to the service and provides a GUI that facilitates the work.


##Installation

$ npm install soajs.dashboard
$ cd soajs.dashboard/services/
$ node .

##Testing

$ cd soajs.dashboard/
$ grunt test
  • Note: Make sure docker (v: 1.12.6+) is installed and up before running the test cases
  • Warning: Running the test cases will delete all previous docker services and containers

##Service Features

  • Define Multiple Environments via the Environment APIs.
  • Manage all your products, packages and access levels via the Productization APIs.
  • Manage all your tenants, applications, keys and their device and geo security via the Multitenancy APIs.

More information on Dashboard Services is available on the website section Dashboard

###1. Environments Create and manage environments with different IPs. Environments are linked to the Registry. Environments are also used when adding tenant service configuration.

More information on Environments is available on the website section Registry

###2. Productization Package your services with different permissions and access controls and offer them as commercial products. Every product contains a list of packages where the default access level of our services' APIs are defined. Each Package offers a variety of access levels on the services' APIs. If a service is contained in a package, then this product offers the ability to use this service. When specifying the access level over a service, you can grant access to the whole service or add restrictions on its APIs.

More information on Productization is available on the website section Productization

###3. Multitenancy Create and manage multiple tenants (clients) and assign product packages to them. To apply the concept of having one service serve several tenants differently, you need to configure the service to use multitenancy, create tenants and assign keys to them then when making requests to that service, provide the tenant key in the request. Then when making calls to the APIs of that service, specify the key of the tenant in those requests.

Tenants applications contains the tenant keys. These keys are checked when a request is made to a multitenant configured service API to determine if the requested service API is accessible or not using this key value. These keys also have expiry dates and are secured by device and geo location information if needed.

More information on Multitenancy is available on the website section Multitenancy

More information on Dashboard Services is available on the website section Dashboard


##UI Features The dashboard offers a UI that can be used to invoke all the service APIs mentioned above. To get the UI running, you need to install several packages:

  1. nginx: 3rd Party http server mainly used for virtual host creation Download Link
  2. soajs.util main SOAJS utility library containing controller and agent services Download Link
  3. soajs.urac URAC serviced used to manage users records Download Link
  4. soajs.examples SOAJS basic examples and sample Database Data Download Link
  5. soajs.dashboard SOAJS dashboard service and GUI Download Link

###Notes:

  • The Util contains nginx configuration that points to UI dashboard.
  • Once you install all required modules, start Nginx, the controller, the URAC and the dashboard service then open http://dashboard.soajs.org.
  • Load the provisioned data from the examples module and login with the test administrator account.
  • Once logged in, the UI navigation is straight forward to every section of the dashboard service.

More information on how to set up the Dashboard UI is available on the website section Dashboard UI.

For More Information about SOAJS Framework, please visit the Get Started section.

License

Copyright SOAJS All Rights Reserved.

Use of this source code is governed by an Apache license that can be found in the LICENSE file at the root of this repository.