Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typos and better readability #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
---
description: >-
Impler is open-source data import infrastructure, built for engineering teams
Impler is an open-source data import infrastructure, built for engineering teams
to help them build rich data import experience without constantly reinventing
the wheel.
---

# Introduction
# Introduction 👋

## Why?
## Why? 🤔

The ability to import data is often needed in the application. It usually starts the same, reading `.csv` or `.xlsx` file and insert records into the database. But after a while, you'll find yourself looping over large files, validating rows, and providing support for file types that you've never heard of them before.
The ability to import data is often needed in the application. It usually starts with reading a `.csv` or `.xlsx` file and inserting records into the database. But after a while, you'll find yourself looping over large files, validating rows, and providing support for file types you've never heard of.

Impler's goal is to help developers create an efficient and smooth data import experience between the product and its users. All with an easy-to-use API and outstanding developer experience.
## Goal 🥅

## Integrated into your Product
Help developers create an efficient and smooth data import experience between the product and its users with an easy-to-use API and outstanding developer experience.

Integration of the import widget in your product can just take a few minutes. Feature-rich experience of the widget makes the data onboarding experience fun for users. Users can map columns and even review invalid records in their spreadsheets so that the right data gets imported.
## Integrated into your Product 🚀

As developers, we tend to care about the performance of the application, but following the growing number of file types support, mapping and data validation become a burden on the team and make life hard.
Integration of the import widget in your product can take a few minutes. A feature-rich experience of the widget makes the data onboarding experience fun for users. Users can map columns and even review invalid records in their spreadsheets so that the right data gets imported.

## Free and Open Source
As developers, we tend to care about the performance, but following the growing number of file types support, mapping, and data validation become a burden on the team and make life hard.

One of the reasons for making Impler free was giving back to the community. We heard from many teams and we also felt `How hard it's to give support for Data import functionality`. So to make it accessible to everyone, we decided to build the Impler with awesome people like you.
## Free and Open Source

We welcome and appreciate everyone's suggestions and improvements, come join us on [Discord](https://discord.gg/qRhSpBXVCt) and [GitHub](https://github.com/knovator/impler.io).
One of the reasons for making Impler free was to give back to the community. We heard from many teams and felt `"How hard it is to support Data import functionality!"`. So to make it accessible to everyone, we decided to build the Impler with awesome people like you.

We welcome and appreciate everyone's suggestions and improvements, join us on [Discord](https://discord.gg/qRhSpBXVCt) and [GitHub](https://github.com/knovator/impler.io)