Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mirohq/cloud-data-import

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mirohq/cloud-data-import

![Miro Cloud View](/assets/images/cloudview-banner.gif)

  • 0.12.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Cloud Data Import for Miro

Miro Cloud View

Welcome to the Cloud Data Import for Miro! This script is designed to facilitate the visualization of AWS infrastructure data within Miro by importing cloud infrastructure snapshots directly into your Miro boards. The tool is an integral part of Cloud View, an app in Miro that allows you to visualize and optimize your cloud infrastructure. Ideal for cloud practitioners, CloudView leverages Miro's powerful visualization capabilities to help you gain insights and improve your cloud management strategies.

🛠 Prerequisites

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

📦 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.
-p, --profileSpecify the AWS profile to use (takes priority over the AWS_PROFILE environment variable).
-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.

🤝 Contributing

We welcome contributions to the Cloud Data Import project! If you're interested in helping improve this tool, please take a moment to review our contribution guide. It outlines our development process, how to propose bugfixes and improvements, and how to build and test your changes.

Here are some ways you can contribute:

  • Report bugs or suggest features by opening an issue
  • Improve documentations
  • Submit pull requests with bug fixes or new features

We appreciate your interest in making Cloud Data Import tool better!

FAQs

Package last updated on 14 Nov 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