Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
A

amphi-etl

> 数据库
Open source

visual data prep powered by python

1.4K stars0 likes0 views
WebsiteGitHub

About

visual data prep powered by python

Table of contents #### TOC - [ Installation](#-installation) - [ Usage](#-usage) - [✨ Features](#-features) - [ Contributing](#-contributing) - [️ Ecosystem](#️-ecosystem) #### ## Installation & Update Amphi is available as both a standalone application or as a JupyterLab extension. | Amphi ETL (standalone) | Amphi for JupyterLab (extension) | |------------------------|----------------------| | | | | ```pip install amphi-etl``` | ```pip install jupyterlab-amphi``` | | ```pip install --upgrade amphi-etl``` | ```pip install --upgrade jupyterlab-amphi``` |
> \[!NOTE] > > If you prefer to install Amphi's **Jupyterlab extension** through the extension manager, make sure to install `jupyerlab-amphi` package
## Usage To start Amphi ETL (standalone), simply run: ```bash amphi start ``` Use the following parameters to specify your: - workspace (where you can access files and create pipelines on your system), - IP address to expose - port to use ### Deploy on your local machine ```bash amphi start -w /your/workspace/path ``` ### Deploy on a server For deploying on a server, you need to specify `-i 0.0.0.0` to expose Amphi and access it through the internet. Optionaly specify a different port. ```bash amphi start -w /your/workspace/path -i 0.0.0.0 -p 8888 ``` - [Documentation](https://docs.amphi.ai) - [Getting Started](https://docs.amphi.ai/getting-started/installation)
To update Amphi ETL run the following: ```bash pip install --upgrade amphi-etl ``` ## ✨ Features > \[!NOTE] > > Amphi focuses on data transformation for data preparation, reporting and lightweight ETL. It's designed to be super simple to use, quick to ramp up and easy to use with AI (ChatGTP, Claude, Mistra, etc). **Data Preparation:** - **Visual Interface / Low-code**: Accelerate data pipeline development and reduce maintenance time. - **Python-code Generation**: Generate native Python code leveraging common libraries such as [pandas](https://github.com/pandas-dev/pandas), [DuckDB](https://github.com/duckdb/duckdb) that you can run anywhere. - **Private and Secure**: Self-host Amphi on your laptop or in the cloud for complete privacy and security over your data. ## Extensibility: Amphi is extremely flexible and extensible. - **Custom code**: Directly use Python or SQL in your pipelines. - **Custom components**: Add custom components directly from the interface. How to add a component: ``` … ``` Create a new file in your workspace, such as `HelloDate.tsx` and then right-click and select "Add Component". You should see a notification "ent "Hello Date" (helloDate) updated successfully." Then either open a new pipeline or refresh the component palette to see the new component appear in the Inputs.
## Contributing - **Use and Innovate**: Try Amphi and share your use case with us. Your real-world usage and feedback help us improve our product. - **Voice Your Insights**: Encounter a bug? Have a question? Share them by submitting [issues](https://github.com/amphi-ai/amphi-etl/issues) and help us enhance the user experience. - **Shape the Future**: Have code enhancements or feature ideas? We invite you to propose [pull requests](https://github.com/amphi-ai/amphi-etl/pulls) and contribute directly. Every contribution is helpful.
## Telemetry Amphi collects **anonymous telemetry data** to help us understand users and their use-cases better to improve the product. You can of course **opt out** in the settings and disable any telemetry data collection.
--- #### License Copyright © 2024-2026 - present [Amphi Labs](https://amphi.ai).
This project is [ELv2](./LICENSE) licensed.

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •Installation
  • •✨ Features
  • •Contributing
  • •️ Ecosystem
  • •workspace (where you can access files and create pipelines on your system),
  • •IP address to expose
  • •port to use
  • •Documentation
  • •Getting Started
  • •Visual Interface / Low-code: Accelerate data pipeline development and reduce maintenance time.

> Tags

TypeScriptanalytics-automationdatadata-analysisdata-pipelines

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category数据库
PricingOpen source

> Related tools

P
PostgreSQL
功能强大的开源关系型数据库
R
Redis
内存数据结构存储,常用作缓存与队列
M
MySQL
广泛使用的开源关系型数据库