(no title)
thibautdr | 1 year ago
To give some context, Amphi is a low-code ETL tool for both structured and unstructured data. The key use cases include file integration, data preparation, data migration, and creating data pipelines for AI tasks like data extraction and RAG. What sets it apart from traditional ETL tools is that it generates Python code that you own and can deploy anywhere. Amphi is available as a standalone web app or as a JupyterLab extension.
Visit the GitHub: https://github.com/amphi-ai/amphi-etl Give it a try and let me know what you think
OutOfHere|1 year ago
isjamesalive|1 year ago
Possibly more of a subtle miscommunication or misunderstanding than a deliberate lie.
slt2021|1 year ago
custom extension for jupyterlab is a great way to leverage existing jupyterlab install base: not everyone will be willing to install and jump through hoops to install software X, but installing extension is one pip install away and no need to run separate process, since you are running inside jupyterlab server.
this reminds of ALTERYX (another drag and drop ETL tool)
thibautdr|1 year ago
Some users pointed out they were Alteryx users but liked the Python code generation from Amphi :)
johhns4|1 year ago
thibautdr|1 year ago