Advanced Search
Search Results
515 total results found
Connector Postgres
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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...