New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mirohq/cloud-data-import

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mirohq/cloud-data-import

Welcome to the Cloud Data Import for Miro repository! This script is designed to facilitate the visualization of AWS infrastructure data within Miro by importing cloud infrastructure snapshots directly into your Miro boards. This tool is ideal for cloud p

  • 0.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
35
decreased by-83.33%
Maintainers
0
Weekly downloads
 
Created
Source

Cloud Data Import for Miro

Welcome to the Cloud Data Import for Miro repository! This script is designed to facilitate the visualization of AWS infrastructure data within Miro by importing cloud infrastructure snapshots directly into your Miro boards. This tool is ideal for cloud practitioners who want to leverage Miro's visualization capabilities to visualize and optimize their cloud infrastructure.

🛠 Prerequisites

Before running the script, ensure the following prerequisites are met:

  • Node.js: Ensure Node.js is installed on your machine. You can follow the official Node.js installation guide to set it up.
  • Configure AWS Credentials: Configure your AWS credentials on your terminal. AWS provides a comprehensive guide on setting up credentials.

📦 Installation and Usage

To run the script, execute the following command in your terminal:

npx @mirohq/cloud-data-import@latest aws

This command will automatically install and run the script, launching a GUI for interaction.

⚙️ Script Arguments and Configuration

The script accepts several arguments to customize the data import process:

ArgumentDescription
-r, --regionsSpecify the AWS regions to scan. Use "all" to scan all available regions.
-o, --outputDefine the output file path for the imported data. Must be a .json file.
--rps, --call-rate-rpsSet the maximum number of API calls to make per second. Default is 10.
-c, --compressedEnable output compression.
-ro, --regional-onlyLimit the scan to regional services, ignoring global services.
--ood, --open-output-dirOpen the output directory and points to the output file, after the import process is complete.
Example Usage with Arguments
npx @mirohq/cloud-data-import@latest aws --regions us-east-1 us-west-2 --output ./data.json --call-rate-rps 5 --compressed

📜 License

This project is licensed under the Apache 2.0 License. See the LICENSE file for more details.

FAQs

Package last updated on 28 Jun 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc