Fixed Netlify and Vercel protected POST request handling.
Changelog
Thanks to @bibi-cici GitHub account I fixed the Netlify/Vercel protected POST request.
Release history
A minimal analytics tool. Tracks events in a span of 10-30 days. `MIT` `Nodejs/Docker`
12 shown
Fixed Netlify and Vercel protected POST request handling.
Thanks to @bibi-cici GitHub account I fixed the Netlify/Vercel protected POST request.
Minor fixes and improvements.
Render empty row items on start.
Added kind of virtualisation to the list rendering logic, to avoid massive lagging with huge datasets.
Added SQLite adapter
Fixed paginated data merge.
Fixed paginated data merge.
Fixed database adapter initialization during Docker builds.
Added MongoDB adapter.
Added PostgreSQL adapter.
Added the progress indication. The fetching process is slow with serverless functions, so it's good to understand if it's not stuck and actually loading.
Fixed timeout issue by running cleanup concurrently with data fetch.
Fixed the clean up function scheduled run. Netlify call started to time out for the same reason as the GET call. I moved the clean up run to be run along with the fetching data call.
Data fetching now sequential to reduce server memory usage.
Updated the data to be fetched sequentially, so it doesn't use too much memory on the server side. Netlify function started to time out, when more data got aggregated.
Added two new environment variables for better tweaking.
Minor fixes and improvements.
Initial stable release.
Beta — feedback welcome: [email protected]