firebase / firebaseopensource.com

Source for firebase open source site
https://firebaseopensource.com
Apache License 2.0
118 stars 41 forks source link

PyFireSQL #254

Closed bennycheung closed 2 years ago

bennycheung commented 2 years ago

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

thatfiredev commented 2 years ago

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

bennycheung commented 2 years ago

@thatfiredev thanks for the add!

thatfiredev commented 2 years ago

It's live now ✨