ePrivacy and GPDR Cookie Consent by Cookie Consent Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

443 total results found

Connector Postgres

Meiro Integrations Connectors

PostgreSQL, often referred to as Postgres, is an object-relational database management system (RDBMS). It provides a scalable and high-performance platform for managing and organizing structured data. When used as a connector, PostgreSQL plays a crucial role i...

Loader AWS S3

Meiro Integrations Loaders

AWS S3, or Amazon Simple Storage Service, is a foundational cloud storage service provided by Amazon Web Services (AWS). It delivers a scalable and secure solution for storing and retrieving data over the internet, designed to provide durability, availability,...

Loader Google Drive

Meiro Integrations Loaders

Google Drive is a well-known cloud storage service that offers businesses a practical solution for managing their data. It is designed to be simple and accessible, enabling users to safely store, share, and access files, which promotes efficient collaboration....

Loader Google Spreadsheet

Meiro Integrations Loaders

Google Spreadsheet is a widely used cloud-based application that businesses use to organize and analyze data collaboratively. It emphasizes simplicity and accessibility, enabling users to create, share, and collaborate on data-driven projects in real time. Go...

Loader Mailchimp

Meiro Integrations Loaders

Mailchimp is a widely used marketing automation platform that allows businesses to create and manage email campaigns, design newsletters, and engage with their audience effectively. It serves as a comprehensive tool for email marketing, providing features like...

Loader Postgres

Meiro Integrations Loaders

PostgreSQL, often referred to as Postgres, is an object-relational database management system (RDBMS) known for its extensibility, robustness, and compliance with SQL standards. Postgres uses and extends the SQL language combined with many other features that ...

Processor Command Line Interface Code

Meiro Integrations Processors

Processor Command Line Interface Code intends to transform files in the configuration using Bash script. Bash is a command-line interface for interacting with the operating system. Bash shell script allows you to run an entire script of commands, which might c...

Processor Create File

Meiro Integrations Processors

The Create File processor's purpose is to create a file with content and an extension of your choice. It can be used to create input in CSV or JSON format for the next configuration. Data In/Data Out Data In N/A Data Out The file or ta...

Processor Postgres

Meiro Integrations Processors

PostgreSQL, often referred to as Postgres, is an object-relational database management system. Postgres uses and extends the SQL language combined with many other features that safely store and scales the most complicated data workloads.  The native data typ...

Processor Python 3 Code

Meiro Integrations Processors

Overview The Python processor allows you to transform the data using Python scripts. Python is an interpreted high-level programming language for general-purpose programming. Because of its convenience, it is becoming very common for solving data analytics pr...

Processor Python from Git repository

Meiro Integrations Processors

The Python from Git repository processor allows you to run a Python code located in a Git repository. Meiro clones the Git repository into the /data/repository folder and runs the code in the configuration. The code repository is a file archive and a web host...

Processor R Code

Meiro Integrations Processors

The R code processor allows you to transform data using R scripts. R is a free software environment for statistical computing and graphics that is supported by the R Foundation for Statistical Computing. The R language is widely used among statisticians and da...

Processor R from Git repository

Meiro Integrations Processors

The R from Git repository processor allows you to run an R code located in a Git repository. Meiro Integrations clones the Git repository into the /data/repository folder and runs the code in the configuration. The code repository is a file archive and a web h...

Processor SQL on CSV

Meiro Integrations Processors

SQL stands for Structured Query Language, it lets you access and manipulates data in databases using Data Manipulation Language statements. For purposes of the SQL on CSV processor, Meiro Integrations treats CSV file as a table and allows you to run SQL querie...

Where can I find the File ID on Google Drive

Meiro Integrations FAQ

The Google Drive File ID is a unique identifier assigned to each file on Google Drive. It is a stable identifier that remains the same even if the file name or location changes. The File ID can be found in the URL of the file when it is opened on Google Drive...

Where can I find the Sheet ID of Google Spreadsheet file

Meiro Integrations FAQ

The Sheet ID is a unique identifier for a specific sheet within a Google Spreadsheet file. To obtain the Sheet ID of a Google Spreadsheet, take a look at the URL in your web browser's address bar. The URL should have the following format: The Sheet ID is ...

How to create an Access Key and Secret Access Key for AWS S3

Meiro Integrations FAQ

To set up a configuration for both AWS S3 connector and AWS S3 loader, you need to create an Access Key and a Secret Access Key. 1. My_AWS -> My Security Credentials 2. Choose the option that is suitable for you. If you choose “Get started with IAM User...

How to set up SSH keys

Meiro Integrations FAQ

Sometimes when you want to connect to the database, you will be asked by the database administrator for the public SSH key. In this case, you will need to generate public and private SSH keys.  Let us use a metaphor of padlock-key relationship to demonstrate ...

How to clone a component/ workspace

Meiro Integrations FAQ

The cloning feature can be found at the top of a workspace, as well as at the top of a particular component.  Clone a workspace By clicking on the Clone button, you will be able to copy your workspace. Your cloned workspace will appear in the list of works...

What is the difference between /files and /tables folders

Meiro Integrations FAQ

In general, the folder /tables contains only CSV tables and the folder /files contains all other types of files. However, some components work differently. For example: The AWS S3 loader requires all the input files and tables to be located in data/in/fil...