Compare commits
	
		
			23 Commits
		
	
	
		
			foss_stora
			...
			0061866976
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 0061866976 | |||
| 9662b68b0d | |||
| 6f98001d8e | |||
| 6790061e22 | |||
| 50606bb69e | |||
| 5850f19cab | |||
| 2c8546e30a | |||
| 4e619d0ebc | |||
| 647c4cd324 | |||
| 7fab961d76 | |||
| d3fff194f4 | |||
| 3497312fd4 | |||
| 0fd76b1734 | |||
| 9bfa8f9108 | |||
| bdb1094a30 | |||
| 9aa2d9ce22 | |||
| 4b557a923c | |||
| c08a20ac00 | |||
| 94912e9125 | |||
| a9465dda6e | |||
| add6f00ed6 | |||
| 4a433a1a77 | |||
| 03cbcd9ae0 | 
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -5,4 +5,5 @@ perf.data
 | 
				
			|||||||
flamegraph.svg
 | 
					flamegraph.svg
 | 
				
			||||||
perf.data.old
 | 
					perf.data.old
 | 
				
			||||||
/docker/logs/*
 | 
					/docker/logs/*
 | 
				
			||||||
/downloaded
 | 
					/downloaded
 | 
				
			||||||
 | 
					/Crawler.toml
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										19
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										19
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
								
							@@ -7,18 +7,15 @@
 | 
				
			|||||||
        {
 | 
					        {
 | 
				
			||||||
            "type": "lldb",
 | 
					            "type": "lldb",
 | 
				
			||||||
            "request": "launch",
 | 
					            "request": "launch",
 | 
				
			||||||
            "name": "Debug executable 'surreal_spider'",
 | 
					            "name": "Debug executable 'internet_mapper'",
 | 
				
			||||||
            "env": {
 | 
					 | 
				
			||||||
                "RUST_LOG": "surreal_spider=trace,reqwest=info",
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "cargo": {
 | 
					            "cargo": {
 | 
				
			||||||
                "args": [
 | 
					                "args": [
 | 
				
			||||||
                    "build",
 | 
					                    "build",
 | 
				
			||||||
                    "--bin=surreal_spider",
 | 
					                    "--bin=internet_mapper",
 | 
				
			||||||
                    "--package=surreal_spider"
 | 
					                    "--package=internet_mapper"
 | 
				
			||||||
                ],
 | 
					                ],
 | 
				
			||||||
                "filter": {
 | 
					                "filter": {
 | 
				
			||||||
                    "name": "surreal_spider",
 | 
					                    "name": "internet_mapper",
 | 
				
			||||||
                    "kind": "bin"
 | 
					                    "kind": "bin"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
@@ -28,16 +25,16 @@
 | 
				
			|||||||
        {
 | 
					        {
 | 
				
			||||||
            "type": "lldb",
 | 
					            "type": "lldb",
 | 
				
			||||||
            "request": "launch",
 | 
					            "request": "launch",
 | 
				
			||||||
            "name": "Debug unit tests in executable 'surreal_spider'",
 | 
					            "name": "Debug unit tests in executable 'internet_mapper'",
 | 
				
			||||||
            "cargo": {
 | 
					            "cargo": {
 | 
				
			||||||
                "args": [
 | 
					                "args": [
 | 
				
			||||||
                    "test",
 | 
					                    "test",
 | 
				
			||||||
                    "--no-run",
 | 
					                    "--no-run",
 | 
				
			||||||
                    "--bin=surreal_spider",
 | 
					                    "--bin=internet_mapper",
 | 
				
			||||||
                    "--package=surreal_spider"
 | 
					                    "--package=internet_mapper"
 | 
				
			||||||
                ],
 | 
					                ],
 | 
				
			||||||
                "filter": {
 | 
					                "filter": {
 | 
				
			||||||
                    "name": "surreal_spider",
 | 
					                    "name": "internet_mapper",
 | 
				
			||||||
                    "kind": "bin"
 | 
					                    "kind": "bin"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							@@ -3,6 +3,6 @@
 | 
				
			|||||||
        "creds",
 | 
					        "creds",
 | 
				
			||||||
        "reqwest",
 | 
					        "reqwest",
 | 
				
			||||||
        "rustls",
 | 
					        "rustls",
 | 
				
			||||||
        "surql"
 | 
					        "surql",
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
							
								
								
									
										420
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										420
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -103,62 +103,18 @@ dependencies = [
 | 
				
			|||||||
 "libc",
 | 
					 "libc",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "anstream"
 | 
					 | 
				
			||||||
version = "0.6.18"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "anstyle",
 | 
					 | 
				
			||||||
 "anstyle-parse",
 | 
					 | 
				
			||||||
 "anstyle-query",
 | 
					 | 
				
			||||||
 "anstyle-wincon",
 | 
					 | 
				
			||||||
 "colorchoice",
 | 
					 | 
				
			||||||
 "is_terminal_polyfill",
 | 
					 | 
				
			||||||
 "utf8parse",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "anstyle"
 | 
					 | 
				
			||||||
version = "1.0.10"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "anstyle-parse"
 | 
					 | 
				
			||||||
version = "0.2.6"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "utf8parse",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "anstyle-query"
 | 
					 | 
				
			||||||
version = "1.1.2"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "windows-sys 0.59.0",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "anstyle-wincon"
 | 
					 | 
				
			||||||
version = "3.0.7"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "anstyle",
 | 
					 | 
				
			||||||
 "once_cell",
 | 
					 | 
				
			||||||
 "windows-sys 0.59.0",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "any_ascii"
 | 
					name = "any_ascii"
 | 
				
			||||||
version = "0.3.2"
 | 
					version = "0.3.2"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "ea50b14b7a4b9343f8c627a7a53c52076482bd4bdad0a24fd3ec533ed616cc2c"
 | 
					checksum = "ea50b14b7a4b9343f8c627a7a53c52076482bd4bdad0a24fd3ec533ed616cc2c"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[package]]
 | 
				
			||||||
 | 
					name = "anyhow"
 | 
				
			||||||
 | 
					version = "1.0.98"
 | 
				
			||||||
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
 | 
					checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "approx"
 | 
					name = "approx"
 | 
				
			||||||
version = "0.4.0"
 | 
					version = "0.4.0"
 | 
				
			||||||
@@ -325,17 +281,6 @@ dependencies = [
 | 
				
			|||||||
 "serde_json",
 | 
					 "serde_json",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "async-recursion"
 | 
					 | 
				
			||||||
version = "1.1.1"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "proc-macro2",
 | 
					 | 
				
			||||||
 "quote",
 | 
					 | 
				
			||||||
 "syn 2.0.100",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "async-stream"
 | 
					name = "async-stream"
 | 
				
			||||||
version = "0.3.6"
 | 
					version = "0.3.6"
 | 
				
			||||||
@@ -815,12 +760,6 @@ dependencies = [
 | 
				
			|||||||
 "cc",
 | 
					 "cc",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "colorchoice"
 | 
					 | 
				
			||||||
version = "1.0.3"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "concurrent-queue"
 | 
					name = "concurrent-queue"
 | 
				
			||||||
version = "2.5.0"
 | 
					version = "2.5.0"
 | 
				
			||||||
@@ -871,21 +810,6 @@ dependencies = [
 | 
				
			|||||||
 "libc",
 | 
					 "libc",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "crc"
 | 
					 | 
				
			||||||
version = "3.2.1"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "crc-catalog",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "crc-catalog"
 | 
					 | 
				
			||||||
version = "2.4.0"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "crc32fast"
 | 
					name = "crc32fast"
 | 
				
			||||||
version = "1.4.2"
 | 
					version = "1.4.2"
 | 
				
			||||||
@@ -984,20 +908,6 @@ dependencies = [
 | 
				
			|||||||
 "parking_lot_core",
 | 
					 "parking_lot_core",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "dashmap"
 | 
					 | 
				
			||||||
version = "6.1.0"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "cfg-if",
 | 
					 | 
				
			||||||
 "crossbeam-utils",
 | 
					 | 
				
			||||||
 "hashbrown 0.14.5",
 | 
					 | 
				
			||||||
 "lock_api",
 | 
					 | 
				
			||||||
 "once_cell",
 | 
					 | 
				
			||||||
 "parking_lot_core",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "data-encoding"
 | 
					name = "data-encoding"
 | 
				
			||||||
version = "2.8.0"
 | 
					version = "2.8.0"
 | 
				
			||||||
@@ -1014,17 +924,6 @@ dependencies = [
 | 
				
			|||||||
 "serde",
 | 
					 "serde",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "derivative"
 | 
					 | 
				
			||||||
version = "2.2.0"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "proc-macro2",
 | 
					 | 
				
			||||||
 "quote",
 | 
					 | 
				
			||||||
 "syn 1.0.109",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "deunicode"
 | 
					name = "deunicode"
 | 
				
			||||||
version = "1.6.1"
 | 
					version = "1.6.1"
 | 
				
			||||||
@@ -1135,29 +1034,6 @@ version = "0.1.2"
 | 
				
			|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
 | 
					checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "env_filter"
 | 
					 | 
				
			||||||
version = "0.1.3"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "log",
 | 
					 | 
				
			||||||
 "regex",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "env_logger"
 | 
					 | 
				
			||||||
version = "0.11.7"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "anstream",
 | 
					 | 
				
			||||||
 "anstyle",
 | 
					 | 
				
			||||||
 "env_filter",
 | 
					 | 
				
			||||||
 "jiff",
 | 
					 | 
				
			||||||
 "log",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "equivalent"
 | 
					name = "equivalent"
 | 
				
			||||||
version = "1.0.2"
 | 
					version = "1.0.2"
 | 
				
			||||||
@@ -1727,6 +1603,19 @@ dependencies = [
 | 
				
			|||||||
 "webpki-roots",
 | 
					 "webpki-roots",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[package]]
 | 
				
			||||||
 | 
					name = "hyper-timeout"
 | 
				
			||||||
 | 
					version = "0.5.2"
 | 
				
			||||||
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
 | 
					checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 | 
				
			||||||
 | 
					dependencies = [
 | 
				
			||||||
 | 
					 "hyper",
 | 
				
			||||||
 | 
					 "hyper-util",
 | 
				
			||||||
 | 
					 "pin-project-lite",
 | 
				
			||||||
 | 
					 "tokio",
 | 
				
			||||||
 | 
					 "tower-service",
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "hyper-tls"
 | 
					name = "hyper-tls"
 | 
				
			||||||
version = "0.6.0"
 | 
					version = "0.6.0"
 | 
				
			||||||
@@ -1966,10 +1855,13 @@ name = "internet_mapper"
 | 
				
			|||||||
version = "0.1.0"
 | 
					version = "0.1.0"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "base64 0.22.1",
 | 
					 "base64 0.22.1",
 | 
				
			||||||
 | 
					 "futures-util",
 | 
				
			||||||
 "html5ever 0.29.1",
 | 
					 "html5ever 0.29.1",
 | 
				
			||||||
 "metrics",
 | 
					 "metrics",
 | 
				
			||||||
 "metrics-exporter-prometheus",
 | 
					 "metrics-exporter-prometheus",
 | 
				
			||||||
 "minio",
 | 
					 "opentelemetry",
 | 
				
			||||||
 | 
					 "opentelemetry-otlp",
 | 
				
			||||||
 | 
					 "opentelemetry_sdk",
 | 
				
			||||||
 "reqwest",
 | 
					 "reqwest",
 | 
				
			||||||
 "serde",
 | 
					 "serde",
 | 
				
			||||||
 "surrealdb",
 | 
					 "surrealdb",
 | 
				
			||||||
@@ -1986,12 +1878,6 @@ version = "2.11.0"
 | 
				
			|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 | 
					checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "is_terminal_polyfill"
 | 
					 | 
				
			||||||
version = "1.70.1"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "itertools"
 | 
					name = "itertools"
 | 
				
			||||||
version = "0.10.5"
 | 
					version = "0.10.5"
 | 
				
			||||||
@@ -2025,30 +1911,6 @@ version = "1.0.15"
 | 
				
			|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 | 
					checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "jiff"
 | 
					 | 
				
			||||||
version = "0.2.4"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "jiff-static",
 | 
					 | 
				
			||||||
 "log",
 | 
					 | 
				
			||||||
 "portable-atomic",
 | 
					 | 
				
			||||||
 "portable-atomic-util",
 | 
					 | 
				
			||||||
 "serde",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "jiff-static"
 | 
					 | 
				
			||||||
version = "0.2.4"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "proc-macro2",
 | 
					 | 
				
			||||||
 "quote",
 | 
					 | 
				
			||||||
 "syn 2.0.100",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "jobserver"
 | 
					name = "jobserver"
 | 
				
			||||||
version = "0.1.32"
 | 
					version = "0.1.32"
 | 
				
			||||||
@@ -2293,12 +2155,6 @@ dependencies = [
 | 
				
			|||||||
 "digest",
 | 
					 "digest",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "md5"
 | 
					 | 
				
			||||||
version = "0.7.0"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "memchr"
 | 
					name = "memchr"
 | 
				
			||||||
version = "2.7.4"
 | 
					version = "2.7.4"
 | 
				
			||||||
@@ -2397,46 +2253,6 @@ version = "0.2.1"
 | 
				
			|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 | 
					checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "minio"
 | 
					 | 
				
			||||||
version = "0.2.0-alpha"
 | 
					 | 
				
			||||||
source = "git+https://github.com/minio/minio-rs.git?rev=c28f576#c28f576cb8f8cf47fb941bb9db62b2cbd6f080c1"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "async-recursion",
 | 
					 | 
				
			||||||
 "async-trait",
 | 
					 | 
				
			||||||
 "base64 0.22.1",
 | 
					 | 
				
			||||||
 "byteorder",
 | 
					 | 
				
			||||||
 "bytes",
 | 
					 | 
				
			||||||
 "chrono",
 | 
					 | 
				
			||||||
 "crc",
 | 
					 | 
				
			||||||
 "dashmap 6.1.0",
 | 
					 | 
				
			||||||
 "derivative",
 | 
					 | 
				
			||||||
 "env_logger",
 | 
					 | 
				
			||||||
 "futures-util",
 | 
					 | 
				
			||||||
 "hex",
 | 
					 | 
				
			||||||
 "hmac",
 | 
					 | 
				
			||||||
 "home",
 | 
					 | 
				
			||||||
 "http",
 | 
					 | 
				
			||||||
 "hyper",
 | 
					 | 
				
			||||||
 "lazy_static",
 | 
					 | 
				
			||||||
 "log",
 | 
					 | 
				
			||||||
 "md5",
 | 
					 | 
				
			||||||
 "multimap",
 | 
					 | 
				
			||||||
 "os_info",
 | 
					 | 
				
			||||||
 "percent-encoding",
 | 
					 | 
				
			||||||
 "rand 0.8.5",
 | 
					 | 
				
			||||||
 "regex",
 | 
					 | 
				
			||||||
 "reqwest",
 | 
					 | 
				
			||||||
 "serde",
 | 
					 | 
				
			||||||
 "serde_json",
 | 
					 | 
				
			||||||
 "sha2",
 | 
					 | 
				
			||||||
 "tokio",
 | 
					 | 
				
			||||||
 "tokio-stream",
 | 
					 | 
				
			||||||
 "tokio-util",
 | 
					 | 
				
			||||||
 "urlencoding",
 | 
					 | 
				
			||||||
 "xmltree",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "miniz_oxide"
 | 
					name = "miniz_oxide"
 | 
				
			||||||
version = "0.8.5"
 | 
					version = "0.8.5"
 | 
				
			||||||
@@ -2474,15 +2290,6 @@ dependencies = [
 | 
				
			|||||||
 "version_check",
 | 
					 "version_check",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "multimap"
 | 
					 | 
				
			||||||
version = "0.10.0"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "serde",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "nanoid"
 | 
					name = "nanoid"
 | 
				
			||||||
version = "0.4.0"
 | 
					version = "0.4.0"
 | 
				
			||||||
@@ -2735,14 +2542,77 @@ dependencies = [
 | 
				
			|||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "os_info"
 | 
					name = "opentelemetry"
 | 
				
			||||||
version = "3.10.0"
 | 
					version = "0.30.0"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "2a604e53c24761286860eba4e2c8b23a0161526476b1de520139d69cdb85a6b5"
 | 
					checksum = "aaf416e4cb72756655126f7dd7bb0af49c674f4c1b9903e80c009e0c37e552e6"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "log",
 | 
					 "futures-core",
 | 
				
			||||||
 "serde",
 | 
					 "futures-sink",
 | 
				
			||||||
 "windows-sys 0.52.0",
 | 
					 "js-sys",
 | 
				
			||||||
 | 
					 "pin-project-lite",
 | 
				
			||||||
 | 
					 "thiserror 2.0.12",
 | 
				
			||||||
 | 
					 "tracing",
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[package]]
 | 
				
			||||||
 | 
					name = "opentelemetry-http"
 | 
				
			||||||
 | 
					version = "0.30.0"
 | 
				
			||||||
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
 | 
					checksum = "50f6639e842a97dbea8886e3439710ae463120091e2e064518ba8e716e6ac36d"
 | 
				
			||||||
 | 
					dependencies = [
 | 
				
			||||||
 | 
					 "async-trait",
 | 
				
			||||||
 | 
					 "bytes",
 | 
				
			||||||
 | 
					 "http",
 | 
				
			||||||
 | 
					 "opentelemetry",
 | 
				
			||||||
 | 
					 "reqwest",
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[package]]
 | 
				
			||||||
 | 
					name = "opentelemetry-otlp"
 | 
				
			||||||
 | 
					version = "0.30.0"
 | 
				
			||||||
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
 | 
					checksum = "dbee664a43e07615731afc539ca60c6d9f1a9425e25ca09c57bc36c87c55852b"
 | 
				
			||||||
 | 
					dependencies = [
 | 
				
			||||||
 | 
					 "http",
 | 
				
			||||||
 | 
					 "opentelemetry",
 | 
				
			||||||
 | 
					 "opentelemetry-http",
 | 
				
			||||||
 | 
					 "opentelemetry-proto",
 | 
				
			||||||
 | 
					 "opentelemetry_sdk",
 | 
				
			||||||
 | 
					 "prost",
 | 
				
			||||||
 | 
					 "reqwest",
 | 
				
			||||||
 | 
					 "thiserror 2.0.12",
 | 
				
			||||||
 | 
					 "tokio",
 | 
				
			||||||
 | 
					 "tonic",
 | 
				
			||||||
 | 
					 "tracing",
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[package]]
 | 
				
			||||||
 | 
					name = "opentelemetry-proto"
 | 
				
			||||||
 | 
					version = "0.30.0"
 | 
				
			||||||
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
 | 
					checksum = "2e046fd7660710fe5a05e8748e70d9058dc15c94ba914e7c4faa7c728f0e8ddc"
 | 
				
			||||||
 | 
					dependencies = [
 | 
				
			||||||
 | 
					 "opentelemetry",
 | 
				
			||||||
 | 
					 "opentelemetry_sdk",
 | 
				
			||||||
 | 
					 "prost",
 | 
				
			||||||
 | 
					 "tonic",
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[package]]
 | 
				
			||||||
 | 
					name = "opentelemetry_sdk"
 | 
				
			||||||
 | 
					version = "0.30.0"
 | 
				
			||||||
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
 | 
					checksum = "11f644aa9e5e31d11896e024305d7e3c98a88884d9f8919dbf37a9991bc47a4b"
 | 
				
			||||||
 | 
					dependencies = [
 | 
				
			||||||
 | 
					 "futures-channel",
 | 
				
			||||||
 | 
					 "futures-executor",
 | 
				
			||||||
 | 
					 "futures-util",
 | 
				
			||||||
 | 
					 "opentelemetry",
 | 
				
			||||||
 | 
					 "percent-encoding",
 | 
				
			||||||
 | 
					 "rand 0.9.0",
 | 
				
			||||||
 | 
					 "serde_json",
 | 
				
			||||||
 | 
					 "thiserror 2.0.12",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
@@ -2922,6 +2792,26 @@ version = "0.5.0"
 | 
				
			|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
 | 
					checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[package]]
 | 
				
			||||||
 | 
					name = "pin-project"
 | 
				
			||||||
 | 
					version = "1.1.10"
 | 
				
			||||||
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
 | 
					checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
 | 
				
			||||||
 | 
					dependencies = [
 | 
				
			||||||
 | 
					 "pin-project-internal",
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[package]]
 | 
				
			||||||
 | 
					name = "pin-project-internal"
 | 
				
			||||||
 | 
					version = "1.1.10"
 | 
				
			||||||
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
 | 
					checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
 | 
				
			||||||
 | 
					dependencies = [
 | 
				
			||||||
 | 
					 "proc-macro2",
 | 
				
			||||||
 | 
					 "quote",
 | 
				
			||||||
 | 
					 "syn 2.0.100",
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "pin-project-lite"
 | 
					name = "pin-project-lite"
 | 
				
			||||||
version = "0.2.16"
 | 
					version = "0.2.16"
 | 
				
			||||||
@@ -2946,15 +2836,6 @@ version = "1.11.0"
 | 
				
			|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
 | 
					checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "portable-atomic-util"
 | 
					 | 
				
			||||||
version = "0.2.4"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "portable-atomic",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "powerfmt"
 | 
					name = "powerfmt"
 | 
				
			||||||
version = "0.2.0"
 | 
					version = "0.2.0"
 | 
				
			||||||
@@ -3004,6 +2885,29 @@ dependencies = [
 | 
				
			|||||||
 "unicode-ident",
 | 
					 "unicode-ident",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[package]]
 | 
				
			||||||
 | 
					name = "prost"
 | 
				
			||||||
 | 
					version = "0.13.5"
 | 
				
			||||||
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
 | 
					checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
 | 
				
			||||||
 | 
					dependencies = [
 | 
				
			||||||
 | 
					 "bytes",
 | 
				
			||||||
 | 
					 "prost-derive",
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[package]]
 | 
				
			||||||
 | 
					name = "prost-derive"
 | 
				
			||||||
 | 
					version = "0.13.5"
 | 
				
			||||||
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
 | 
					checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
 | 
				
			||||||
 | 
					dependencies = [
 | 
				
			||||||
 | 
					 "anyhow",
 | 
				
			||||||
 | 
					 "itertools 0.13.0",
 | 
				
			||||||
 | 
					 "proc-macro2",
 | 
				
			||||||
 | 
					 "quote",
 | 
				
			||||||
 | 
					 "syn 2.0.100",
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "psl-types"
 | 
					name = "psl-types"
 | 
				
			||||||
version = "2.0.11"
 | 
					version = "2.0.11"
 | 
				
			||||||
@@ -3365,6 +3269,7 @@ dependencies = [
 | 
				
			|||||||
 "base64 0.22.1",
 | 
					 "base64 0.22.1",
 | 
				
			||||||
 "bytes",
 | 
					 "bytes",
 | 
				
			||||||
 "encoding_rs",
 | 
					 "encoding_rs",
 | 
				
			||||||
 | 
					 "futures-channel",
 | 
				
			||||||
 "futures-core",
 | 
					 "futures-core",
 | 
				
			||||||
 "futures-util",
 | 
					 "futures-util",
 | 
				
			||||||
 "h2",
 | 
					 "h2",
 | 
				
			||||||
@@ -4195,7 +4100,7 @@ dependencies = [
 | 
				
			|||||||
 "cedar-policy",
 | 
					 "cedar-policy",
 | 
				
			||||||
 "chrono",
 | 
					 "chrono",
 | 
				
			||||||
 "ciborium",
 | 
					 "ciborium",
 | 
				
			||||||
 "dashmap 5.5.3",
 | 
					 "dashmap",
 | 
				
			||||||
 "deunicode",
 | 
					 "deunicode",
 | 
				
			||||||
 "dmp",
 | 
					 "dmp",
 | 
				
			||||||
 "fst",
 | 
					 "fst",
 | 
				
			||||||
@@ -4618,6 +4523,32 @@ dependencies = [
 | 
				
			|||||||
 "winnow",
 | 
					 "winnow",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[package]]
 | 
				
			||||||
 | 
					name = "tonic"
 | 
				
			||||||
 | 
					version = "0.13.1"
 | 
				
			||||||
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
 | 
					checksum = "7e581ba15a835f4d9ea06c55ab1bd4dce26fc53752c69a04aac00703bfb49ba9"
 | 
				
			||||||
 | 
					dependencies = [
 | 
				
			||||||
 | 
					 "async-trait",
 | 
				
			||||||
 | 
					 "base64 0.22.1",
 | 
				
			||||||
 | 
					 "bytes",
 | 
				
			||||||
 | 
					 "http",
 | 
				
			||||||
 | 
					 "http-body",
 | 
				
			||||||
 | 
					 "http-body-util",
 | 
				
			||||||
 | 
					 "hyper",
 | 
				
			||||||
 | 
					 "hyper-timeout",
 | 
				
			||||||
 | 
					 "hyper-util",
 | 
				
			||||||
 | 
					 "percent-encoding",
 | 
				
			||||||
 | 
					 "pin-project",
 | 
				
			||||||
 | 
					 "prost",
 | 
				
			||||||
 | 
					 "tokio",
 | 
				
			||||||
 | 
					 "tokio-stream",
 | 
				
			||||||
 | 
					 "tower",
 | 
				
			||||||
 | 
					 "tower-layer",
 | 
				
			||||||
 | 
					 "tower-service",
 | 
				
			||||||
 | 
					 "tracing",
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "tower"
 | 
					name = "tower"
 | 
				
			||||||
version = "0.5.2"
 | 
					version = "0.5.2"
 | 
				
			||||||
@@ -4626,11 +4557,15 @@ checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
 | 
				
			|||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "futures-core",
 | 
					 "futures-core",
 | 
				
			||||||
 "futures-util",
 | 
					 "futures-util",
 | 
				
			||||||
 | 
					 "indexmap 2.8.0",
 | 
				
			||||||
 "pin-project-lite",
 | 
					 "pin-project-lite",
 | 
				
			||||||
 | 
					 "slab",
 | 
				
			||||||
 "sync_wrapper",
 | 
					 "sync_wrapper",
 | 
				
			||||||
 "tokio",
 | 
					 "tokio",
 | 
				
			||||||
 | 
					 "tokio-util",
 | 
				
			||||||
 "tower-layer",
 | 
					 "tower-layer",
 | 
				
			||||||
 "tower-service",
 | 
					 "tower-service",
 | 
				
			||||||
 | 
					 "tracing",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
@@ -4872,12 +4807,6 @@ version = "1.0.4"
 | 
				
			|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
 | 
					checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "utf8parse"
 | 
					 | 
				
			||||||
version = "0.2.2"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "uuid"
 | 
					name = "uuid"
 | 
				
			||||||
version = "1.16.0"
 | 
					version = "1.16.0"
 | 
				
			||||||
@@ -5418,21 +5347,6 @@ dependencies = [
 | 
				
			|||||||
 "tap",
 | 
					 "tap",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "xml-rs"
 | 
					 | 
				
			||||||
version = "0.8.25"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "c5b940ebc25896e71dd073bad2dbaa2abfe97b0a391415e22ad1326d9c54e3c4"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "xmltree"
 | 
					 | 
				
			||||||
version = "0.11.0"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "b619f8c85654798007fb10afa5125590b43b088c225a25fc2fec100a9fad0fc6"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "xml-rs",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "yoke"
 | 
					name = "yoke"
 | 
				
			||||||
version = "0.7.5"
 | 
					version = "0.7.5"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,12 +5,14 @@ edition = "2021"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
base64 = "0.22.1"
 | 
					base64 = "0.22.1"
 | 
				
			||||||
 | 
					futures-util = "0.3.31"
 | 
				
			||||||
html5ever = "0.29"
 | 
					html5ever = "0.29"
 | 
				
			||||||
metrics = "0.24.1"
 | 
					metrics = "0.24.1"
 | 
				
			||||||
metrics-exporter-prometheus = { version = "0.16.2", features=["http-listener"]}
 | 
					metrics-exporter-prometheus = { version = "0.16.2", features=["http-listener"]}
 | 
				
			||||||
# minio = "0.1.0"
 | 
					opentelemetry = "0.30.0"
 | 
				
			||||||
minio = {git="https://github.com/minio/minio-rs.git", rev = "c28f576"}
 | 
					opentelemetry-otlp = { version = "0.30.0", features = ["metrics", "trace", "logs", "grpc-tonic"] }
 | 
				
			||||||
reqwest = { version = "0.12", features = ["gzip", "default", "rustls-tls"] }
 | 
					opentelemetry_sdk = "0.30.0"
 | 
				
			||||||
 | 
					reqwest = { version = "0.12", features = ["gzip", "default", "rustls-tls", "stream"] }
 | 
				
			||||||
serde = { version = "1.0", features = ["derive"] }
 | 
					serde = { version = "1.0", features = ["derive"] }
 | 
				
			||||||
surrealdb = "2.2"
 | 
					surrealdb = "2.2"
 | 
				
			||||||
tokio = { version="1.41.0", features = ["full"] }
 | 
					tokio = { version="1.41.0", features = ["full"] }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,8 +3,12 @@ surreal_url = "localhost:8000"
 | 
				
			|||||||
surreal_username = "root"
 | 
					surreal_username = "root"
 | 
				
			||||||
surreal_password = "root"
 | 
					surreal_password = "root"
 | 
				
			||||||
surreal_ns = "test"
 | 
					surreal_ns = "test"
 | 
				
			||||||
surreal_db = "v1.19.2"
 | 
					surreal_db = "v1.21.1"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Crawler config
 | 
					# Crawler config
 | 
				
			||||||
crawl_filter = "en.wikipedia.com" 
 | 
					# crawl_filter = "https://ftpgeoinfo.msl.mt.gov/Data/Spatial/MSDI/Imagery/2023_NAIP/UTM_County_Mosaics/" 
 | 
				
			||||||
 | 
					crawl_filter = "https://oliveratkinson.net" 
 | 
				
			||||||
 | 
					# start_url = "https://ftpgeoinfo.msl.mt.gov/Data/Spatial/MSDI/Imagery/2023_NAIP/UTM_County_Mosaics/"
 | 
				
			||||||
 | 
					start_url = "https://oliveratkinson.net"
 | 
				
			||||||
budget = 1000
 | 
					budget = 1000
 | 
				
			||||||
 | 
					batch_size = 500
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										34
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										34
									
								
								README.md
									
									
									
									
									
								
							@@ -2,13 +2,43 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Crawls sites saving all the found links to a surrealdb database. It then proceeds to take batches of 100 uncrawled links untill the crawl budget is reached. It saves the data of each site in a minio database.
 | 
					Crawls sites saving all the found links to a surrealdb database. It then proceeds to take batches of 100 uncrawled links untill the crawl budget is reached. It saves the data of each site in a minio database.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## How to use
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					1. Clone the repo and `cd` into it.
 | 
				
			||||||
 | 
					2. Build the repo with `cargo build -r`
 | 
				
			||||||
 | 
					3. Start the docker conatiners
 | 
				
			||||||
 | 
						1. cd into the docker folder `cd docker`
 | 
				
			||||||
 | 
						2. Bring up the docker containers `docker compose up -d`
 | 
				
			||||||
 | 
					4. From the project's root, edit the `Crawler.toml` file to your liking.
 | 
				
			||||||
 | 
					5. Run with `./target/release/internet_mapper`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					You can view stats of the project at `http://<your-ip>:3000/dashboards`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```bash
 | 
				
			||||||
 | 
					# Untested script but probably works
 | 
				
			||||||
 | 
					git clone https://git.oliveratkinson.net/Oliver/internet_mapper.git
 | 
				
			||||||
 | 
					cd internet_mapper
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					cargo build -r
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					cd docker
 | 
				
			||||||
 | 
					docker compose up -d
 | 
				
			||||||
 | 
					cd ..
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					$EDITOR Crawler.toml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					./target/release/internet_mapper
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### TODO
 | 
					### TODO
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- [ ] Domain filtering - prevent the crawler from going on alternate versions of wikipedia.
 | 
					- [x] Domain filtering - prevent the crawler from going on alternate versions of wikipedia.
 | 
				
			||||||
- [ ] Conditionally save content - based on filename or file contents
 | 
					- [ ] Conditionally save content - based on filename or file contents
 | 
				
			||||||
- [x] GUI / TUI ? - Graphana
 | 
					- [x] GUI / TUI ? - Graphana
 | 
				
			||||||
- [x] Better asynchronous getting of the sites. Currently it all happens serially.
 | 
					- [x] Better asynchronous getting of the sites. Currently it all happens serially.
 | 
				
			||||||
- [ ] Allow for storing asynchronously
 | 
					- [x] Allow for storing asynchronously - dropping the "links to" logic fixes this need
 | 
				
			||||||
 | 
					- [x] Control crawler via config file (no recompliation needed)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
3/17/25: Took >1hr to crawl 100 pages
 | 
					3/17/25: Took >1hr to crawl 100 pages
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,12 +3,34 @@ local.file_match "tmplogs" {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
loki.source.file "local_files" {
 | 
					loki.source.file "local_files" {
 | 
				
			||||||
    targets    = local.file_match.tmplogs.targets
 | 
					    targets    	= local.file_match.tmplogs.targets
 | 
				
			||||||
    forward_to = [loki.write.local_loki.receiver]
 | 
					    forward_to 	= [loki.write.local_loki.receiver]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
loki.write "local_loki" {
 | 
					loki.write "local_loki" {
 | 
				
			||||||
    endpoint {
 | 
					    endpoint {
 | 
				
			||||||
        url = "http://loki:3100/loki/api/v1/push"
 | 
					        url = "http://loki:3100/loki/api/v1/push"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					otelcol.receiver.otlp "otlp_receiver" {
 | 
				
			||||||
 | 
					  grpc {
 | 
				
			||||||
 | 
					    endpoint = "0.0.0.0:4317"
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  http {
 | 
				
			||||||
 | 
					    endpoint = "0.0.0.0:4318"
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  output {
 | 
				
			||||||
 | 
					    traces = [otelcol.exporter.otlp.tempo.input,]
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					otelcol.exporter.otlp "tempo" {
 | 
				
			||||||
 | 
					  client {
 | 
				
			||||||
 | 
					    endpoint = "tempo:4317"
 | 
				
			||||||
 | 
					    tls {
 | 
				
			||||||
 | 
								insecure = true
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,6 @@
 | 
				
			|||||||
services:
 | 
					services:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  # Database
 | 
				
			||||||
  surreal:
 | 
					  surreal:
 | 
				
			||||||
    image: surrealdb/surrealdb:latest-dev
 | 
					    image: surrealdb/surrealdb:latest-dev
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
@@ -15,6 +17,18 @@ services:
 | 
				
			|||||||
      - root
 | 
					      - root
 | 
				
			||||||
      - rocksdb:/mydata/database.db
 | 
					      - rocksdb:/mydata/database.db
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  # Tracing
 | 
				
			||||||
 | 
					  tempo:
 | 
				
			||||||
 | 
					    image: grafana/tempo:latest
 | 
				
			||||||
 | 
					    command: [ "-config.file=/etc/tempo.yaml" ]
 | 
				
			||||||
 | 
					    volumes:
 | 
				
			||||||
 | 
					      - ./tempo.yaml:/etc/tempo.yaml
 | 
				
			||||||
 | 
					      - tempo_storage:/var/tempo
 | 
				
			||||||
 | 
					    ports:
 | 
				
			||||||
 | 
					      - 3200:3200 # self metrics for prometheus
 | 
				
			||||||
 | 
					      - 4317:4317 # otlp grpc - (alloy) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  # Log scraper
 | 
				
			||||||
  alloy:
 | 
					  alloy:
 | 
				
			||||||
    image: grafana/alloy:latest
 | 
					    image: grafana/alloy:latest
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
@@ -24,9 +38,13 @@ services:
 | 
				
			|||||||
      - ./logs/:/tmp/alloy-logs
 | 
					      - ./logs/:/tmp/alloy-logs
 | 
				
			||||||
      - ./alloy.conf:/etc/alloy/config.alloy
 | 
					      - ./alloy.conf:/etc/alloy/config.alloy
 | 
				
			||||||
      - alloy_storage:/var/lib/alloy
 | 
					      - alloy_storage:/var/lib/alloy
 | 
				
			||||||
    command:  run --server.http.listen-addr=0.0.0.0:12345 --storage.path=/var/lib/alloy/data /etc/alloy/config.alloy
 | 
					    command:
 | 
				
			||||||
 | 
					      - run
 | 
				
			||||||
 | 
					      - --server.http.listen-addr=0.0.0.0:12345
 | 
				
			||||||
 | 
					      - --storage.path=/var/lib/alloy/data
 | 
				
			||||||
 | 
					      - /etc/alloy/config.alloy
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #logs
 | 
					  # Log storage / analysis
 | 
				
			||||||
  loki:
 | 
					  loki:
 | 
				
			||||||
    image: grafana/loki:latest
 | 
					    image: grafana/loki:latest
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
@@ -35,16 +53,20 @@ services:
 | 
				
			|||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - ./loki.yaml:/etc/loki/local-config.yaml
 | 
					      - ./loki.yaml:/etc/loki/local-config.yaml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Metrics collector
 | 
					  # Metrics
 | 
				
			||||||
  prometheus:
 | 
					  prometheus:
 | 
				
			||||||
    image: prom/prometheus:latest
 | 
					    image: prom/prometheus:latest
 | 
				
			||||||
    expose:
 | 
					    ports:
 | 
				
			||||||
      - 9090
 | 
					      - 9090:9090
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - ./prometheus.yaml:/etc/prometheus/prometheus.yml
 | 
					      - ./prometheus.yaml:/etc/prometheus/prometheus.yml
 | 
				
			||||||
      # persist data
 | 
					      # persist data
 | 
				
			||||||
      - prometheus_storage:/prometheus
 | 
					      # - prometheus_storage:/prometheus
 | 
				
			||||||
    command: --web.enable-lifecycle --config.file=/etc/prometheus/prometheus.yml
 | 
					    command:
 | 
				
			||||||
 | 
					      - --enable-feature=native-histograms
 | 
				
			||||||
 | 
					      - --web.enable-remote-write-receiver
 | 
				
			||||||
 | 
					      - --web.enable-lifecycle
 | 
				
			||||||
 | 
					      - --config.file=/etc/prometheus/prometheus.yml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Everything viewer
 | 
					  # Everything viewer
 | 
				
			||||||
  grafana:
 | 
					  grafana:
 | 
				
			||||||
@@ -66,4 +88,4 @@ volumes:
 | 
				
			|||||||
  grafana_storage:
 | 
					  grafana_storage:
 | 
				
			||||||
  alloy_storage:
 | 
					  alloy_storage:
 | 
				
			||||||
  surrealdb_storage:
 | 
					  surrealdb_storage:
 | 
				
			||||||
  minio_storage:
 | 
					  tempo_storage:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -22,3 +22,20 @@ datasources:
 | 
				
			|||||||
  editable: false
 | 
					  editable: false
 | 
				
			||||||
  jsonData:
 | 
					  jsonData:
 | 
				
			||||||
    httpMethod: GET
 | 
					    httpMethod: GET
 | 
				
			||||||
 | 
					- name: Tempo
 | 
				
			||||||
 | 
					  type: tempo
 | 
				
			||||||
 | 
					  access: proxy
 | 
				
			||||||
 | 
					  orgId: 1
 | 
				
			||||||
 | 
					  url: http://tempo:3200
 | 
				
			||||||
 | 
					  basicAuth: false
 | 
				
			||||||
 | 
					  isDefault: false
 | 
				
			||||||
 | 
					  version: 1
 | 
				
			||||||
 | 
					  editable: true
 | 
				
			||||||
 | 
					  apiVersion: 1
 | 
				
			||||||
 | 
					  uid: tempo
 | 
				
			||||||
 | 
					  jsonData:
 | 
				
			||||||
 | 
					    httpMethod: GET
 | 
				
			||||||
 | 
					    serviceMap:
 | 
				
			||||||
 | 
					      datasourceUid: prometheus
 | 
				
			||||||
 | 
					    streamingEnabled:
 | 
				
			||||||
 | 
					      search: true
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,17 +1,15 @@
 | 
				
			|||||||
global:
 | 
					global:
 | 
				
			||||||
  scrape_interval: 5s 
 | 
					  scrape_interval: 60s 
 | 
				
			||||||
  query_log_file: /etc/prometheus/query.log
 | 
					  query_log_file: /etc/prometheus/query.log
 | 
				
			||||||
 | 
					
 | 
				
			||||||
scrape_configs:
 | 
					scrape_configs:
 | 
				
			||||||
  - job_name: crawler
 | 
					  # Crawler configs get pushed with OTLP
 | 
				
			||||||
 | 
					#  - job_name: 'loki'
 | 
				
			||||||
 | 
					#    static_configs:
 | 
				
			||||||
 | 
					#      - targets: ['loki:3100']
 | 
				
			||||||
 | 
					#  - job_name: 'prometheus'
 | 
				
			||||||
 | 
					#    static_configs:
 | 
				
			||||||
 | 
					#      - targets: ['localhost:9090']
 | 
				
			||||||
 | 
					  - job_name: 'tempo'
 | 
				
			||||||
    static_configs:
 | 
					    static_configs:
 | 
				
			||||||
    # change this your machine's ip, localhost won't work
 | 
					      - targets: ['tempo:3200']
 | 
				
			||||||
    # because localhost refers to the docker container.
 | 
					 | 
				
			||||||
      - targets: ['172.20.239.48:2500']
 | 
					 | 
				
			||||||
        #- targets: ['192.168.8.209:2500']
 | 
					 | 
				
			||||||
  - job_name: loki
 | 
					 | 
				
			||||||
    static_configs:
 | 
					 | 
				
			||||||
      - targets: ['loki:3100']
 | 
					 | 
				
			||||||
  - job_name: prometheus
 | 
					 | 
				
			||||||
    static_configs:
 | 
					 | 
				
			||||||
      - targets: ['localhost:9090']
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										48
									
								
								docker/tempo.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										48
									
								
								docker/tempo.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,48 @@
 | 
				
			|||||||
 | 
					stream_over_http_enabled: true
 | 
				
			||||||
 | 
					server:
 | 
				
			||||||
 | 
					  http_listen_port: 3200
 | 
				
			||||||
 | 
					  log_level: info
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					query_frontend:
 | 
				
			||||||
 | 
					  search:
 | 
				
			||||||
 | 
					    duration_slo: 5s
 | 
				
			||||||
 | 
					    throughput_bytes_slo: 1.073741824e+09
 | 
				
			||||||
 | 
					    metadata_slo:
 | 
				
			||||||
 | 
					      duration_slo: 5s
 | 
				
			||||||
 | 
					      throughput_bytes_slo: 1.073741824e+09
 | 
				
			||||||
 | 
					  trace_by_id:
 | 
				
			||||||
 | 
					    duration_slo: 5s
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					distributor:
 | 
				
			||||||
 | 
					  receivers:
 | 
				
			||||||
 | 
					    otlp:
 | 
				
			||||||
 | 
					      protocols:
 | 
				
			||||||
 | 
					        grpc:
 | 
				
			||||||
 | 
					          endpoint: "tempo:4317"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					metrics_generator:
 | 
				
			||||||
 | 
					  registry:
 | 
				
			||||||
 | 
					    external_labels:
 | 
				
			||||||
 | 
					      source: tempo
 | 
				
			||||||
 | 
					      cluster: docker-compose
 | 
				
			||||||
 | 
					  storage:
 | 
				
			||||||
 | 
					    path: /var/tempo/generator/wal
 | 
				
			||||||
 | 
					    remote_write:
 | 
				
			||||||
 | 
					      - url: http://prometheus:9090/api/v1/write
 | 
				
			||||||
 | 
					        send_exemplars: true
 | 
				
			||||||
 | 
					  traces_storage:
 | 
				
			||||||
 | 
					    path: /var/tempo/generator/traces
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					storage:
 | 
				
			||||||
 | 
					  trace:
 | 
				
			||||||
 | 
					    backend: local # backend configuration to use
 | 
				
			||||||
 | 
					    wal:
 | 
				
			||||||
 | 
					      path: /var/tempo/wal # where to store the wal locally
 | 
				
			||||||
 | 
					    local:
 | 
				
			||||||
 | 
					      path: /var/tempo/blocks
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					overrides:
 | 
				
			||||||
 | 
					  defaults:
 | 
				
			||||||
 | 
					    metrics_generator:
 | 
				
			||||||
 | 
					      processors: [service-graphs, span-metrics, local-blocks] # enables metrics generator
 | 
				
			||||||
 | 
					      generate_native_histograms: both
 | 
				
			||||||
							
								
								
									
										19
									
								
								src/db.rs
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								src/db.rs
									
									
									
									
									
								
							@@ -20,12 +20,18 @@ pub struct Website {
 | 
				
			|||||||
    pub site: Url,
 | 
					    pub site: Url,
 | 
				
			||||||
    /// Wether or not this link has been crawled yet
 | 
					    /// Wether or not this link has been crawled yet
 | 
				
			||||||
    pub crawled: bool,
 | 
					    pub crawled: bool,
 | 
				
			||||||
 | 
					    /// 200, 404, etc
 | 
				
			||||||
 | 
					    pub status_code: u16,
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// manual impl to make tracing look nicer
 | 
					// manual impl to make tracing look nicer
 | 
				
			||||||
impl Debug for Website {
 | 
					impl Debug for Website {
 | 
				
			||||||
    fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
 | 
					    fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
 | 
				
			||||||
        f.debug_struct("Website").field("site", &self.site).finish()
 | 
					        f.debug_struct("Website")
 | 
				
			||||||
 | 
					            .field("host", &self.site.host())
 | 
				
			||||||
 | 
					            .field("path", &self.site.path())
 | 
				
			||||||
 | 
					            .field("status_code", &self.status_code)
 | 
				
			||||||
 | 
					            .finish()
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -38,26 +44,25 @@ impl Website {
 | 
				
			|||||||
        };
 | 
					        };
 | 
				
			||||||
        Self {
 | 
					        Self {
 | 
				
			||||||
            crawled,
 | 
					            crawled,
 | 
				
			||||||
            site
 | 
					            site,
 | 
				
			||||||
 | 
					            status_code: 0,
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    pub fn set_crawled(&mut self) {
 | 
					 | 
				
			||||||
        trace!("Set crawled to true");
 | 
					 | 
				
			||||||
        self.crawled = true
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    // Insert ever item in the vec into surreal, crawled state will be preserved as TRUE
 | 
					    // Insert ever item in the vec into surreal, crawled state will be preserved as TRUE
 | 
				
			||||||
    // if already in the database as such or incoming data is TRUE.
 | 
					    // if already in the database as such or incoming data is TRUE.
 | 
				
			||||||
 | 
					    #[instrument(skip(db))]
 | 
				
			||||||
    pub async fn store_all(all: Vec<Self>, db: &Surreal<Client>) -> Vec<Thing> {
 | 
					    pub async fn store_all(all: Vec<Self>, db: &Surreal<Client>) -> Vec<Thing> {
 | 
				
			||||||
        counter!(STORE).increment(1);
 | 
					        counter!(STORE).increment(1);
 | 
				
			||||||
        let mut things = Vec::with_capacity(all.len());
 | 
					        let mut things = Vec::with_capacity(all.len());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        // FIXME failes *sometimes* because "Resource Busy"
 | 
				
			||||||
        match db
 | 
					        match db
 | 
				
			||||||
            .query(
 | 
					            .query(
 | 
				
			||||||
                "INSERT INTO website $array
 | 
					                "INSERT INTO website $array
 | 
				
			||||||
                    ON DUPLICATE KEY UPDATE
 | 
					                    ON DUPLICATE KEY UPDATE
 | 
				
			||||||
                        accessed_at = time::now(),
 | 
					                        accessed_at = time::now(),
 | 
				
			||||||
 | 
					                        status_code = $input.status_code,
 | 
				
			||||||
                        crawled = crawled OR $input.crawled
 | 
					                        crawled = crawled OR $input.crawled
 | 
				
			||||||
                    RETURN VALUE id;
 | 
					                    RETURN VALUE id;
 | 
				
			||||||
                 ",
 | 
					                 ",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,70 +1,66 @@
 | 
				
			|||||||
use std::{ffi::OsStr, path::PathBuf};
 | 
					use std::{io::ErrorKind, path::PathBuf};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					use reqwest::header::HeaderValue;
 | 
				
			||||||
use tokio::fs;
 | 
					use tokio::fs;
 | 
				
			||||||
use tracing::{debug, error, instrument, trace, warn};
 | 
					use tracing::{error, trace, warn};
 | 
				
			||||||
use url::Url;
 | 
					use url::Url;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#[instrument(skip(data))]
 | 
					pub fn as_path(url: &Url, content_type: &HeaderValue) -> PathBuf {
 | 
				
			||||||
pub async fn store(data: &str, url: &Url) {
 | 
					 | 
				
			||||||
    // extract data from url to save it accurately
 | 
					    // extract data from url to save it accurately
 | 
				
			||||||
    let url_path = PathBuf::from("./downloaded/".to_string() + url.domain().unwrap_or("UnknownDomain") + url.path());
 | 
					    let mut url_path = PathBuf::from("./downloaded/".to_string() + url.domain().unwrap_or("UnknownDomain") + url.path());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // if it's a file
 | 
					    if let Ok(header) = content_type.to_str() {
 | 
				
			||||||
    let (basepath, filename) = if url_path.extension().filter(valid_file_extension).is_some() {
 | 
					        // text/html; charset=UTF-8; option=value
 | 
				
			||||||
        // get everything up till the file
 | 
					        let ttype = if let Some((t, _)) = header.split_once(';') {
 | 
				
			||||||
        let basepath = url_path.ancestors().skip(1).take(1).collect::<PathBuf>();
 | 
					            t
 | 
				
			||||||
        // get the file name
 | 
					        } else {
 | 
				
			||||||
        let filename = url_path.file_name().expect("This should exist").to_string_lossy();
 | 
					            header
 | 
				
			||||||
        trace!("Save path: {:?} and base path: {:?}", &url_path, &basepath);
 | 
					        };
 | 
				
			||||||
        (basepath, filename.to_string())
 | 
					
 | 
				
			||||||
 | 
					        if let Some((ttype, subtype)) = ttype.split_once('/') {
 | 
				
			||||||
 | 
					            trace!("Found Content-Type to be: {ttype}/{subtype} for {}", url.to_string());
 | 
				
			||||||
 | 
					            // If the Content-Type header is "*/html" (most likely "text/html") and the path's
 | 
				
			||||||
 | 
					            // extension is anything but html:
 | 
				
			||||||
 | 
					            if subtype=="html" && !url_path.extension().is_some_and(|f| f=="html" || f=="htm" ) {
 | 
				
			||||||
 | 
					                // time to slap a index.html to the end of that path there!
 | 
				
			||||||
 | 
					                url_path = url_path.join("index.html");
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
        (url_path.clone(), "index.html".into())
 | 
					        warn!("Header: {:?} couldn't be parsed into a string!", content_type);
 | 
				
			||||||
    };
 | 
					    }
 | 
				
			||||||
 | 
					    trace!("Final path for {} is: {:?}", url, url_path);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    debug!("Writing at: {:?} {:?}", basepath, filename);
 | 
					    url_path
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // create the folders
 | 
					pub async fn init(filename: &PathBuf) -> Option<fs::File> {
 | 
				
			||||||
    if let Err(err) = fs::create_dir_all(&basepath).await {
 | 
					    let file = async || tokio::fs::OpenOptions::new()
 | 
				
			||||||
        error!("Dir creation: {err} {:?}", basepath);
 | 
					        .append(true)
 | 
				
			||||||
    } else {
 | 
					        .create(true)
 | 
				
			||||||
        // FIXME I don't think this handles index.html files well...
 | 
					        .open(&filename).await;
 | 
				
			||||||
        // TODO this should probably append .html to non-described files
 | 
					
 | 
				
			||||||
        // create the file if that was successful
 | 
					    match file().await {
 | 
				
			||||||
        if let Err(err) = fs::write(&basepath.join(filename), data).await {
 | 
					        Ok(ok) => Some(ok),
 | 
				
			||||||
            error!("File creation: {err} {:?}", url_path);
 | 
					        Err(err) => {
 | 
				
			||||||
 | 
					            // the file/folder isn't found
 | 
				
			||||||
 | 
					            if err.kind() == ErrorKind::NotFound {
 | 
				
			||||||
 | 
					                if let Some(parent ) = &filename.parent() {
 | 
				
			||||||
 | 
					                    // create the folders
 | 
				
			||||||
 | 
					                    if let Err(err) = fs::create_dir_all(&parent).await {
 | 
				
			||||||
 | 
					                        error!("Dir creation: {err} {:?}", filename);
 | 
				
			||||||
 | 
					                        eprintln!("{}", err)
 | 
				
			||||||
 | 
					                    } else if let Ok(ok) = file().await {
 | 
				
			||||||
 | 
					                        return Some(ok);
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                } else {
 | 
				
			||||||
 | 
					                    error!("Couldn't get file's parents: {:?}", &filename);
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            } else {
 | 
				
			||||||
 | 
					                error!("File open error: {err} {:?}", filename);
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            // we don't care about other errors, we can't/shouldn't fix them
 | 
				
			||||||
 | 
					            None
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					 | 
				
			||||||
fn valid_file_extension(take: &&OsStr) -> bool {
 | 
					 | 
				
			||||||
    let los = take.to_string_lossy();
 | 
					 | 
				
			||||||
    let all = los.split('.');
 | 
					 | 
				
			||||||
    match all.last() {
 | 
					 | 
				
			||||||
        Some(s) => {
 | 
					 | 
				
			||||||
            match s.to_lowercase().as_str() {
 | 
					 | 
				
			||||||
                "html" => true,
 | 
					 | 
				
			||||||
                "css" => true,
 | 
					 | 
				
			||||||
                "js" => true,
 | 
					 | 
				
			||||||
                "ts" => true,
 | 
					 | 
				
			||||||
                "otf" => true, // font
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                "png" => true,
 | 
					 | 
				
			||||||
                "svg" => true,
 | 
					 | 
				
			||||||
                "jpg" => true,
 | 
					 | 
				
			||||||
                "jpeg" => true,
 | 
					 | 
				
			||||||
                "mp4" => true,
 | 
					 | 
				
			||||||
                "mp3" => true,
 | 
					 | 
				
			||||||
                "webp" => true,
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                "pdf" => true,
 | 
					 | 
				
			||||||
                "json" => true,
 | 
					 | 
				
			||||||
                "xml" => true,
 | 
					 | 
				
			||||||
                _ => {
 | 
					 | 
				
			||||||
                    warn!("Might be forgetting a file extension: {s}");
 | 
					 | 
				
			||||||
                    false
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        None => false,
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										281
									
								
								src/main.rs
									
									
									
									
									
								
							
							
						
						
									
										281
									
								
								src/main.rs
									
									
									
									
									
								
							@@ -1,28 +1,62 @@
 | 
				
			|||||||
#![feature(ip_from)]
 | 
					#![feature(ip_from)]
 | 
				
			||||||
 | 
					#![warn(clippy::expect_used)]
 | 
				
			||||||
 | 
					#![deny(clippy::unwrap_used)]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern crate html5ever;
 | 
					extern crate html5ever;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use std::{
 | 
					use std::{
 | 
				
			||||||
    collections::HashSet, fs::File, io::Read, net::{IpAddr, Ipv4Addr}
 | 
					    collections::HashSet, fs::File, io::Read, net::{IpAddr, Ipv4Addr}, sync::LazyLock, time::Instant
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					use futures_util::StreamExt;
 | 
				
			||||||
 | 
					use opentelemetry::{global::{self, BoxedTracer}, metrics::{Counter, Meter, UpDownCounter}, trace::{Span, Tracer}};
 | 
				
			||||||
 | 
					use opentelemetry_otlp::{Protocol, WithExportConfig};
 | 
				
			||||||
use db::{connect, Website};
 | 
					use db::{connect, Website};
 | 
				
			||||||
use metrics::{counter, gauge};
 | 
					 | 
				
			||||||
use metrics_exporter_prometheus::PrometheusBuilder;
 | 
					 | 
				
			||||||
use serde::Deserialize;
 | 
					use serde::Deserialize;
 | 
				
			||||||
use surrealdb::{engine::remote::ws::Client, Surreal};
 | 
					use surrealdb::{engine::remote::ws::Client, Surreal};
 | 
				
			||||||
use tokio::task::JoinSet;
 | 
					use tokio::{io::{AsyncWriteExt, BufWriter}, task::JoinSet};
 | 
				
			||||||
use tracing::{debug, error, info, instrument, level_filters::LevelFilter, trace, trace_span};
 | 
					use tracing::{debug, error, info, instrument, level_filters::LevelFilter, trace, warn};
 | 
				
			||||||
use tracing_subscriber::{fmt, layer::SubscriberExt, EnvFilter, Layer, Registry};
 | 
					use tracing_subscriber::{fmt, layer::SubscriberExt, EnvFilter, Layer, Registry};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
mod db;
 | 
					mod db;
 | 
				
			||||||
mod parser;
 | 
					 | 
				
			||||||
mod filesystem;
 | 
					mod filesystem;
 | 
				
			||||||
 | 
					mod parser;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const GET_METRIC: &str = "total_gets";
 | 
					// TODO prefix all of these with "crawler" or something
 | 
				
			||||||
const GET_IN_FLIGHT: &str = "gets_in_flight";
 | 
					
 | 
				
			||||||
const SITES_CRAWLED: &str = "pages_crawled";
 | 
					static METER: LazyLock<Meter> = LazyLock::new(|| global::meter("Internet_Mapper"));
 | 
				
			||||||
const BEING_PROCESSED: &str = "pages_being_processed";
 | 
					static BEING_PROCESSED: LazyLock<UpDownCounter<i64>> = LazyLock::new(||
 | 
				
			||||||
 | 
					    METER
 | 
				
			||||||
 | 
					        .i64_up_down_counter("pages_being_processed")
 | 
				
			||||||
 | 
					        .build()
 | 
				
			||||||
 | 
					);
 | 
				
			||||||
 | 
					static BEING_PARSED: LazyLock<UpDownCounter<i64>> = LazyLock::new(||
 | 
				
			||||||
 | 
					    METER
 | 
				
			||||||
 | 
					        .i64_up_down_counter("pages_being_parsed")
 | 
				
			||||||
 | 
					        .build()
 | 
				
			||||||
 | 
					);
 | 
				
			||||||
 | 
					static BEING_STREAMED: LazyLock<UpDownCounter<i64>> = LazyLock::new(|| 
 | 
				
			||||||
 | 
					    METER
 | 
				
			||||||
 | 
					        .i64_up_down_counter("pages_being_streamed")
 | 
				
			||||||
 | 
					        .build()
 | 
				
			||||||
 | 
					);
 | 
				
			||||||
 | 
					static GET_IN_FLIGHT: LazyLock<UpDownCounter<i64>> = LazyLock::new(|| 
 | 
				
			||||||
 | 
					    METER
 | 
				
			||||||
 | 
					        .i64_up_down_counter("gets_in_flight")
 | 
				
			||||||
 | 
					        .build()
 | 
				
			||||||
 | 
					);
 | 
				
			||||||
 | 
					static TOTAL_BYTES_DOWN: LazyLock<Counter<u64>> = LazyLock::new(|| 
 | 
				
			||||||
 | 
					    METER
 | 
				
			||||||
 | 
					        .u64_counter("total_bytes_down")
 | 
				
			||||||
 | 
					        .build()
 | 
				
			||||||
 | 
					);
 | 
				
			||||||
 | 
					static SITES_CRAWLED: LazyLock<Counter<u64>> = LazyLock::new(|| 
 | 
				
			||||||
 | 
					    METER
 | 
				
			||||||
 | 
					        .u64_counter("total_sites_crawled")
 | 
				
			||||||
 | 
					        .build()
 | 
				
			||||||
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					static TRACER: LazyLock<BoxedTracer> = LazyLock::new(|| global::tracer("Internet_Mapper"));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#[derive(Deserialize)]
 | 
					#[derive(Deserialize)]
 | 
				
			||||||
struct Config {
 | 
					struct Config {
 | 
				
			||||||
@@ -33,11 +67,52 @@ struct Config {
 | 
				
			|||||||
    surreal_password: String,
 | 
					    surreal_password: String,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    crawl_filter: String,
 | 
					    crawl_filter: String,
 | 
				
			||||||
 | 
					    start_url: String,
 | 
				
			||||||
    budget: usize,
 | 
					    budget: usize,
 | 
				
			||||||
 | 
					    batch_size: usize,
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#[tokio::main]
 | 
					#[tokio::main]
 | 
				
			||||||
async fn main() {
 | 
					async fn main() {
 | 
				
			||||||
 | 
					    println!("Logs and metrics are provided to the Grafana dashboard");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // Start TRACE / LOGGING / METRICS
 | 
				
			||||||
 | 
					//    let otlp_log = opentelemetry_otlp::LogExporter::builder()
 | 
				
			||||||
 | 
					//        .with_tonic()
 | 
				
			||||||
 | 
					//        .with_endpoint(endpoint)
 | 
				
			||||||
 | 
					//        .build()
 | 
				
			||||||
 | 
					//        .unwrap();
 | 
				
			||||||
 | 
					    //  Send metrics to Prometheus
 | 
				
			||||||
 | 
					    let otlp_metrics = opentelemetry_otlp::MetricExporter::builder()
 | 
				
			||||||
 | 
					        .with_http()
 | 
				
			||||||
 | 
					        .with_protocol(Protocol::HttpBinary)
 | 
				
			||||||
 | 
					        .with_endpoint("http://localhost:9090/api/v1/otlp/v1/metrics")
 | 
				
			||||||
 | 
					        .build()
 | 
				
			||||||
 | 
					        .unwrap();
 | 
				
			||||||
 | 
					    // Send spans to Alloy (which will send them to Tempo)
 | 
				
			||||||
 | 
					    let otlp_span = opentelemetry_otlp::SpanExporter::builder()
 | 
				
			||||||
 | 
					        .with_tonic()
 | 
				
			||||||
 | 
					        .with_endpoint("http://localhost:4317")
 | 
				
			||||||
 | 
					        .build()
 | 
				
			||||||
 | 
					        .unwrap();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    let tracer_provider = opentelemetry_sdk::trace::SdkTracerProvider::builder()
 | 
				
			||||||
 | 
					        .with_simple_exporter(otlp_span)
 | 
				
			||||||
 | 
					        .build();
 | 
				
			||||||
 | 
					    // let logger_provider = opentelemetry_sdk::logs::SdkLoggerProvider::builder()
 | 
				
			||||||
 | 
					    //    .with_simple_exporter(otlp_log)
 | 
				
			||||||
 | 
					    //    .build();
 | 
				
			||||||
 | 
					    let metrics_provider = opentelemetry_sdk::metrics::SdkMeterProvider::builder()
 | 
				
			||||||
 | 
					        .with_periodic_exporter(otlp_metrics) // default delay is 60s, turn down to like 15
 | 
				
			||||||
 | 
					        .build();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    global::set_tracer_provider(tracer_provider);
 | 
				
			||||||
 | 
					    global::set_meter_provider(metrics_provider);
 | 
				
			||||||
 | 
					    // How to set logger?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // End TRACE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // Start LOGGING
 | 
				
			||||||
    let writer = std::fs::OpenOptions::new()
 | 
					    let writer = std::fs::OpenOptions::new()
 | 
				
			||||||
        .append(true)
 | 
					        .append(true)
 | 
				
			||||||
        .create(true)
 | 
					        .create(true)
 | 
				
			||||||
@@ -59,19 +134,10 @@ async fn main() {
 | 
				
			|||||||
    );
 | 
					    );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    tracing::subscriber::set_global_default(registry).expect("Failed to set default subscriber");
 | 
					    tracing::subscriber::set_global_default(registry).expect("Failed to set default subscriber");
 | 
				
			||||||
 | 
					    // End LOGGING
 | 
				
			||||||
    let builder = PrometheusBuilder::new();
 | 
					 | 
				
			||||||
    builder
 | 
					 | 
				
			||||||
        .with_http_listener(std::net::SocketAddr::new(
 | 
					 | 
				
			||||||
            IpAddr::V4(Ipv4Addr::from_octets([0, 0, 0, 0])),
 | 
					 | 
				
			||||||
            2500,
 | 
					 | 
				
			||||||
        ))
 | 
					 | 
				
			||||||
        .install()
 | 
					 | 
				
			||||||
        .expect("failed to install recorder/exporter");
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    info!("Starting...");
 | 
					    info!("Starting...");
 | 
				
			||||||
    // Would probably take these in as parameters from a cli
 | 
					
 | 
				
			||||||
    let starting_url = "https://en.wikipedia.org/";
 | 
					 | 
				
			||||||
    // When getting uncrawled pages, name must contain this variable. "" will effectively get ignored.
 | 
					    // When getting uncrawled pages, name must contain this variable. "" will effectively get ignored.
 | 
				
			||||||
    // let crawl_filter = "en.wikipedia.org/";
 | 
					    // let crawl_filter = "en.wikipedia.org/";
 | 
				
			||||||
    // let budget = 50;
 | 
					    // let budget = 50;
 | 
				
			||||||
@@ -82,6 +148,7 @@ async fn main() {
 | 
				
			|||||||
    let _ = file.read_to_string(&mut buf);
 | 
					    let _ = file.read_to_string(&mut buf);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    let config: Config = toml::from_str(&buf).expect("Failed to parse Crawler.toml");
 | 
					    let config: Config = toml::from_str(&buf).expect("Failed to parse Crawler.toml");
 | 
				
			||||||
 | 
					    let starting_url = &config.start_url;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    let db = connect(&config)
 | 
					    let db = connect(&config)
 | 
				
			||||||
        .await
 | 
					        .await
 | 
				
			||||||
@@ -95,24 +162,16 @@ async fn main() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    // Kick off the whole machine - This Website object doesn't matter, it's just to allow for
 | 
					    // Kick off the whole machine - This Website object doesn't matter, it's just to allow for
 | 
				
			||||||
    // get() to work.
 | 
					    // get() to work.
 | 
				
			||||||
    let span = trace_span!("Pre-Loop");
 | 
					    let mut span = TRACER.start("Pre-Loop");
 | 
				
			||||||
    let pre_loop_span = span.enter();
 | 
					 | 
				
			||||||
    // Download the site
 | 
					 | 
				
			||||||
    let site = Website::new(starting_url, false);
 | 
					    let site = Website::new(starting_url, false);
 | 
				
			||||||
    process(site, db.clone(), reqwest.clone()).await;
 | 
					    process(site, db.clone(), reqwest.clone()).await;
 | 
				
			||||||
 | 
					    span.end();
 | 
				
			||||||
 | 
					    // Download the site
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    drop(pre_loop_span);
 | 
					    let mut main_loop_span= TRACER.start("Main-Loop");
 | 
				
			||||||
 | 
					 | 
				
			||||||
    let span = trace_span!("Loop");
 | 
					 | 
				
			||||||
    let span = span.enter();
 | 
					 | 
				
			||||||
    while crawled < config.budget {
 | 
					    while crawled < config.budget {
 | 
				
			||||||
        let get_num = if config.budget - crawled < 100 {
 | 
					        let uncrawled =
 | 
				
			||||||
            config.budget - crawled
 | 
					            get_uncrawled_links(&db, config.budget - crawled, config.crawl_filter.clone(), &config).await;
 | 
				
			||||||
        } else {
 | 
					 | 
				
			||||||
            100
 | 
					 | 
				
			||||||
        };
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        let uncrawled = get_uncrawled_links(&db, get_num, config.crawl_filter.clone()).await;
 | 
					 | 
				
			||||||
        if uncrawled.is_empty() {
 | 
					        if uncrawled.is_empty() {
 | 
				
			||||||
            info!("Had more budget but finished crawling everything.");
 | 
					            info!("Had more budget but finished crawling everything.");
 | 
				
			||||||
            return;
 | 
					            return;
 | 
				
			||||||
@@ -121,22 +180,27 @@ async fn main() {
 | 
				
			|||||||
        {
 | 
					        {
 | 
				
			||||||
            let mut futures = JoinSet::new();
 | 
					            let mut futures = JoinSet::new();
 | 
				
			||||||
            for site in uncrawled {
 | 
					            for site in uncrawled {
 | 
				
			||||||
                gauge!(BEING_PROCESSED).increment(1);
 | 
					 | 
				
			||||||
                futures.spawn(process(site, db.clone(), reqwest.clone()));
 | 
					                futures.spawn(process(site, db.clone(), reqwest.clone()));
 | 
				
			||||||
                // let percent = format!("{:.2}%", (crawled as f32 / budget as f32) * 100f32);
 | 
					 | 
				
			||||||
                // info!("Crawled {crawled} out of {budget} pages. ({percent})");
 | 
					 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            let c = counter!(SITES_CRAWLED);
 | 
					 | 
				
			||||||
            // As futures complete runs code in while block
 | 
					            // As futures complete runs code in while block
 | 
				
			||||||
            while futures.join_next().await.is_some() {
 | 
					            while futures.join_next().await.is_some() {
 | 
				
			||||||
                c.increment(1);
 | 
					                SITES_CRAWLED.add(1, &[]);
 | 
				
			||||||
                gauge!(BEING_PROCESSED).decrement(1);
 | 
					 | 
				
			||||||
                crawled += 1;
 | 
					                crawled += 1;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    drop(span);
 | 
					    main_loop_span.end();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    if let Ok(mut ok) = db
 | 
				
			||||||
 | 
					        .query("count(select id from website where crawled = true)")
 | 
				
			||||||
 | 
					        .await
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        let res = ok.take::<Option<usize>>(0);
 | 
				
			||||||
 | 
					        if let Ok(Some(n)) = res {
 | 
				
			||||||
 | 
					            info!("Total crawled pages now equals {n}");
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    info!("Done");
 | 
					    info!("Done");
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -145,68 +209,126 @@ async fn main() {
 | 
				
			|||||||
/// Downloads and crawls and stores a webpage.
 | 
					/// Downloads and crawls and stores a webpage.
 | 
				
			||||||
/// It is acceptable to clone `db`, `reqwest`, and `s3` because they all use `Arc`s internally. - Noted by Oliver
 | 
					/// It is acceptable to clone `db`, `reqwest`, and `s3` because they all use `Arc`s internally. - Noted by Oliver
 | 
				
			||||||
async fn process(mut site: Website, db: Surreal<Client>, reqwest: reqwest::Client) {
 | 
					async fn process(mut site: Website, db: Surreal<Client>, reqwest: reqwest::Client) {
 | 
				
			||||||
    
 | 
					
 | 
				
			||||||
    // METRICS
 | 
					    // METRICS
 | 
				
			||||||
    trace!("Process: {}", &site.site);
 | 
					    trace!("Process: {}", &site.site);
 | 
				
			||||||
 | 
					    BEING_PROCESSED.add(1, &[]);
 | 
				
			||||||
 | 
					    let mut process_span = TRACER.start("Process");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // Build the request
 | 
					    // Build the request
 | 
				
			||||||
    let request_builder = reqwest.get(site.site.to_string());
 | 
					    let request_builder = reqwest.get(site.site.to_string());
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
    // METRICS
 | 
					 | 
				
			||||||
    let g = gauge!(GET_IN_FLIGHT);
 | 
					 | 
				
			||||||
    g.increment(1);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    // Send the http request (get)
 | 
					    // Send the http request (get)
 | 
				
			||||||
 | 
					    GET_IN_FLIGHT.add(1, &[]);
 | 
				
			||||||
    if let Ok(response) = request_builder.send().await {
 | 
					    if let Ok(response) = request_builder.send().await {
 | 
				
			||||||
 | 
					        GET_IN_FLIGHT.add(-1, &[]);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // METRICS
 | 
					        let headers = response.headers();
 | 
				
			||||||
        g.decrement(1);
 | 
					        let code = response.status();
 | 
				
			||||||
        counter!(GET_METRIC).increment(1);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // Get body from response
 | 
					        #[allow(non_snake_case)]
 | 
				
			||||||
        let data = response
 | 
					        let CT = headers.get("Content-Type");
 | 
				
			||||||
            .text()
 | 
					        let ct = headers.get("content-type");
 | 
				
			||||||
            .await
 | 
					 | 
				
			||||||
            .expect("Failed to read http response's body!");
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // Store document
 | 
					        let ct = match (CT,ct) {
 | 
				
			||||||
        filesystem::store(&data, &site.site).await;
 | 
					            (None, None) => {
 | 
				
			||||||
 | 
					                warn!("Server did not respond with Content-Type header. Url: {} Headers: ({:?})", site.site.to_string(), headers);
 | 
				
			||||||
 | 
					                return
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            (None, Some(a)) => a,
 | 
				
			||||||
 | 
					            (Some(a), None) => a,
 | 
				
			||||||
 | 
					            (Some(a), Some(_)) => a,
 | 
				
			||||||
 | 
					        };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // Parse document and get relationships
 | 
					        // create filepath (handles / -> /index.html)
 | 
				
			||||||
        let sites = parser::parse(&site, &data).await;
 | 
					        let path = filesystem::as_path(&site.site, ct);
 | 
				
			||||||
        
 | 
					 | 
				
			||||||
        // update self in db
 | 
					 | 
				
			||||||
        site.set_crawled();
 | 
					 | 
				
			||||||
        Website::store_all(vec![site], &db).await;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // De-duplicate this list
 | 
					        // make sure that the file is good to go
 | 
				
			||||||
        let prev_len = sites.len();
 | 
					        if let Some(file) = filesystem::init(&path).await {
 | 
				
			||||||
        let set = sites.into_iter().fold(HashSet::new(), |mut set,item| {
 | 
					            // Get body from response
 | 
				
			||||||
            set.insert(item);
 | 
					            // stream the response onto the disk
 | 
				
			||||||
            set
 | 
					            let mut stream = response.bytes_stream();
 | 
				
			||||||
        });
 | 
					 | 
				
			||||||
        let de_dupe_sites: Vec<Website> = set.into_iter().collect();
 | 
					 | 
				
			||||||
        let diff = prev_len - de_dupe_sites.len();
 | 
					 | 
				
			||||||
        trace!("Saved {diff} from being entered into the db by de-duping");
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // Store all the other sites so that we can link to them.
 | 
					            let should_parse = path.to_string_lossy().ends_with(".html");
 | 
				
			||||||
        let _ = Website::store_all(de_dupe_sites, &db).await;
 | 
					            let mut writer = BufWriter::new(file);
 | 
				
			||||||
 | 
					            let mut buf: Vec<u8> = Vec::new();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            // Write file to disk
 | 
				
			||||||
 | 
					            trace!("Writing at: {:?}", path);
 | 
				
			||||||
 | 
					            BEING_STREAMED.add(1, &[]);
 | 
				
			||||||
 | 
					            let mut stream_span = TRACER.start("Stream");
 | 
				
			||||||
 | 
					            while let Some(data) = stream.next().await {
 | 
				
			||||||
 | 
					                match data {
 | 
				
			||||||
 | 
					                    Ok(data) => {
 | 
				
			||||||
 | 
					                        TOTAL_BYTES_DOWN.add(data.len() as u64, &[]);
 | 
				
			||||||
 | 
					                        let _ = writer.write_all(&data).await;
 | 
				
			||||||
 | 
					                        // If we are going to parse this file later, we will save it
 | 
				
			||||||
 | 
					                        // into memory as well as the disk.
 | 
				
			||||||
 | 
					                        // We do this because the data here might be incomplete
 | 
				
			||||||
 | 
					                        if should_parse {
 | 
				
			||||||
 | 
					                            data.iter().for_each(|f| buf.push(*f));
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    Err(err) => {
 | 
				
			||||||
 | 
					                        eprintln!("{}", err)
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            stream_span.end();
 | 
				
			||||||
 | 
					            BEING_STREAMED.add(-1, &[]);
 | 
				
			||||||
 | 
					            let _ = writer.flush();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            // (If needed) Parse the file
 | 
				
			||||||
 | 
					            if should_parse {
 | 
				
			||||||
 | 
					                BEING_PARSED.add(1, &[]);
 | 
				
			||||||
 | 
					                let mut parsing_span = TRACER.start("Parsing");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                // Parse document and get relationships
 | 
				
			||||||
 | 
					                let sites = parser::parse(&site, &buf).await;
 | 
				
			||||||
 | 
					                // De-duplicate this list
 | 
				
			||||||
 | 
					                let prev_len = sites.len();
 | 
				
			||||||
 | 
					                let set = sites.into_iter().fold(HashSet::new(), |mut set, item| {
 | 
				
			||||||
 | 
					                    set.insert(item);
 | 
				
			||||||
 | 
					                    set
 | 
				
			||||||
 | 
					                });
 | 
				
			||||||
 | 
					                let de_dupe_sites: Vec<Website> = set.into_iter().collect();
 | 
				
			||||||
 | 
					                let diff = prev_len - de_dupe_sites.len();
 | 
				
			||||||
 | 
					                trace!("Saved {diff} from being entered into the db by de-duping");
 | 
				
			||||||
 | 
					                // Store all the other sites so that we can link to them.
 | 
				
			||||||
 | 
					                let _ = Website::store_all(de_dupe_sites, &db).await;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                parsing_span.end();
 | 
				
			||||||
 | 
					                BEING_PARSED.add(-1, &[]);
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            // update self in db
 | 
				
			||||||
 | 
					            site.crawled = true;
 | 
				
			||||||
 | 
					            site.status_code = code.as_u16();
 | 
				
			||||||
 | 
					            Website::store_all(vec![site.clone()], &db).await;
 | 
				
			||||||
 | 
					        } else {
 | 
				
			||||||
 | 
					            error!("File failed to cooperate: {:?}", path);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
        error!("Failed to get: {}", &site.site);
 | 
					        error!("Failed to get: {}", &site.site);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    process_span.end();
 | 
				
			||||||
 | 
					    BEING_PROCESSED.add(-1, &[]);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/// Returns uncrawled links
 | 
					/// Returns uncrawled links
 | 
				
			||||||
#[instrument(skip(db))]
 | 
					#[instrument(skip(db, config))]
 | 
				
			||||||
async fn get_uncrawled_links(
 | 
					async fn get_uncrawled_links(
 | 
				
			||||||
    db: &Surreal<Client>,
 | 
					    db: &Surreal<Client>,
 | 
				
			||||||
    mut count: usize,
 | 
					    mut count: usize,
 | 
				
			||||||
    filter: String,
 | 
					    filter: String,
 | 
				
			||||||
 | 
					    config: &Config,
 | 
				
			||||||
) -> Vec<Website> {
 | 
					) -> Vec<Website> {
 | 
				
			||||||
    if count > 100 {
 | 
					    if count > config.batch_size {
 | 
				
			||||||
        count = 100
 | 
					        count = config.batch_size;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    debug!("Getting uncrawled links");
 | 
					
 | 
				
			||||||
 | 
					    debug!("Getting {} uncrawled links from DB", count);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    let mut response = db
 | 
					    let mut response = db
 | 
				
			||||||
        .query("SELECT * FROM website WHERE crawled = false AND site ~ type::string($format) LIMIT $count;")
 | 
					        .query("SELECT * FROM website WHERE crawled = false AND site ~ type::string($format) LIMIT $count;")
 | 
				
			||||||
@@ -218,4 +340,3 @@ async fn get_uncrawled_links(
 | 
				
			|||||||
        .take(0)
 | 
					        .take(0)
 | 
				
			||||||
        .expect("Returned websites couldn't be parsed")
 | 
					        .expect("Returned websites couldn't be parsed")
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,4 @@
 | 
				
			|||||||
use std::default::Default;
 | 
					use std::default::Default;
 | 
				
			||||||
use std::str::FromStr;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
use html5ever::tokenizer::{BufferQueue, TokenizerResult};
 | 
					use html5ever::tokenizer::{BufferQueue, TokenizerResult};
 | 
				
			||||||
use html5ever::tokenizer::{StartTag, TagToken};
 | 
					use html5ever::tokenizer::{StartTag, TagToken};
 | 
				
			||||||
@@ -40,7 +39,7 @@ impl TokenSink for Website {
 | 
				
			|||||||
                                    if let Some(mut parsed) = url {
 | 
					                                    if let Some(mut parsed) = url {
 | 
				
			||||||
                                        parsed.set_query(None);
 | 
					                                        parsed.set_query(None);
 | 
				
			||||||
                                        parsed.set_fragment(None);
 | 
					                                        parsed.set_fragment(None);
 | 
				
			||||||
                                        debug!("Final cleaned URL: `{}`", parsed.to_string());
 | 
					                                        trace!("Final cleaned URL: `{}`", parsed.to_string());
 | 
				
			||||||
                                        let web = Website::new(&parsed.to_string(), false);
 | 
					                                        let web = Website::new(&parsed.to_string(), false);
 | 
				
			||||||
                                        links.push(web);
 | 
					                                        links.push(web);
 | 
				
			||||||
                                    }
 | 
					                                    }
 | 
				
			||||||
@@ -63,29 +62,34 @@ impl TokenSink for Website {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#[instrument(skip_all)]
 | 
					#[instrument(skip_all)]
 | 
				
			||||||
/// Parses the passed site and returns all the sites it links to.
 | 
					/// Parses the passed site and returns all the sites it links to.
 | 
				
			||||||
pub async fn parse(site: &Website, data: &str) -> Vec<Website> {
 | 
					pub async fn parse(site: &Website, data: &[u8]) -> Vec<Website> {
 | 
				
			||||||
 | 
					    trace!("Parsing {}", site.site.to_string());
 | 
				
			||||||
    // prep work
 | 
					    // prep work
 | 
				
			||||||
    let mut other_sites: Vec<Website> = Vec::new();
 | 
					    let mut other_sites: Vec<Website> = Vec::new();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // change data into something that can be tokenized
 | 
					    // change data into something that can be tokenized
 | 
				
			||||||
    let chunk = Tendril::from_str(data).expect("Failed to parse string into Tendril!");
 | 
					    let s: Result<Tendril<fmt::UTF8>, ()> = Tendril::try_from_byte_slice(data);
 | 
				
			||||||
    // create buffer of tokens and push our input into it
 | 
					    if let Ok(chunk) = s {
 | 
				
			||||||
    let token_buffer = BufferQueue::default();
 | 
					        // create buffer of tokens and push our input into it
 | 
				
			||||||
    token_buffer.push_back(
 | 
					        let token_buffer = BufferQueue::default();
 | 
				
			||||||
        chunk
 | 
					        token_buffer.push_back(
 | 
				
			||||||
            .try_reinterpret::<fmt::UTF8>()
 | 
					            chunk
 | 
				
			||||||
            .expect("Failed to reinterpret chunk!"),
 | 
					                .try_reinterpret::<fmt::UTF8>()
 | 
				
			||||||
    );
 | 
					                .expect("Failed to reinterpret chunk!"),
 | 
				
			||||||
    // create the tokenizer
 | 
					        );
 | 
				
			||||||
    let tokenizer = Tokenizer::new(site.clone(), TokenizerOpts::default());
 | 
					        // create the tokenizer
 | 
				
			||||||
 | 
					        let tokenizer = Tokenizer::new(site.clone(), TokenizerOpts::default());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // go thru buffer
 | 
					        // go thru buffer
 | 
				
			||||||
    while let TokenizerResult::Script(mut sites) = tokenizer.feed(&token_buffer) {
 | 
					        while let TokenizerResult::Script(mut sites) = tokenizer.feed(&token_buffer) {
 | 
				
			||||||
        other_sites.append(&mut sites);
 | 
					            other_sites.append(&mut sites);
 | 
				
			||||||
        // other_sites.push(sites);
 | 
					            // other_sites.push(sites);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        assert!(token_buffer.is_empty());
 | 
				
			||||||
 | 
					        tokenizer.end();
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        warn!("Tendril failed to parse on: {}", site.site.to_string());
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    assert!(token_buffer.is_empty());
 | 
					 | 
				
			||||||
    tokenizer.end();
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    other_sites
 | 
					    other_sites
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -107,7 +111,7 @@ fn try_get_url(parent: &Url, link: &str) -> Option<Url> {
 | 
				
			|||||||
                match Url::parse(&format!("{scheme}://{}", link)) {
 | 
					                match Url::parse(&format!("{scheme}://{}", link)) {
 | 
				
			||||||
                    Ok(url) => Some(url),
 | 
					                    Ok(url) => Some(url),
 | 
				
			||||||
                    Err(err) => {
 | 
					                    Err(err) => {
 | 
				
			||||||
                        error!("Failed parsing realative scheme url: {}", err);
 | 
					                        error!("Failed parsing relative scheme url: {}", err);
 | 
				
			||||||
                        None
 | 
					                        None
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
@@ -117,19 +121,21 @@ fn try_get_url(parent: &Url, link: &str) -> Option<Url> {
 | 
				
			|||||||
                match e {
 | 
					                match e {
 | 
				
			||||||
                    url::ParseError::RelativeUrlWithoutBase => {
 | 
					                    url::ParseError::RelativeUrlWithoutBase => {
 | 
				
			||||||
                        // Is: scheme://host:port
 | 
					                        // Is: scheme://host:port
 | 
				
			||||||
                        let origin = parent.origin().ascii_serialization();
 | 
					                        let mut origin = parent.origin().ascii_serialization();
 | 
				
			||||||
 | 
					                        if !origin.ends_with('/') && !link.starts_with('/') {
 | 
				
			||||||
 | 
					                            origin += "/";
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
                        let url = origin.clone() + link;
 | 
					                        let url = origin.clone() + link;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                        trace!("Built `{url}` from `{origin} + {}`", link.to_string());
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                        if let Ok(url) = Url::parse(&url) {
 | 
					                        if let Ok(url) = Url::parse(&url) {
 | 
				
			||||||
                            trace!("Saved relative url `{}` AS: `{}`", link, url);
 | 
					                            trace!("Built `{url}` from `{origin} + `{}`", link.to_string());
 | 
				
			||||||
                            Some(url)
 | 
					                            Some(url)
 | 
				
			||||||
                        } else {
 | 
					                        } else {
 | 
				
			||||||
                            error!(
 | 
					                            error!(
 | 
				
			||||||
                                "Failed to reconstruct a url from relative url: `{}` on site: `{}`",
 | 
					                                "Failed to reconstruct a url from relative url: `{}` on site: `{}`. Failed url was: {}",
 | 
				
			||||||
                                link,
 | 
					                                link,
 | 
				
			||||||
                                parent.to_string()
 | 
					                                parent.to_string(),
 | 
				
			||||||
 | 
					                                url
 | 
				
			||||||
                            );
 | 
					                            );
 | 
				
			||||||
                            None
 | 
					                            None
 | 
				
			||||||
                        }
 | 
					                        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user