ProxymanApp / ProxymanApp/Proxyman
support protocol mongo postgres redis ..... ? can easy extract sql
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
I found that enovy proxy supports tcp protocol proxy and will collect some performance-related indicators through the proxy layer(eg:https://www.envoyproxy.io/docs/envoy/v1.27.0/configuration/listeners/network_filters/postgres_proxy_filter.html), but enovy is mainly used as a gateway, so it will lack mitm related functions. I have been looking for some database-related packet capture tools (the reason is that by capturing network layer packets, I can clearly know which SQL statements were executed and the returned results, and it is non-intrusive), such as wireshark, but their UI is really not Friendly, and only part of the TCP protocol packages such as mongo and pg can be parsed. I don’t know if my line of thinking is reasonable.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not identify any repository files, tests, or entry points. First clarify which database protocols and extracted data are in scope, then locate the existing proxy protocol handling and packet-parsing tests. Done should include an agreed scope and validated support for the selected protocols.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- mongodb, postgresql, redis
- Domain
- databases, networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100