You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sqlite-http-proxy is an HTTP proxy cache that can store data in multiple sqlite databases and query concurrently to get the faster response. The cache imlements the RFC9111 (except the vary header).
125
147
126
-
### Programming Language Libraries
148
+
1. Installation:
127
149
128
-
-**Python:** Libraries like schedule, APScheduler, or Celery can be used to define and manage scheduled tasks within a Python application. This application would then execute INSERT statements into your SQLite database at the specified times.
150
+
Download sqlite-http-proxy from the [releases page](https://github.com/walterwanderley/sqlite-http-cache/releases), or install from source:
129
151
130
-
-**Node.js:** Libraries such as node-cron or agenda provide similar scheduling capabilities for Node.js applications.
152
+
```sh
153
+
go install github.com/walterwanderley/cmd/sqlite-http-proxy@latest
154
+
```
131
155
132
-
-**Golang:**[Check an example](https://github.com/walterwanderley/sqlite-http-cache/blob/main/cmd/sqlite-http-refresh/main.go) using the stdlib.
0 commit comments