René's URL Explorer Experiment


Title: WIP: Discovery API by lmangani · Pull Request #12 · Query-farm/httpserver · GitHub

Open Graph Title: WIP: Discovery API by lmangani · Pull Request #12 · Query-farm/httpserver

X Title: WIP: Discovery API by lmangani · Pull Request #12 · Query-farm/httpserver

Description: Discovery API ⚠️ This is just an experiment and will most likely end up in a different extension The optional discovery API offers an easy hook for servers to advertise and discover each other (flock) Endpoints POST /subscribe/{secretHash} - Register a peer GET /discovery/{secretHash} - Get list of active peers DELETE /unsubscribe/{secretHash}/{peerId} - Remove peer Start Server w. DUCKDB_HTTPSERVER_DISCOVERY=1 D SELECT httpserve_start('0.0.0.0',9999, ''); ┌──────────────────────────────────────┐ │ httpserve_start('0.0.0.0', 9999, '') │ │ varchar │ ├──────────────────────────────────────┤ │ HTTP server started on 0.0.0.0:9999 │ └──────────────────────────────────────┘ Register a Peer under a secret hash CURL curl -X POST "https://localhost:9999/subscribe/secretHash" \ -H "Content-Type: application/json" \ -d '{ "name": "service1", "endpoint": "http://192.168.1.100:8080", "ttl": 300 } SQL INSTALL http_client FROM community; LOAD http_client; LOAD json; WITH __input AS ( SELECT http_post( 'http://localhost:9999/subscribe/secretHash', headers => MAP { }, params => MAP { 'name': 'quackpipe1', 'endpoint': 'https://1.1.1.1', } ) AS res ) SELECT res->>'reason' as res, res->>'status' as status FROM __input; Check peers table D SELECT name, endpoint, source_address as sourceAddress, peer_id as peerId, metadata, ttl, strftime(registered_at, '%Y-%m-%d %H:%M:%S') as registered_at FROM peers WHERE hash = 'secretHash'; ┌──────────┬───────────────────────────┬───────────────┬──────────────────────────────────┬──────────┬───────┬─────────────────────┐ │ name │ endpoint │ sourceAddress │ peerId │ metadata │ ttl │ registered_at │ │ varchar │ varchar │ varchar │ varchar │ varchar │ int64 │ varchar │ ├──────────┼───────────────────────────┼───────────────┼──────────────────────────────────┼──────────┼───────┼─────────────────────┤ │ service1 │ http://192.168.1.100:8080 │ xxx.xx.xx.xxx │ 0872c98634ce7e608e19aa1a1e6cf784 │ {} │ 300 │ 2024-11-14 19:44:23 │ └──────────┴───────────────────────────┴───────────────┴──────────────────────────────────┴──────────┴───────┴─────────────────────┘ Discover Peers CURL curl "http://localhost:9999/discovery/secretHash" SQL D SELECT * FROM read_ndjson_auto('http://localhost:9999/discovery/secretHash'); ┌──────────┬──────────────────────┬────────────────┬──────────────────────────────┬──────────┬─────────┬─────────────────────┐ │ name │ endpoint │ source_address │ peer_id │ metadata │ ttl │ registered_at │ │ varchar │ varchar │ varchar │ uuid │ varchar │ varchar │ timestamp │ ├──────────┼──────────────────────┼────────────────┼──────────────────────────────┼──────────┼─────────┼─────────────────────┤ │ service1 │ http://192.168.1.1… │ 127.0.0.1 │ 0872c986-34ce-7e60-8e19-aa… │ │ 3600 │ 2024-11-15 14:13:50 │ └──────────┴──────────────────────┴────────────────┴──────────────────────────────┴──────────┴─────────┴─────────────────────┘ D ⚠️ minor issue with peer_id being a UUID and python hating it

Open Graph Description: Discovery API ⚠️ This is just an experiment and will most likely end up in a different extension The optional discovery API offers an easy hook for servers to advertise and discover each other (fl...

X Description: Discovery API ⚠️ This is just an experiment and will most likely end up in a different extension The optional discovery API offers an easy hook for servers to advertise and discover each other (fl...

Opengraph URL: https://github.com/Query-farm/httpserver/pull/12

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:2c0ddc48-f2fd-903b-8191-40d3e5776c0c
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-id8B04:32B7B:65C379:8DDABB:69822755
html-safe-nonce9d8cfc720cd41b51a706715f35868879ec7d9c97666785eb22e8f6609c1ff67e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QjA0OjMyQjdCOjY1QzM3OTo4RERBQkI6Njk4MjI3NTUiLCJ2aXNpdG9yX2lkIjoiMzU0NDcxMTQxNTM4ODU3OTY3MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacb099552330c81b398145ac32684a33be1c0f54cd6d0f1732d0035cba66bfc3b9
hovercard-subject-tagpull_request:2180631466
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/Query-farm/httpserver/pull/12/checks
twitter:imagehttps://avatars.githubusercontent.com/u/1423657?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/1423657?s=400&v=4
og:image:altDiscovery API ⚠️ This is just an experiment and will most likely end up in a different extension The optional discovery API offers an easy hook for servers to advertise and discover each other (fl...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonef29b4256dc96a8de29f6e5fad4bf98fdbfc5cb1dbb313013053581f8470d8a21
turbo-cache-controlno-cache
go-importgithub.com/Query-farm/httpserver git https://github.com/Query-farm/httpserver.git
octolytics-dimension-user_id183420031
octolytics-dimension-user_loginQuery-farm
octolytics-dimension-repository_id869750358
octolytics-dimension-repository_nwoQuery-farm/httpserver
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id869750358
octolytics-dimension-repository_network_root_nwoQuery-farm/httpserver
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release61292800a4f1180f0b13782adc5da7267ec99b94
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/Query-farm/httpserver/pull/12/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FQuery-farm%2Fhttpserver%2Fpull%2F12%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FQuery-farm%2Fhttpserver%2Fpull%2F12%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=Query-farm%2Fhttpserver
Reloadhttps://patch-diff.githubusercontent.com/Query-farm/httpserver/pull/12/checks
Reloadhttps://patch-diff.githubusercontent.com/Query-farm/httpserver/pull/12/checks
Reloadhttps://patch-diff.githubusercontent.com/Query-farm/httpserver/pull/12/checks
Query-farm https://patch-diff.githubusercontent.com/Query-farm
httpserverhttps://patch-diff.githubusercontent.com/Query-farm/httpserver
duckdb/extension-templatehttps://patch-diff.githubusercontent.com/duckdb/extension-template
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FQuery-farm%2Fhttpserver
Fork 10 https://patch-diff.githubusercontent.com/login?return_to=%2FQuery-farm%2Fhttpserver
Star 265 https://patch-diff.githubusercontent.com/login?return_to=%2FQuery-farm%2Fhttpserver
Code https://patch-diff.githubusercontent.com/Query-farm/httpserver
Issues 10 https://patch-diff.githubusercontent.com/Query-farm/httpserver/issues
Pull requests 1 https://patch-diff.githubusercontent.com/Query-farm/httpserver/pulls
Actions https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions
Security 0 https://patch-diff.githubusercontent.com/Query-farm/httpserver/security
Insights https://patch-diff.githubusercontent.com/Query-farm/httpserver/pulse
Code https://patch-diff.githubusercontent.com/Query-farm/httpserver
Issues https://patch-diff.githubusercontent.com/Query-farm/httpserver/issues
Pull requests https://patch-diff.githubusercontent.com/Query-farm/httpserver/pulls
Actions https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions
Security https://patch-diff.githubusercontent.com/Query-farm/httpserver/security
Insights https://patch-diff.githubusercontent.com/Query-farm/httpserver/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FQuery-farm%2Fhttpserver%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2FQuery-farm%2Fhttpserver%2Fissues%2Fnew%2Fchoose
lmanganihttps://patch-diff.githubusercontent.com/lmangani
mainhttps://patch-diff.githubusercontent.com/Query-farm/httpserver/tree/main
discoveryhttps://patch-diff.githubusercontent.com/Query-farm/httpserver/tree/discovery
Conversation 0 https://patch-diff.githubusercontent.com/Query-farm/httpserver/pull/12
Commits 14 https://patch-diff.githubusercontent.com/Query-farm/httpserver/pull/12/commits
Checks 72 https://patch-diff.githubusercontent.com/Query-farm/httpserver/pull/12/checks
Files changed https://patch-diff.githubusercontent.com/Query-farm/httpserver/pull/12/files
Please reload this pagehttps://patch-diff.githubusercontent.com/Query-farm/httpserver/pull/12/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/Query-farm/httpserver/pull/12/checks
Sign in for the full log viewhttps://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FQuery-farm%2Fhttpserver%2Fpull%2F12%2Fchecks
WIP: Discovery API https://patch-diff.githubusercontent.com/Query-farm/httpserver/pull/12/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/Query-farm/httpserver/pull/12/checks
Extension Template on: push https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783683
Linux https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783683/job/34097964362?pr=12
MacOS https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783683/job/34097964190?pr=12
Windows https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783683/job/34097964273?pr=12
Main Extension Distribution Pipeline on: push https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693
Build extension binaries / Generate matrix https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097964370?pr=12
Build extension binaries / Linux (linux_amd64, ubuntu:18.04, x64-linux) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097967609?pr=12
Build extension binaries / Linux (linux_amd64_gcc4, quay.io/pypa/manylinux2014_x86_64, x64-linux) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097967741?pr=12
Build extension binaries / Linux (linux_arm64, ubuntu:18.04, arm64-linux) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097967794?pr=12
Build extension binaries / MacOS (osx_amd64, x86_64, x64-osx) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097967516?pr=12
Build extension binaries / MacOS (osx_arm64, arm64, arm64-osx) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097967686?pr=12
Build extension binaries / Windows (windows_amd64, x64-windows-static-md) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097967851?pr=12
Build extension binaries / Windows (windows_amd64_rtools, x64-mingw-static) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097967899?pr=12
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097967951?pr=12
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097968003?pr=12
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097968053?pr=12
Build extension binaries / Generate matrix https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097964465?pr=12
Build extension binaries / Linux (linux_amd64, ubuntu:18.04, x64-linux) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097971533?pr=12
Build extension binaries / Linux (linux_amd64_gcc4, quay.io/pypa/manylinux2014_x86_64, x64-linux) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097971744?pr=12
Build extension binaries / Linux (linux_arm64, ubuntu:18.04, arm64-linux) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097971823?pr=12
Build extension binaries / MacOS (osx_amd64, x86_64, x64-osx) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097971378?pr=12
Build extension binaries / MacOS (osx_arm64, arm64, arm64-osx) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097971599?pr=12
Build extension binaries / Windows (windows_amd64, x64-windows-static-md) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097971070?pr=12
Build extension binaries / Windows (windows_amd64_rtools, x64-mingw-static) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097971259?pr=12
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097971146?pr=12
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097971462?pr=12
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34097971689?pr=12
Deploy extension binaries / Generate matrix https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34098828185?pr=12
Deploy extension binaries / Deploy (linux_amd64) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34098833299?pr=12
Deploy extension binaries / Deploy (linux_amd64_gcc4) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34098833472?pr=12
Deploy extension binaries / Deploy (linux_arm64) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34098833545?pr=12
Deploy extension binaries / Deploy (osx_amd64) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34098833646?pr=12
Deploy extension binaries / Deploy (osx_arm64) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34098833758?pr=12
Deploy extension binaries / Deploy (windows_amd64) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34098833862?pr=12
Deploy extension binaries / Deploy (windows_amd64_rtools) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34098833939?pr=12
Deploy extension binaries / Deploy (wasm_mvp) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34098834037?pr=12
Deploy extension binaries / Deploy (wasm_eh) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34098834139?pr=12
Deploy extension binaries / Deploy (wasm_threads) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783693/job/34098834251?pr=12
Extension Template on: pull_request https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783903
Linux https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783903/job/34097964678?pr=12
MacOS https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783903/job/34097964762?pr=12
Windows https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783903/job/34097964596?pr=12
Main Extension Distribution Pipeline on: pull_request https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938
Build extension binaries / Generate matrix https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097964681?pr=12
Build extension binaries / Linux (linux_amd64, ubuntu:18.04, x64-linux) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097967075?pr=12
Build extension binaries / Linux (linux_amd64_gcc4, quay.io/pypa/manylinux2014_x86_64, x64-linux) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097967199?pr=12
Build extension binaries / Linux (linux_arm64, ubuntu:18.04, arm64-linux) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097967393?pr=12
Build extension binaries / MacOS (osx_amd64, x86_64, x64-osx) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097966847?pr=12
Build extension binaries / MacOS (osx_arm64, arm64, arm64-osx) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097967253?pr=12
Build extension binaries / Windows (windows_amd64, x64-windows-static-md) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097966748?pr=12
Build extension binaries / Windows (windows_amd64_rtools, x64-mingw-static) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097966996?pr=12
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097966927?pr=12
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097967138?pr=12
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097967318?pr=12
Build extension binaries / Generate matrix https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097964773?pr=12
Build extension binaries / Linux (linux_amd64, ubuntu:18.04, x64-linux) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097970255?pr=12
Build extension binaries / Linux (linux_amd64_gcc4, quay.io/pypa/manylinux2014_x86_64, x64-linux) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097970407?pr=12
Build extension binaries / Linux (linux_arm64, ubuntu:18.04, arm64-linux) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097970625?pr=12
Build extension binaries / MacOS (osx_amd64, x86_64, x64-osx) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097970144?pr=12
Build extension binaries / MacOS (osx_arm64, arm64, arm64-osx) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097970334?pr=12
Build extension binaries / Windows (windows_amd64, x64-windows-static-md) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097970551?pr=12
Build extension binaries / Windows (windows_amd64_rtools, x64-mingw-static) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097970690?pr=12
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097970481?pr=12
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097970759?pr=12
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34097970828?pr=12
Deploy extension binaries / Generate matrix https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34098692742?pr=12
Deploy extension binaries / Deploy (linux_amd64) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34098701384?pr=12
Deploy extension binaries / Deploy (linux_amd64_gcc4) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34098701545?pr=12
Deploy extension binaries / Deploy (linux_arm64) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34098701666?pr=12
Deploy extension binaries / Deploy (osx_amd64) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34098701779?pr=12
Deploy extension binaries / Deploy (osx_arm64) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34098701887?pr=12
Deploy extension binaries / Deploy (windows_amd64) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34098701971?pr=12
Deploy extension binaries / Deploy (windows_amd64_rtools) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34098702093?pr=12
Deploy extension binaries / Deploy (wasm_mvp) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34098702224?pr=12
Deploy extension binaries / Deploy (wasm_eh) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34098702378?pr=12
Deploy extension binaries / Deploy (wasm_threads) https://patch-diff.githubusercontent.com/Query-farm/httpserver/actions/runs/12224783938/job/34098702492?pr=12
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.