Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chance-fyi/navicat-http-tunnel-acceleration
Navicat http tunnel acceleration
https://github.com/chance-fyi/navicat-http-tunnel-acceleration
acceleration http-tunnel navicat tunnel
Last synced: about 1 month ago
JSON representation
Navicat http tunnel acceleration
- Host: GitHub
- URL: https://github.com/chance-fyi/navicat-http-tunnel-acceleration
- Owner: Chance-fyi
- Created: 2024-08-27T09:00:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T07:39:15.000Z (3 months ago)
- Last Synced: 2024-09-14T18:56:49.274Z (3 months ago)
- Topics: acceleration, http-tunnel, navicat, tunnel
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Quickstart
1. Clone the repository to your local machine
2. In the project directory, run `go run . --url http://your-domain.com/ntunnel_pgsql.php --port `
3. Set the HTTP tunnel in Navicat to `http://127.0.0.1:`This tool accepts two parameters:
- `--url`: The address of the HTTP tunnel
- `--port`: The port on which the service listensAfter running, you can view the number of requests for each SQL by accessing the `http://127.0.0.1:/sql`. Based on this information, you can add the SQL statements that need caching to the `config.go` file.