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
While playing with an idea for a P2P search engine that runs a local node for users, I came across your "go-embed-python".
It gave me the idea that just maybe it "might" be possible, as an initial step to have your embedded Python be able to run a Python search engine lie Searxng.
https://github.com/searxng/searxng
The idea would be to have the Searxng Python code stored in a ZIP file that your go-embed-python core could attach as a Zip filesystem and then open it and run the Searxng search engine.
This would be the first step and later the idea would be to extend this such with some P2P Golang database ideas so that users could share and store similar results to be shared across the P2P network.
Any thoughts?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
While playing with an idea for a P2P search engine that runs a local node for users, I came across your "go-embed-python".
It gave me the idea that just maybe it "might" be possible, as an initial step to have your embedded Python be able to run a Python search engine lie Searxng.
The idea would be to have the Searxng Python code stored in a ZIP file that your go-embed-python core could attach as a Zip filesystem and then open it and run the Searxng search engine.
This would be the first step and later the idea would be to extend this such with some P2P Golang database ideas so that users could share and store similar results to be shared across the P2P network.
Any thoughts?
Thanks
The text was updated successfully, but these errors were encountered: