Awesome
<a name="readme-top"></a>
<div align="center"> <a href="https://impler.io?utm_source=github" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/implerhq/impler.io/assets/50201755/7695ab1a-29f2-475c-976a-a74c9dfd60cc"> <source media="(prefers-color-scheme: light)" srcset="https://github.com/implerhq/impler.io/assets/50201755/8ac1e6f3-37a1-40ac-bdb9-53e1a0702bbc"> <img alt="Impler Logo" src="https://github.com/implerhq/impler.io/assets/50201755/7695ab1a-29f2-475c-976a-a74c9dfd60cc" width="280"/> </picture> </a> </div> <br /> <p align="center"> <a href="https://github.com/implerhq/impler.io/graphs/contributors"> <img src="https://img.shields.io/github/contributors/implerhq/impler.io.svg?style=for-the-badge" alt="Impler Contributors" /> </a> <a href="https://github.com/implerhq/impler.io/network/members"> <img src="https://img.shields.io/github/forks/implerhq/impler.io.svg?style=for-the-badge" alt="Impler Forks" /> </a> <a href="https://github.com/implerhq/impler.io/issues"> <img src="https://img.shields.io/github/issues/implerhq/impler.io.svg?style=for-the-badge" alt="Impler Issues" /> </a> <a href="https://github.com/implerhq/impler.io/stargazers"> <img src="https://img.shields.io/github/stars/implerhq/impler.io.svg?style=for-the-badge" alt="Impler Stars" /> </a> </p> <h1 align="center">Readymade and scalable data import experience for developersπ©βπ»</h1> <div align="center">Simple and intuitive way to onboard users data via guided import widget</div> <br /> <div align="center"> <p align="center"> <a href="https://docs.impler.io"><strong>Explore the docs Β»</strong></a> <br /> <a href="https://web.impler.io">See it first hand</a> Β· <a href="https://discord.impler.io">Meet the team</a> Β· <a href="https://github.com/implerhq/impler.io/issues/new?assignees=&labels=&template=bug_report.md&title=">Report Bug</a> Β· <a href="https://github.com/implerhq/impler.io/issues/new?assignees=&labels=&template=feature_request.md&title=">Request Feature</a> </p> </div>π€ Why Impler?
Impler provides embeddable, scalable, and readymade data import experience in products. With Impler you don't need to worry about building and managing complex architecture for importing customers' data. Just integrate impler with few easy steps and the data import experience will be ready in just a few minutes.
β¨ Features
- πΈοΈ Guided and responsive data import widget
- β οΈ Static and Dynamic validations to validate all kinds of data
- π Auto-generate Excel template along with excel based validations
- π§Ή Facility to clean the invalid data during import
- πͺ Webhook support to send imported data to the application
- πͺ Ability to provide default and dynamic schema
- π§ͺ Event hooks to react according to widget status
- π€ΈββοΈ Facility to format data application receives
- π¨βπ» Guided and driven by community
π Getting Started
The best way to explore the possibilities of the platform is by creating your Import. Head over to web portal and setup your account.
After setting up your account, you can create an import and add columns to it. Once columns are added you're ready to import data.
There are two ways:
- Click on
Import
button to open the import widget from the web portal - Embed import widget import widget into your application
To integrate impler into your reactjs application, you need to install the package:
npm install @impler/react
Add script in your app before closing body tag
<script type="text/javascript" src="https://embed.impler.io/embed.umd.min.js" async></script>
import { useImpler } from '@impler/react';
const { showWidget, isImplerInitiated } = useImpler({
templateId: "<TEMPLATE_ID>",
projectId: "<PROJECT_ID>",
accessToken: "<ACCESS_TOKEN>",
});
<button disabled={!isImplerInitiated} onClick={showWidget}>
Import
</button>
π Contributing
Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Here are a few ways:
- Help with open issues or create your own
- Share your thoughts and suggestions with us over discord
- Help create tutorials and blog posts
- Request a feature by opening an issue with the tag
enhancement
- Report a bug by providing steps to reproduce
If you have something in mind that would make it better, please fork the repo and create a pull request. Every hand is appreciated!
π» Need Help?
We are more than happy to help you. If you are getting any errors or facing problems while working on this project, join our discord server and ask for help. We are open to discussing anything related to the project.
β‘ Immediate working space with Gitpod
π Quick Links
π‘ Home page <br /> ποΈ Contribution Guidelines <br /> π» Run Impler Locally
π‘οΈ License
Impler is licensed under the MIT License - see the LICENSE file for details.
ποΈ Thank you
The beauty of open-source software is enhanced through collaborative efforts. Don't forget to give the project a star :star:! Thanks again!