Socket
Book a DemoInstallSign in
Socket

system-gql

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

system-gql

A graphql interface to query system infromation

latest
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

system-gql.

A graphql interface to query system information [WIP]

system-gql

DEMO

Feel free to poke with the DEMO

Installation

Get it: npm install -g system-gql

Usage

$ system-gql
System info on 3333

Sample Query:

{
  info {
   os {
     arch
     type
     release
     hostname
   }
  cpus {
    model
    speed
    count
  }
  }
}

Port will be picked up from process.env.SYSQL or defaults to 3333

TODO

  • Add more fields to the schema.
  • Implement generic filters.
  • Add default query to the editor.

License

MIT © Hemanth.HM

FAQs

Package last updated on 13 Mar 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