riffus / impler.io

Open source file import infrastructure. Build file import functionality faster than flash ⚡️

Home Page:https://impler.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License


impler.io

Open source infrastructure for data import
Explore the docs »

Try Now · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Setup
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

All projects need to give some kind of data import facility, so that their users can import data in application through files like .csv, .xls, .xlsx, etc.

At first it looks like just importing file and inserting in database, but as the app grows facilities like validating data, data mapping, becomes must. impler provides infrastructure to applications, so that they don't have to write code for data import.

(back to top)

Built With

(back to top)

Setup

To set up impler.io locally, you need the following things installed in your computer.

  1. pnpm
  2. localstack
  3. mongodb

Follow these steps to setup the project locally,

  1. Clone the repo, git clone https://github.com/implerhq/impler.io.
  2. Install the dependencies, pnpm install.
  3. Do setups for projects by running, pnpm setup:project.
  4. Start the application, pnpm start:dev.
  5. Go to web app, http://localhost:4200.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Implerhq - @implerhq

Project Link: https://github.com/implerhq/impler.io

(back to top)

About

Open source file import infrastructure. Build file import functionality faster than flash ⚡️

https://impler.io

License:MIT License


Languages

Language:TypeScript 95.4%Language:HTML 2.1%Language:JavaScript 1.7%Language:Dockerfile 0.5%Language:Shell 0.3%