Giter VIP home page Giter VIP logo

iot-app-kit-1's Introduction

IoT Application Kit

To get started with the IoT Application Kit and the AWS IoT SiteWise source, see Getting Started.

To learn more about IoT Application Kit components, sources, and the core API see docs.

Quick start for development

  1. Environment setup

Ensure you have node version 16 and the latest version of yarn installed.

To do this, execute the following commands:

# Install `n`, a node package manager, globally to help switch between node versions.
npm i n -g

# Update to node version 16
sudo n 16

# Install the latest version of yarn
npm i yarn@latest -g

# Optionally, install lerna
npm i lerna -g
  1. Build project
# Without installing lerna locally...
npx lerna bootstrap

# With lerna installed locally
lerna bootstrap
  1. Provide credentials Copy a set of AWS JSON formatted credentials to the account with the access to the SiteWise resources you are requesting, at <rootDir>/packages/components/creds.json.

These credentials should not be uploaded to the repository.

  1. Point to valid SiteWise resources

Alter the file siteWiseQueries within @iot-app-kit/components to point to valid SiteWise asset properties for the accounts credentials from the prior step.

  1. Test locally run yarn run start at the project root, and then view localhost:3333. Here you should see example IoT App Kit components requesting data from SiteWise.

Packages

The IoT Application Kit mono-repo containing the following packages:

@iot-app-kit/core

@iot-app-kit/core is the core library which exposes the iot-app-kit framework, and is what iot-app-kit components are built upon.

Learn more here.

@iot-app-kit/components

@iot-app-kit/components is a collection of web components which are connected to iot-app-kit.

Learn more here.

@iot-app-kit/react-components

@iot-app-kit/react-components exposes the core iot-app-kit web components as React components.

Learn more here.

@iot-app-kit/source-iotsitewise

@iot-app-kit/source-iotsitewise exposes the AWS IoT SiteWise source, which enables you to visualize and interact with your AWS IoT SiteWise data and assets.

Learn more here.

@iot-app-kit/related-table

@iot-app-kit/related-table is a tree view table component built over @awsui/components-react components providing client-side filtering, sorting and pagination with highly performant and optimistic rendering.

Learn more here.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

iot-app-kit-1's People

Contributors

diehbria avatar norbertnader avatar boweihan avatar fpauer avatar gareth-amazon avatar amazon-auto avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.