kindly / flatterer

Opinionated JSON to CSV/XLSX/SQLITE/PARQUET converter. Flattens JSON fast.
https://flatterer.opendata.coop
MIT License
180 stars 7 forks source link

[Question] i attended the frictionless meetup, can i ask if i can integrate this with my django app somehow? #33

Closed simkimsia closed 1 year ago

simkimsia commented 2 years ago

because i saw the web interface in the meetup during the demo. so i was wondering if it's possible to integrate with my Django app

kindly commented 2 years ago

I think you would have to write some kind of frontend yourself. Flatterer is just a python libarary that could be imported and used but there is not Python frontend for it.

Currently the web frontend https://github.com/kindly/flatterer-web/ is written in Rust too and would be hard to integrate.