How do I request LIKE queries in Socrata SODA API?
For example, I take all the Socrata data and ETL (extract, transform, and load) it into BigQuery
For example, start with
https://data.cityofnewyork.us/Housing-Development/DOB-Permit-Issuance/ipu4-2q9a
And after transforming it, upload it into BigQuery, or mysql or any sql database
https://bigquery.cloud.google.com/table/personal-real-estate:nyc.dob_permit_issuance (requires google login, i believe, but is basically free or almost free to query)
Once in BigQuery or any sql database I can issue LIKE queries, etc.
The question is how do I run LIKE queries via the SODA API.
How do I transform a timestamp field to the YEAR only for a group by query. For example, if the recorded date column is a timestamp and I want to see the number of permits grouped by year how do I do this via the SODA API?