Difference between revisions of "Ingestr"

From COPTR
Jump to navigation Jump to search
(Created page with "{{Infobox tool |purpose=ingestr is a command-line application that allows ingesting or copying data from any source into any destination database. |homepage=https://bruin-data...")
 
Line 1: Line 1:
 +
== Description ==
 +
ingestr is a command-line application that allows ingesting or copying data from any source into any destination database. The supported databases are: Postgres,
 +
BigQuery, Snowflake, Redshift, Databricks, DuckDB, Microsoft SQL Server, Local CSV file, MongoDB, Oracle, SQLite and MySQL.
 +
 
{{Infobox tool
 
{{Infobox tool
 
|purpose=ingestr is a command-line application that allows ingesting or copying data from any source into any destination database.
 
|purpose=ingestr is a command-line application that allows ingesting or copying data from any source into any destination database.
Line 11: Line 15:
 
|releases_rss=https://github.com/bruin-data/ingestr/releases.atom
 
|releases_rss=https://github.com/bruin-data/ingestr/releases.atom
 
}}
 
}}
== Description ==
 
ingestr is a command-line application that allows ingesting or copying data from any source into any destination database. The supported databases are: Postgres,
 
BigQuery, Snowflake, Redshift, Databricks, DuckDB, Microsoft SQL Server, Local CSV file, MongoDB, Oracle, SQLite and MySQL.
 

Revision as of 07:53, 12 March 2024

Description

ingestr is a command-line application that allows ingesting or copying data from any source into any destination database. The supported databases are: Postgres, BigQuery, Snowflake, Redshift, Databricks, DuckDB, Microsoft SQL Server, Local CSV file, MongoDB, Oracle, SQLite and MySQL.



ingestr is a command-line application that allows ingesting or copying data from any source into any destination database.
Homepage:https://bruin-data.github.io/ingestr/
Source Code:https://github.com/bruin-data/ingestr
License:MIT license
Language:Python
Function:Backup,File Format Migration
Content type:Database



Release Feed

2025-04-01 10:37:35
[tag:github.com,2008:Repository/756594023/v0.13.23 v0.13.23]
by karakanb
2025-04-01 07:59:19
[tag:github.com,2008:Repository/756594023/v0.13.22 v0.13.22: Merge pull request #161 from bruin-data/patch/fix-dependency-on-aiohttp]
by karakanb
2025-03-25 09:43:09
[tag:github.com,2008:Repository/756594023/v0.13.21 v0.13.21]
by karakanb
2025-03-20 11:33:46
[tag:github.com,2008:Repository/756594023/v0.13.20 v0.13.20]
by sanjushahgupta
2025-03-18 11:53:05
[tag:github.com,2008:Repository/756594023/v0.13.19 v0.13.19: Merge pull request #151 from bruin-data/athena-partitioning]
by turtleDev