firebase / firebaseopensource.com

Source for firebase open source site

Home Page:https://firebaseopensource.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyFireSQL

bennycheung opened this issue · comments

Link to project (GitHub): https://github.com/bennycheung/PyFireSQL

Describe the project in 2-3 sentences:
PyFireSQL is a SQL-like programming interface to query Cloud Firestore collections using Python. We can use SQL-like statements to perform the data extraction, which is both formal and reusable.

Why would Firebase developers be interested in this project?:
The combination of Python and lark parser generator is more appropriate for backend processing and analysis toolchain. In particular, the extracted data can be directly imported into downstream Pandas Dataframe post-processing will be an extremely valuable prospect.

Read the companion article FireSQL in Python for more details.

Have you added a .opensource/project.json file to your site: Yes

@bennycheung added it! It should appear on the site within 24 hours.

@thatfiredev thanks for the add!

It's live now ✨