Compare commits
	
		
			67 Commits
		
	
	
		
			bd0b946245
			...
			main
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 2c339a36f9 | |||
| 73216f7003 | |||
| 1e59ebd5c4 | |||
| 52d5e101d0 | |||
| 5b728bacd6 | |||
| b0fe7f4761 | |||
| 5ade5e36df | |||
| 95b8af0356 | |||
| ad8d7c606d | |||
| f3a51065b5 | |||
| 343d3a7570 | |||
| e535bcc295 | |||
| a0fd81d956 | |||
| 5cbba33a09 | |||
| 83def7ba27 | |||
| 76e78cc745 | |||
| b4038b76dd | |||
| caa523f1eb | |||
| f7bb0eef16 | |||
| 865f9be8c0 | |||
| 48abc73092 | |||
| 0061866976 | |||
| 9662b68b0d | |||
| 6f98001d8e | |||
| 6790061e22 | |||
| 50606bb69e | |||
| 5850f19cab | |||
| 2c8546e30a | |||
| 4e619d0ebc | |||
| 647c4cd324 | |||
| 7fab961d76 | |||
| d3fff194f4 | |||
| 3497312fd4 | |||
| 0fd76b1734 | |||
| 9bfa8f9108 | |||
| bdb1094a30 | |||
| 9aa2d9ce22 | |||
| 4b557a923c | |||
| c08a20ac00 | |||
| 94912e9125 | |||
| a9465dda6e | |||
| add6f00ed6 | |||
| 4a433a1a77 | |||
| 03cbcd9ae0 | |||
| 6fc71c7a78 | |||
| 96a3ca092a | |||
| b750d88d48 | |||
| 808790a7c3 | |||
| 2de01b2a0e | |||
| be0fd5505b | |||
| a23429104c | |||
| 66581cc453 | |||
| 7df19a480f | |||
| b9c1f0b492 | |||
| 71b7b2d7bc | |||
| bac3cd9d1d | |||
| 1f6a0acce3 | |||
| 53dbf53ab9 | |||
| 0477bb26e4 | |||
| 6409baaffb | |||
| 135a7e4957 | |||
| 9aa34b3eee | |||
| de80418c00 | |||
| e3e4175f51 | |||
| d11e7dd27c | |||
| f2a3e836a0 | |||
| 3b4e6a40ce | 
							
								
								
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -3,4 +3,7 @@
 | 
			
		||||
/.minio
 | 
			
		||||
perf.data
 | 
			
		||||
flamegraph.svg
 | 
			
		||||
perf.data.old
 | 
			
		||||
perf.data.old
 | 
			
		||||
/docker/logs/*
 | 
			
		||||
/downloaded
 | 
			
		||||
/Crawler.toml
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										19
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										19
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
								
							@@ -7,18 +7,15 @@
 | 
			
		||||
        {
 | 
			
		||||
            "type": "lldb",
 | 
			
		||||
            "request": "launch",
 | 
			
		||||
            "name": "Debug executable 'surreal_spider'",
 | 
			
		||||
            "env": {
 | 
			
		||||
                "RUST_LOG": "surreal_spider=trace,reqwest=info",
 | 
			
		||||
            },
 | 
			
		||||
            "name": "Debug executable 'internet_mapper'",
 | 
			
		||||
            "cargo": {
 | 
			
		||||
                "args": [
 | 
			
		||||
                    "build",
 | 
			
		||||
                    "--bin=surreal_spider",
 | 
			
		||||
                    "--package=surreal_spider"
 | 
			
		||||
                    "--bin=internet_mapper",
 | 
			
		||||
                    "--package=internet_mapper"
 | 
			
		||||
                ],
 | 
			
		||||
                "filter": {
 | 
			
		||||
                    "name": "surreal_spider",
 | 
			
		||||
                    "name": "internet_mapper",
 | 
			
		||||
                    "kind": "bin"
 | 
			
		||||
                }
 | 
			
		||||
            },
 | 
			
		||||
@@ -28,16 +25,16 @@
 | 
			
		||||
        {
 | 
			
		||||
            "type": "lldb",
 | 
			
		||||
            "request": "launch",
 | 
			
		||||
            "name": "Debug unit tests in executable 'surreal_spider'",
 | 
			
		||||
            "name": "Debug unit tests in executable 'internet_mapper'",
 | 
			
		||||
            "cargo": {
 | 
			
		||||
                "args": [
 | 
			
		||||
                    "test",
 | 
			
		||||
                    "--no-run",
 | 
			
		||||
                    "--bin=surreal_spider",
 | 
			
		||||
                    "--package=surreal_spider"
 | 
			
		||||
                    "--bin=internet_mapper",
 | 
			
		||||
                    "--package=internet_mapper"
 | 
			
		||||
                ],
 | 
			
		||||
                "filter": {
 | 
			
		||||
                    "name": "surreal_spider",
 | 
			
		||||
                    "name": "internet_mapper",
 | 
			
		||||
                    "kind": "bin"
 | 
			
		||||
                }
 | 
			
		||||
            },
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										8
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "cSpell.words": [
 | 
			
		||||
        "creds",
 | 
			
		||||
        "reqwest",
 | 
			
		||||
        "rustls",
 | 
			
		||||
        "surql",
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										803
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										803
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										16
									
								
								Cargo.toml
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								Cargo.toml
									
									
									
									
									
								
							@@ -1,17 +1,23 @@
 | 
			
		||||
[package]
 | 
			
		||||
name = "surreal_spider"
 | 
			
		||||
name = "internet_mapper"
 | 
			
		||||
version = "0.1.0"
 | 
			
		||||
edition = "2021"
 | 
			
		||||
 | 
			
		||||
[dependencies]
 | 
			
		||||
base64 = "0.22.1"
 | 
			
		||||
futures-util = "0.3.31"
 | 
			
		||||
html5ever = "0.29"
 | 
			
		||||
# minio = "0.1.0"
 | 
			
		||||
minio = {git="https://github.com/minio/minio-rs.git", rev = "c28f576"}
 | 
			
		||||
reqwest = { version = "0.12", features = ["gzip", "default", "rustls-tls"] }
 | 
			
		||||
metrics = "0.24.1"
 | 
			
		||||
metrics-exporter-prometheus = { version = "0.16.2", features=["http-listener"]}
 | 
			
		||||
opentelemetry = "0.30.0"
 | 
			
		||||
opentelemetry-otlp = { version = "0.30.0", features = ["metrics", "trace", "logs", "grpc-tonic"] }
 | 
			
		||||
opentelemetry_sdk = "0.30.0"
 | 
			
		||||
rand = "0.9.1"
 | 
			
		||||
reqwest = { version = "0.12", features = ["gzip", "default", "rustls-tls", "stream"] }
 | 
			
		||||
serde = { version = "1.0", features = ["derive"] }
 | 
			
		||||
surrealdb = "2.2"
 | 
			
		||||
tokio = { version="1.41.0", features = ["full"] }
 | 
			
		||||
toml = "0.8.20"
 | 
			
		||||
tracing = "0.1"
 | 
			
		||||
tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time"] }
 | 
			
		||||
tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time", "json"] }
 | 
			
		||||
url = { version = "2.5", features = ["serde"] }
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										22
									
								
								Crawler.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								Crawler.toml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,22 @@
 | 
			
		||||
# Visability config
 | 
			
		||||
# Alloy (for Tempo)
 | 
			
		||||
tracing_endpoint = "http://localhost:4317"
 | 
			
		||||
# Prometheus
 | 
			
		||||
metrics_endpoint = "http://localhost:9090/api/v1/otlp/v1/metrics"
 | 
			
		||||
# Alloy (for Loki)
 | 
			
		||||
log_file = "./docker/logs/tracing.log"
 | 
			
		||||
 | 
			
		||||
# Surreal config
 | 
			
		||||
surreal_url = "localhost:8000"
 | 
			
		||||
surreal_username = "root"
 | 
			
		||||
surreal_password = "root"
 | 
			
		||||
surreal_ns = "test"
 | 
			
		||||
surreal_db = "v1.21.1"
 | 
			
		||||
 | 
			
		||||
# Crawler config
 | 
			
		||||
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 = 100
 | 
			
		||||
batch_size = 2
 | 
			
		||||
							
								
								
									
										54
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										54
									
								
								README.md
									
									
									
									
									
								
							@@ -2,10 +2,58 @@
 | 
			
		||||
 | 
			
		||||
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
 | 
			
		||||
 | 
			
		||||
- [ ] 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
 | 
			
		||||
- [ ] GUI / TUI ?
 | 
			
		||||
- [ ] Better asynchronous getting of the sites. Currently it all happens serially.
 | 
			
		||||
- [x] GUI / TUI ? - Graphana
 | 
			
		||||
- [x] Better asynchronous getting of the sites. Currently it all happens serially.
 | 
			
		||||
- [x] Allow for storing asynchronously - dropping the "links to" logic fixes this need
 | 
			
		||||
- [x] Control crawler via config file (no recompliation needed)
 | 
			
		||||
 | 
			
		||||
### Feats
 | 
			
		||||
 | 
			
		||||
3/17/25: Took >1hr to crawl 100 pages.
 | 
			
		||||
 | 
			
		||||
3/19/25: Took 20min to crawl 1000 pages.
 | 
			
		||||
This ment we stored 1000 pages, 142,997 urls, and 1,425,798 links between the two.
 | 
			
		||||
 | 
			
		||||
3/20/25: Took 5min to crawl 1000 pages.
 | 
			
		||||
 | 
			
		||||
3/21/25: Took 3min to crawl 1000 pages.
 | 
			
		||||
 | 
			
		||||
7/.../25: Downloaded just shy of 12TB of data from a remote server.
 | 
			
		||||
 | 
			
		||||
# About
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										31
									
								
								compose.yml
									
									
									
									
									
								
							
							
						
						
									
										31
									
								
								compose.yml
									
									
									
									
									
								
							@@ -1,31 +0,0 @@
 | 
			
		||||
services:
 | 
			
		||||
  surreal:
 | 
			
		||||
    image: surrealdb/surrealdb:latest-dev
 | 
			
		||||
    ports:
 | 
			
		||||
    - 8000:8000
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./.surrealdb/:/mydata
 | 
			
		||||
    command:
 | 
			
		||||
      - start
 | 
			
		||||
      - --log
 | 
			
		||||
      - debug
 | 
			
		||||
      - --user
 | 
			
		||||
      - root
 | 
			
		||||
      - --pass
 | 
			
		||||
      - root
 | 
			
		||||
      - rocksdb:/mydata/database.db
 | 
			
		||||
  minio:
 | 
			
		||||
    image: quay.io/minio/minio
 | 
			
		||||
    ports:
 | 
			
		||||
      - 9000:9000
 | 
			
		||||
      - 9001:9001
 | 
			
		||||
    environment:
 | 
			
		||||
      - MINIO_ROOT_USER=root
 | 
			
		||||
      - MINIO_ROOT_PASSWORD=an8charpassword
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./.minio/:/data
 | 
			
		||||
    command:
 | 
			
		||||
      - server
 | 
			
		||||
      - /data
 | 
			
		||||
      - --console-address
 | 
			
		||||
      - ":9001"
 | 
			
		||||
							
								
								
									
										36
									
								
								docker/alloy.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										36
									
								
								docker/alloy.conf
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,36 @@
 | 
			
		||||
local.file_match "tmplogs" {
 | 
			
		||||
    path_targets = [{"__path__" = "/tmp/alloy-logs/*.log"}]
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
loki.source.file "local_files" {
 | 
			
		||||
    targets    	= local.file_match.tmplogs.targets
 | 
			
		||||
    forward_to 	= [loki.write.local_loki.receiver]
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
loki.write "local_loki" {
 | 
			
		||||
    endpoint {
 | 
			
		||||
        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
 | 
			
		||||
		}
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										92
									
								
								docker/compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								docker/compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,92 @@
 | 
			
		||||
services:
 | 
			
		||||
 | 
			
		||||
  # Database
 | 
			
		||||
  surreal:
 | 
			
		||||
    image: surrealdb/surrealdb:latest-dev
 | 
			
		||||
    ports:
 | 
			
		||||
    - 8000:8000
 | 
			
		||||
    volumes:
 | 
			
		||||
      - surrealdb_storage:/mydata
 | 
			
		||||
    command:
 | 
			
		||||
      - start
 | 
			
		||||
      - --log
 | 
			
		||||
      - debug
 | 
			
		||||
      - --user
 | 
			
		||||
      - root
 | 
			
		||||
      - --pass
 | 
			
		||||
      - root
 | 
			
		||||
      - 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:
 | 
			
		||||
    image: grafana/alloy:latest
 | 
			
		||||
    ports:
 | 
			
		||||
      - 12345:12345
 | 
			
		||||
    volumes:
 | 
			
		||||
      # if you change this, you also need to change it in the alloy config file
 | 
			
		||||
      - ./logs/:/tmp/alloy-logs
 | 
			
		||||
      - ./alloy.conf:/etc/alloy/config.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
 | 
			
		||||
 | 
			
		||||
  # Log storage / analysis
 | 
			
		||||
  loki:
 | 
			
		||||
    image: grafana/loki:latest
 | 
			
		||||
    ports:
 | 
			
		||||
      - 3100:3100
 | 
			
		||||
    command: -config.file=/etc/loki/local-config.yaml
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./loki.yaml:/etc/loki/local-config.yaml
 | 
			
		||||
 | 
			
		||||
  # Metrics
 | 
			
		||||
  prometheus:
 | 
			
		||||
    image: prom/prometheus:latest
 | 
			
		||||
    ports:
 | 
			
		||||
      - 9090:9090
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./prometheus.yaml:/etc/prometheus/prometheus.yml
 | 
			
		||||
      # persist data
 | 
			
		||||
      # - prometheus_storage:/prometheus
 | 
			
		||||
    command:
 | 
			
		||||
      - --enable-feature=native-histograms
 | 
			
		||||
      - --web.enable-remote-write-receiver
 | 
			
		||||
      - --web.enable-lifecycle
 | 
			
		||||
      - --web.enable-otlp-receiver
 | 
			
		||||
      - --config.file=/etc/prometheus/prometheus.yml
 | 
			
		||||
 | 
			
		||||
  # Everything viewer
 | 
			
		||||
  grafana:
 | 
			
		||||
    image: grafana/grafana:latest
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./grafana.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
 | 
			
		||||
      - ./dashboards:/var/lib/grafana/dashboards
 | 
			
		||||
      - grafana_storage:/var/lib/grafana
 | 
			
		||||
    environment:
 | 
			
		||||
      - GF_AUTH_ANONYMOUS_ENABLED=true
 | 
			
		||||
      - GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
 | 
			
		||||
      - GF_AUTH_DISABLE_LOGIN_FORM=true
 | 
			
		||||
      - GF_FEATURE_TOGGLES_ENABLE=traceqlEditor
 | 
			
		||||
    ports:
 | 
			
		||||
      - 3000:3000
 | 
			
		||||
  
 | 
			
		||||
volumes:
 | 
			
		||||
  prometheus_storage:
 | 
			
		||||
  grafana_storage:
 | 
			
		||||
  alloy_storage:
 | 
			
		||||
  surrealdb_storage:
 | 
			
		||||
  tempo_storage:
 | 
			
		||||
							
								
								
									
										648
									
								
								docker/dashboards/crawler-dashboard.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										648
									
								
								docker/dashboards/crawler-dashboard.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,648 @@
 | 
			
		||||
{
 | 
			
		||||
  "__inputs": [
 | 
			
		||||
    {
 | 
			
		||||
      "name": "DS_PROMETHEUS",
 | 
			
		||||
      "label": "Prometheus",
 | 
			
		||||
      "description": "",
 | 
			
		||||
      "type": "datasource",
 | 
			
		||||
      "pluginId": "prometheus",
 | 
			
		||||
      "pluginName": "Prometheus"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "name": "DS_LOKI",
 | 
			
		||||
      "label": "Loki",
 | 
			
		||||
      "description": "",
 | 
			
		||||
      "type": "datasource",
 | 
			
		||||
      "pluginId": "loki",
 | 
			
		||||
      "pluginName": "Loki"
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "__elements": {},
 | 
			
		||||
  "__requires": [
 | 
			
		||||
    {
 | 
			
		||||
      "type": "grafana",
 | 
			
		||||
      "id": "grafana",
 | 
			
		||||
      "name": "Grafana",
 | 
			
		||||
      "version": "11.3.1"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "type": "panel",
 | 
			
		||||
      "id": "logs",
 | 
			
		||||
      "name": "Logs",
 | 
			
		||||
      "version": ""
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "type": "datasource",
 | 
			
		||||
      "id": "loki",
 | 
			
		||||
      "name": "Loki",
 | 
			
		||||
      "version": "1.0.0"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "type": "datasource",
 | 
			
		||||
      "id": "prometheus",
 | 
			
		||||
      "name": "Prometheus",
 | 
			
		||||
      "version": "1.0.0"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "type": "panel",
 | 
			
		||||
      "id": "stat",
 | 
			
		||||
      "name": "Stat",
 | 
			
		||||
      "version": ""
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "type": "panel",
 | 
			
		||||
      "id": "timeseries",
 | 
			
		||||
      "name": "Time series",
 | 
			
		||||
      "version": ""
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "annotations": {
 | 
			
		||||
    "list": [
 | 
			
		||||
      {
 | 
			
		||||
        "builtIn": 1,
 | 
			
		||||
        "datasource": {
 | 
			
		||||
          "type": "grafana",
 | 
			
		||||
          "uid": "-- Grafana --"
 | 
			
		||||
        },
 | 
			
		||||
        "enable": true,
 | 
			
		||||
        "hide": true,
 | 
			
		||||
        "iconColor": "rgba(0, 211, 255, 1)",
 | 
			
		||||
        "name": "Annotations & Alerts",
 | 
			
		||||
        "type": "dashboard"
 | 
			
		||||
      }
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  "editable": true,
 | 
			
		||||
  "fiscalYearStartMonth": 0,
 | 
			
		||||
  "graphTooltip": 0,
 | 
			
		||||
  "id": null,
 | 
			
		||||
  "links": [],
 | 
			
		||||
  "panels": [
 | 
			
		||||
    {
 | 
			
		||||
      "datasource": {
 | 
			
		||||
        "type": "prometheus",
 | 
			
		||||
        "uid": "${DS_PROMETHEUS}"
 | 
			
		||||
      },
 | 
			
		||||
      "fieldConfig": {
 | 
			
		||||
        "defaults": {
 | 
			
		||||
          "color": {
 | 
			
		||||
            "mode": "palette-classic"
 | 
			
		||||
          },
 | 
			
		||||
          "custom": {
 | 
			
		||||
            "axisBorderShow": false,
 | 
			
		||||
            "axisCenteredZero": false,
 | 
			
		||||
            "axisColorMode": "text",
 | 
			
		||||
            "axisLabel": "",
 | 
			
		||||
            "axisPlacement": "auto",
 | 
			
		||||
            "barAlignment": 0,
 | 
			
		||||
            "barWidthFactor": 0.6,
 | 
			
		||||
            "drawStyle": "line",
 | 
			
		||||
            "fillOpacity": 0,
 | 
			
		||||
            "gradientMode": "none",
 | 
			
		||||
            "hideFrom": {
 | 
			
		||||
              "legend": false,
 | 
			
		||||
              "tooltip": false,
 | 
			
		||||
              "viz": false
 | 
			
		||||
            },
 | 
			
		||||
            "insertNulls": false,
 | 
			
		||||
            "lineInterpolation": "linear",
 | 
			
		||||
            "lineWidth": 1,
 | 
			
		||||
            "pointSize": 5,
 | 
			
		||||
            "scaleDistribution": {
 | 
			
		||||
              "type": "linear"
 | 
			
		||||
            },
 | 
			
		||||
            "showPoints": "auto",
 | 
			
		||||
            "spanNulls": 300000,
 | 
			
		||||
            "stacking": {
 | 
			
		||||
              "group": "A",
 | 
			
		||||
              "mode": "none"
 | 
			
		||||
            },
 | 
			
		||||
            "thresholdsStyle": {
 | 
			
		||||
              "mode": "off"
 | 
			
		||||
            }
 | 
			
		||||
          },
 | 
			
		||||
          "mappings": [],
 | 
			
		||||
          "thresholds": {
 | 
			
		||||
            "mode": "absolute",
 | 
			
		||||
            "steps": [
 | 
			
		||||
              {
 | 
			
		||||
                "color": "green",
 | 
			
		||||
                "value": null
 | 
			
		||||
              },
 | 
			
		||||
              {
 | 
			
		||||
                "color": "red",
 | 
			
		||||
                "value": 80
 | 
			
		||||
              }
 | 
			
		||||
            ]
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        "overrides": []
 | 
			
		||||
      },
 | 
			
		||||
      "gridPos": {
 | 
			
		||||
        "h": 8,
 | 
			
		||||
        "w": 8,
 | 
			
		||||
        "x": 0,
 | 
			
		||||
        "y": 0
 | 
			
		||||
      },
 | 
			
		||||
      "id": 5,
 | 
			
		||||
      "options": {
 | 
			
		||||
        "legend": {
 | 
			
		||||
          "calcs": [],
 | 
			
		||||
          "displayMode": "list",
 | 
			
		||||
          "placement": "bottom",
 | 
			
		||||
          "showLegend": true
 | 
			
		||||
        },
 | 
			
		||||
        "tooltip": {
 | 
			
		||||
          "mode": "single",
 | 
			
		||||
          "sort": "none"
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "pluginVersion": "11.3.1",
 | 
			
		||||
      "targets": [
 | 
			
		||||
        {
 | 
			
		||||
          "datasource": {
 | 
			
		||||
            "type": "prometheus",
 | 
			
		||||
            "uid": "${DS_PROMETHEUS}"
 | 
			
		||||
          },
 | 
			
		||||
          "disableTextWrap": false,
 | 
			
		||||
          "editorMode": "builder",
 | 
			
		||||
          "expr": "surql_trips",
 | 
			
		||||
          "fullMetaSearch": false,
 | 
			
		||||
          "includeNullMetadata": true,
 | 
			
		||||
          "legendFormat": "Trips to Surreal",
 | 
			
		||||
          "range": true,
 | 
			
		||||
          "refId": "A",
 | 
			
		||||
          "useBackend": false
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
          "datasource": {
 | 
			
		||||
            "type": "prometheus",
 | 
			
		||||
            "uid": "${DS_PROMETHEUS}"
 | 
			
		||||
          },
 | 
			
		||||
          "disableTextWrap": false,
 | 
			
		||||
          "editorMode": "builder",
 | 
			
		||||
          "expr": "s3_trips",
 | 
			
		||||
          "fullMetaSearch": false,
 | 
			
		||||
          "hide": false,
 | 
			
		||||
          "includeNullMetadata": true,
 | 
			
		||||
          "instant": false,
 | 
			
		||||
          "legendFormat": "Trips to S3",
 | 
			
		||||
          "range": true,
 | 
			
		||||
          "refId": "B",
 | 
			
		||||
          "useBackend": false
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
          "datasource": {
 | 
			
		||||
            "type": "prometheus",
 | 
			
		||||
            "uid": "${DS_PROMETHEUS}"
 | 
			
		||||
          },
 | 
			
		||||
          "disableTextWrap": false,
 | 
			
		||||
          "editorMode": "builder",
 | 
			
		||||
          "expr": "pages_crawled",
 | 
			
		||||
          "fullMetaSearch": false,
 | 
			
		||||
          "hide": false,
 | 
			
		||||
          "includeNullMetadata": true,
 | 
			
		||||
          "instant": false,
 | 
			
		||||
          "legendFormat": "total crawled",
 | 
			
		||||
          "range": true,
 | 
			
		||||
          "refId": "C",
 | 
			
		||||
          "useBackend": false
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
          "datasource": {
 | 
			
		||||
            "type": "prometheus",
 | 
			
		||||
            "uid": "${DS_PROMETHEUS}"
 | 
			
		||||
          },
 | 
			
		||||
          "disableTextWrap": false,
 | 
			
		||||
          "editorMode": "builder",
 | 
			
		||||
          "expr": "pages_being_processed",
 | 
			
		||||
          "fullMetaSearch": false,
 | 
			
		||||
          "hide": false,
 | 
			
		||||
          "includeNullMetadata": true,
 | 
			
		||||
          "instant": false,
 | 
			
		||||
          "legendFormat": "Pages being processed",
 | 
			
		||||
          "range": true,
 | 
			
		||||
          "refId": "E",
 | 
			
		||||
          "useBackend": false
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
          "datasource": {
 | 
			
		||||
            "type": "prometheus",
 | 
			
		||||
            "uid": "${DS_PROMETHEUS}"
 | 
			
		||||
          },
 | 
			
		||||
          "disableTextWrap": false,
 | 
			
		||||
          "editorMode": "builder",
 | 
			
		||||
          "expr": "gets_in_flight",
 | 
			
		||||
          "fullMetaSearch": false,
 | 
			
		||||
          "hide": false,
 | 
			
		||||
          "includeNullMetadata": true,
 | 
			
		||||
          "instant": false,
 | 
			
		||||
          "legendFormat": "__auto",
 | 
			
		||||
          "range": true,
 | 
			
		||||
          "refId": "D",
 | 
			
		||||
          "useBackend": false
 | 
			
		||||
        }
 | 
			
		||||
      ],
 | 
			
		||||
      "title": "Crawler stats",
 | 
			
		||||
      "type": "timeseries"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "datasource": {
 | 
			
		||||
        "type": "prometheus",
 | 
			
		||||
        "uid": "${DS_PROMETHEUS}"
 | 
			
		||||
      },
 | 
			
		||||
      "fieldConfig": {
 | 
			
		||||
        "defaults": {
 | 
			
		||||
          "color": {
 | 
			
		||||
            "mode": "palette-classic"
 | 
			
		||||
          },
 | 
			
		||||
          "custom": {
 | 
			
		||||
            "axisBorderShow": false,
 | 
			
		||||
            "axisCenteredZero": false,
 | 
			
		||||
            "axisColorMode": "text",
 | 
			
		||||
            "axisLabel": "",
 | 
			
		||||
            "axisPlacement": "auto",
 | 
			
		||||
            "barAlignment": 0,
 | 
			
		||||
            "barWidthFactor": 0.6,
 | 
			
		||||
            "drawStyle": "line",
 | 
			
		||||
            "fillOpacity": 0,
 | 
			
		||||
            "gradientMode": "none",
 | 
			
		||||
            "hideFrom": {
 | 
			
		||||
              "legend": false,
 | 
			
		||||
              "tooltip": false,
 | 
			
		||||
              "viz": false
 | 
			
		||||
            },
 | 
			
		||||
            "insertNulls": false,
 | 
			
		||||
            "lineInterpolation": "linear",
 | 
			
		||||
            "lineWidth": 1,
 | 
			
		||||
            "pointSize": 5,
 | 
			
		||||
            "scaleDistribution": {
 | 
			
		||||
              "type": "linear"
 | 
			
		||||
            },
 | 
			
		||||
            "showPoints": "auto",
 | 
			
		||||
            "spanNulls": 300000,
 | 
			
		||||
            "stacking": {
 | 
			
		||||
              "group": "A",
 | 
			
		||||
              "mode": "none"
 | 
			
		||||
            },
 | 
			
		||||
            "thresholdsStyle": {
 | 
			
		||||
              "mode": "off"
 | 
			
		||||
            }
 | 
			
		||||
          },
 | 
			
		||||
          "mappings": [],
 | 
			
		||||
          "thresholds": {
 | 
			
		||||
            "mode": "absolute",
 | 
			
		||||
            "steps": [
 | 
			
		||||
              {
 | 
			
		||||
                "color": "green",
 | 
			
		||||
                "value": null
 | 
			
		||||
              },
 | 
			
		||||
              {
 | 
			
		||||
                "color": "red",
 | 
			
		||||
                "value": 80
 | 
			
		||||
              }
 | 
			
		||||
            ]
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        "overrides": []
 | 
			
		||||
      },
 | 
			
		||||
      "gridPos": {
 | 
			
		||||
        "h": 8,
 | 
			
		||||
        "w": 9,
 | 
			
		||||
        "x": 8,
 | 
			
		||||
        "y": 0
 | 
			
		||||
      },
 | 
			
		||||
      "id": 6,
 | 
			
		||||
      "options": {
 | 
			
		||||
        "legend": {
 | 
			
		||||
          "calcs": [],
 | 
			
		||||
          "displayMode": "list",
 | 
			
		||||
          "placement": "bottom",
 | 
			
		||||
          "showLegend": true
 | 
			
		||||
        },
 | 
			
		||||
        "tooltip": {
 | 
			
		||||
          "mode": "single",
 | 
			
		||||
          "sort": "none"
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "pluginVersion": "11.3.1",
 | 
			
		||||
      "targets": [
 | 
			
		||||
        {
 | 
			
		||||
          "datasource": {
 | 
			
		||||
            "type": "prometheus",
 | 
			
		||||
            "uid": "${DS_PROMETHEUS}"
 | 
			
		||||
          },
 | 
			
		||||
          "disableTextWrap": false,
 | 
			
		||||
          "editorMode": "builder",
 | 
			
		||||
          "expr": "surql_trips",
 | 
			
		||||
          "fullMetaSearch": false,
 | 
			
		||||
          "includeNullMetadata": true,
 | 
			
		||||
          "legendFormat": "Trips to Surreal",
 | 
			
		||||
          "range": true,
 | 
			
		||||
          "refId": "A",
 | 
			
		||||
          "useBackend": false
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
          "datasource": {
 | 
			
		||||
            "type": "prometheus",
 | 
			
		||||
            "uid": "${DS_PROMETHEUS}"
 | 
			
		||||
          },
 | 
			
		||||
          "disableTextWrap": false,
 | 
			
		||||
          "editorMode": "builder",
 | 
			
		||||
          "expr": "surql_link_calls",
 | 
			
		||||
          "fullMetaSearch": false,
 | 
			
		||||
          "hide": false,
 | 
			
		||||
          "includeNullMetadata": true,
 | 
			
		||||
          "instant": false,
 | 
			
		||||
          "legendFormat": "link calls",
 | 
			
		||||
          "range": true,
 | 
			
		||||
          "refId": "B",
 | 
			
		||||
          "useBackend": false
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
          "datasource": {
 | 
			
		||||
            "type": "prometheus",
 | 
			
		||||
            "uid": "${DS_PROMETHEUS}"
 | 
			
		||||
          },
 | 
			
		||||
          "disableTextWrap": false,
 | 
			
		||||
          "editorMode": "builder",
 | 
			
		||||
          "expr": "surql_store_calls",
 | 
			
		||||
          "fullMetaSearch": false,
 | 
			
		||||
          "hide": false,
 | 
			
		||||
          "includeNullMetadata": true,
 | 
			
		||||
          "instant": false,
 | 
			
		||||
          "legendFormat": "store calls",
 | 
			
		||||
          "range": true,
 | 
			
		||||
          "refId": "C",
 | 
			
		||||
          "useBackend": false
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
          "datasource": {
 | 
			
		||||
            "type": "prometheus",
 | 
			
		||||
            "uid": "${DS_PROMETHEUS}"
 | 
			
		||||
          },
 | 
			
		||||
          "disableTextWrap": false,
 | 
			
		||||
          "editorMode": "builder",
 | 
			
		||||
          "expr": "pages_being_processed",
 | 
			
		||||
          "fullMetaSearch": false,
 | 
			
		||||
          "hide": false,
 | 
			
		||||
          "includeNullMetadata": true,
 | 
			
		||||
          "instant": false,
 | 
			
		||||
          "legendFormat": "Pages being processed",
 | 
			
		||||
          "range": true,
 | 
			
		||||
          "refId": "E",
 | 
			
		||||
          "useBackend": false
 | 
			
		||||
        }
 | 
			
		||||
      ],
 | 
			
		||||
      "title": "Surreal stats",
 | 
			
		||||
      "type": "timeseries"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "datasource": {
 | 
			
		||||
        "type": "prometheus",
 | 
			
		||||
        "uid": "${DS_PROMETHEUS}"
 | 
			
		||||
      },
 | 
			
		||||
      "description": "This is across all threads, so this isn't wall clock time",
 | 
			
		||||
      "fieldConfig": {
 | 
			
		||||
        "defaults": {
 | 
			
		||||
          "color": {
 | 
			
		||||
            "mode": "thresholds"
 | 
			
		||||
          },
 | 
			
		||||
          "mappings": [],
 | 
			
		||||
          "thresholds": {
 | 
			
		||||
            "mode": "absolute",
 | 
			
		||||
            "steps": [
 | 
			
		||||
              {
 | 
			
		||||
                "color": "green",
 | 
			
		||||
                "value": null
 | 
			
		||||
              }
 | 
			
		||||
            ]
 | 
			
		||||
          },
 | 
			
		||||
          "unit": "ms"
 | 
			
		||||
        },
 | 
			
		||||
        "overrides": []
 | 
			
		||||
      },
 | 
			
		||||
      "gridPos": {
 | 
			
		||||
        "h": 8,
 | 
			
		||||
        "w": 7,
 | 
			
		||||
        "x": 17,
 | 
			
		||||
        "y": 0
 | 
			
		||||
      },
 | 
			
		||||
      "id": 7,
 | 
			
		||||
      "options": {
 | 
			
		||||
        "colorMode": "value",
 | 
			
		||||
        "graphMode": "area",
 | 
			
		||||
        "justifyMode": "auto",
 | 
			
		||||
        "orientation": "auto",
 | 
			
		||||
        "percentChangeColorMode": "standard",
 | 
			
		||||
        "reduceOptions": {
 | 
			
		||||
          "calcs": [
 | 
			
		||||
            "lastNotNull"
 | 
			
		||||
          ],
 | 
			
		||||
          "fields": "",
 | 
			
		||||
          "values": false
 | 
			
		||||
        },
 | 
			
		||||
        "showPercentChange": false,
 | 
			
		||||
        "textMode": "auto",
 | 
			
		||||
        "wideLayout": true
 | 
			
		||||
      },
 | 
			
		||||
      "pluginVersion": "11.3.1",
 | 
			
		||||
      "targets": [
 | 
			
		||||
        {
 | 
			
		||||
          "datasource": {
 | 
			
		||||
            "type": "prometheus",
 | 
			
		||||
            "uid": "${DS_PROMETHEUS}"
 | 
			
		||||
          },
 | 
			
		||||
          "disableTextWrap": false,
 | 
			
		||||
          "editorMode": "builder",
 | 
			
		||||
          "expr": "surql_lock_waiting_ms",
 | 
			
		||||
          "fullMetaSearch": false,
 | 
			
		||||
          "includeNullMetadata": true,
 | 
			
		||||
          "legendFormat": "__auto",
 | 
			
		||||
          "range": true,
 | 
			
		||||
          "refId": "A",
 | 
			
		||||
          "useBackend": false
 | 
			
		||||
        }
 | 
			
		||||
      ],
 | 
			
		||||
      "title": "Time spend waiting on lock",
 | 
			
		||||
      "type": "stat"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "datasource": {
 | 
			
		||||
        "type": "loki",
 | 
			
		||||
        "uid": "${DS_LOKI}"
 | 
			
		||||
      },
 | 
			
		||||
      "gridPos": {
 | 
			
		||||
        "h": 18,
 | 
			
		||||
        "w": 24,
 | 
			
		||||
        "x": 0,
 | 
			
		||||
        "y": 8
 | 
			
		||||
      },
 | 
			
		||||
      "id": 1,
 | 
			
		||||
      "options": {
 | 
			
		||||
        "dedupStrategy": "none",
 | 
			
		||||
        "enableLogDetails": true,
 | 
			
		||||
        "prettifyLogMessage": false,
 | 
			
		||||
        "showCommonLabels": false,
 | 
			
		||||
        "showLabels": false,
 | 
			
		||||
        "showTime": false,
 | 
			
		||||
        "sortOrder": "Descending",
 | 
			
		||||
        "wrapLogMessage": false
 | 
			
		||||
      },
 | 
			
		||||
      "pluginVersion": "11.3.1",
 | 
			
		||||
      "targets": [
 | 
			
		||||
        {
 | 
			
		||||
          "datasource": {
 | 
			
		||||
            "type": "loki",
 | 
			
		||||
            "uid": "${DS_LOKI}"
 | 
			
		||||
          },
 | 
			
		||||
          "editorMode": "code",
 | 
			
		||||
          "expr": "{filename=\"/tmp/alloy-logs/tracing.log\"} | json | level = `ERROR` | line_format \"{{.threadId}} {{.filename_extracted}}:{{.line_number}}  {{.fields_message}}\"",
 | 
			
		||||
          "queryType": "range",
 | 
			
		||||
          "refId": "A"
 | 
			
		||||
        }
 | 
			
		||||
      ],
 | 
			
		||||
      "title": "Errors",
 | 
			
		||||
      "type": "logs"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "datasource": {
 | 
			
		||||
        "type": "loki",
 | 
			
		||||
        "uid": "${DS_LOKI}"
 | 
			
		||||
      },
 | 
			
		||||
      "gridPos": {
 | 
			
		||||
        "h": 8,
 | 
			
		||||
        "w": 12,
 | 
			
		||||
        "x": 0,
 | 
			
		||||
        "y": 26
 | 
			
		||||
      },
 | 
			
		||||
      "id": 2,
 | 
			
		||||
      "options": {
 | 
			
		||||
        "dedupStrategy": "none",
 | 
			
		||||
        "enableLogDetails": true,
 | 
			
		||||
        "prettifyLogMessage": false,
 | 
			
		||||
        "showCommonLabels": false,
 | 
			
		||||
        "showLabels": false,
 | 
			
		||||
        "showTime": false,
 | 
			
		||||
        "sortOrder": "Descending",
 | 
			
		||||
        "wrapLogMessage": false
 | 
			
		||||
      },
 | 
			
		||||
      "pluginVersion": "11.3.1",
 | 
			
		||||
      "targets": [
 | 
			
		||||
        {
 | 
			
		||||
          "datasource": {
 | 
			
		||||
            "type": "loki",
 | 
			
		||||
            "uid": "${DS_LOKI}"
 | 
			
		||||
          },
 | 
			
		||||
          "editorMode": "code",
 | 
			
		||||
          "expr": "{filename=\"/tmp/alloy-logs/tracing.log\"} | json | level = `DEBUG` | line_format \"{{.fields_message}}\"",
 | 
			
		||||
          "queryType": "range",
 | 
			
		||||
          "refId": "A"
 | 
			
		||||
        }
 | 
			
		||||
      ],
 | 
			
		||||
      "title": "Debug",
 | 
			
		||||
      "type": "logs"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "datasource": {
 | 
			
		||||
        "type": "loki",
 | 
			
		||||
        "uid": "${DS_LOKI}"
 | 
			
		||||
      },
 | 
			
		||||
      "gridPos": {
 | 
			
		||||
        "h": 16,
 | 
			
		||||
        "w": 12,
 | 
			
		||||
        "x": 12,
 | 
			
		||||
        "y": 26
 | 
			
		||||
      },
 | 
			
		||||
      "id": 4,
 | 
			
		||||
      "options": {
 | 
			
		||||
        "dedupStrategy": "none",
 | 
			
		||||
        "enableLogDetails": true,
 | 
			
		||||
        "prettifyLogMessage": false,
 | 
			
		||||
        "showCommonLabels": false,
 | 
			
		||||
        "showLabels": false,
 | 
			
		||||
        "showTime": false,
 | 
			
		||||
        "sortOrder": "Descending",
 | 
			
		||||
        "wrapLogMessage": false
 | 
			
		||||
      },
 | 
			
		||||
      "pluginVersion": "11.3.1",
 | 
			
		||||
      "targets": [
 | 
			
		||||
        {
 | 
			
		||||
          "datasource": {
 | 
			
		||||
            "type": "loki",
 | 
			
		||||
            "uid": "${DS_LOKI}"
 | 
			
		||||
          },
 | 
			
		||||
          "editorMode": "code",
 | 
			
		||||
          "expr": "{filename=\"/tmp/alloy-logs/tracing.log\"} | json | level = `TRACE` | line_format \"{{.fields_message}}\"",
 | 
			
		||||
          "queryType": "range",
 | 
			
		||||
          "refId": "A"
 | 
			
		||||
        }
 | 
			
		||||
      ],
 | 
			
		||||
      "title": "Trace",
 | 
			
		||||
      "type": "logs"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "datasource": {
 | 
			
		||||
        "type": "loki",
 | 
			
		||||
        "uid": "${DS_LOKI}"
 | 
			
		||||
      },
 | 
			
		||||
      "gridPos": {
 | 
			
		||||
        "h": 8,
 | 
			
		||||
        "w": 12,
 | 
			
		||||
        "x": 0,
 | 
			
		||||
        "y": 34
 | 
			
		||||
      },
 | 
			
		||||
      "id": 3,
 | 
			
		||||
      "options": {
 | 
			
		||||
        "dedupStrategy": "none",
 | 
			
		||||
        "enableLogDetails": true,
 | 
			
		||||
        "prettifyLogMessage": false,
 | 
			
		||||
        "showCommonLabels": false,
 | 
			
		||||
        "showLabels": false,
 | 
			
		||||
        "showTime": false,
 | 
			
		||||
        "sortOrder": "Descending",
 | 
			
		||||
        "wrapLogMessage": false
 | 
			
		||||
      },
 | 
			
		||||
      "pluginVersion": "11.3.1",
 | 
			
		||||
      "targets": [
 | 
			
		||||
        {
 | 
			
		||||
          "datasource": {
 | 
			
		||||
            "type": "loki",
 | 
			
		||||
            "uid": "${DS_LOKI}"
 | 
			
		||||
          },
 | 
			
		||||
          "editorMode": "code",
 | 
			
		||||
          "expr": "{filename=\"/tmp/alloy-logs/tracing.log\"} | json | level = `WARN` | line_format \"{{.fields_message}}\"",
 | 
			
		||||
          "queryType": "range",
 | 
			
		||||
          "refId": "A"
 | 
			
		||||
        }
 | 
			
		||||
      ],
 | 
			
		||||
      "title": "Warnings",
 | 
			
		||||
      "type": "logs"
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "schemaVersion": 40,
 | 
			
		||||
  "tags": [],
 | 
			
		||||
  "templating": {
 | 
			
		||||
    "list": [
 | 
			
		||||
      {
 | 
			
		||||
        "datasource": {
 | 
			
		||||
          "type": "loki",
 | 
			
		||||
          "uid": "P8E80F9AEF21F6940"
 | 
			
		||||
        },
 | 
			
		||||
        "filters": [],
 | 
			
		||||
        "name": "Filters",
 | 
			
		||||
        "type": "adhoc"
 | 
			
		||||
      }
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  "time": {
 | 
			
		||||
    "from": "now-5m",
 | 
			
		||||
    "to": "now"
 | 
			
		||||
  },
 | 
			
		||||
  "timepicker": {},
 | 
			
		||||
  "timezone": "browser",
 | 
			
		||||
  "title": "Crawler",
 | 
			
		||||
  "uid": "ceg90x34pqgowd",
 | 
			
		||||
  "version": 21,
 | 
			
		||||
  "weekStart": ""
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										41
									
								
								docker/grafana.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										41
									
								
								docker/grafana.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,41 @@
 | 
			
		||||
apiVersion: 1
 | 
			
		||||
 | 
			
		||||
datasources:
 | 
			
		||||
- name: Loki
 | 
			
		||||
  type: loki
 | 
			
		||||
  access: proxy 
 | 
			
		||||
  orgId: 1
 | 
			
		||||
  url: http://loki:3100
 | 
			
		||||
  basicAuth: false
 | 
			
		||||
  isDefault: true 
 | 
			
		||||
  version: 1
 | 
			
		||||
  editable: false
 | 
			
		||||
- name: Prometheus
 | 
			
		||||
  type: prometheus
 | 
			
		||||
  uid: prometheus
 | 
			
		||||
  access: proxy
 | 
			
		||||
  orgId: 1
 | 
			
		||||
  url: http://prometheus:9090
 | 
			
		||||
  basicAuth: false
 | 
			
		||||
  isDefault: false
 | 
			
		||||
  version: 1
 | 
			
		||||
  editable: false
 | 
			
		||||
  jsonData:
 | 
			
		||||
    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
 | 
			
		||||
							
								
								
									
										62
									
								
								docker/loki.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										62
									
								
								docker/loki.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,62 @@
 | 
			
		||||
# this is mostly the default config from grafana's website
 | 
			
		||||
 | 
			
		||||
auth_enabled: false
 | 
			
		||||
 | 
			
		||||
server:
 | 
			
		||||
  http_listen_port: 3100
 | 
			
		||||
  grpc_listen_port: 9096
 | 
			
		||||
  log_level: info
 | 
			
		||||
  grpc_server_max_concurrent_streams: 1000
 | 
			
		||||
 | 
			
		||||
common:
 | 
			
		||||
  instance_addr: 127.0.0.1
 | 
			
		||||
  path_prefix: /tmp/loki
 | 
			
		||||
  storage:
 | 
			
		||||
    filesystem:
 | 
			
		||||
      chunks_directory: /tmp/loki/chunks
 | 
			
		||||
      rules_directory: /tmp/loki/rules
 | 
			
		||||
  replication_factor: 1
 | 
			
		||||
  ring:
 | 
			
		||||
    kvstore:
 | 
			
		||||
      store: inmemory
 | 
			
		||||
 | 
			
		||||
query_range:
 | 
			
		||||
  results_cache:
 | 
			
		||||
    cache:
 | 
			
		||||
      embedded_cache:
 | 
			
		||||
        enabled: true
 | 
			
		||||
        max_size_mb: 100
 | 
			
		||||
 | 
			
		||||
limits_config:
 | 
			
		||||
  metric_aggregation_enabled: true
 | 
			
		||||
 | 
			
		||||
schema_config:
 | 
			
		||||
  configs:
 | 
			
		||||
    - from: 2020-10-24
 | 
			
		||||
      store: tsdb
 | 
			
		||||
      object_store: filesystem
 | 
			
		||||
      schema: v13
 | 
			
		||||
      index:
 | 
			
		||||
        prefix: index_
 | 
			
		||||
        period: 24h
 | 
			
		||||
 | 
			
		||||
pattern_ingester:
 | 
			
		||||
  enabled: true
 | 
			
		||||
  metric_aggregation:
 | 
			
		||||
    loki_address: localhost:3100
 | 
			
		||||
 | 
			
		||||
frontend:
 | 
			
		||||
  encoding: protobuf
 | 
			
		||||
 | 
			
		||||
# By default, Loki will send anonymous, but uniquely-identifiable usage and configuration
 | 
			
		||||
# analytics to Grafana Labs. These statistics are sent to https://stats.grafana.org/
 | 
			
		||||
#
 | 
			
		||||
# Statistics help us better understand how Loki is used, and they show us performance
 | 
			
		||||
# levels for most users. This helps us prioritize features and documentation.
 | 
			
		||||
# For more information on what's sent, look at
 | 
			
		||||
# https://github.com/grafana/loki/blob/main/pkg/analytics/stats.go
 | 
			
		||||
# Refer to the buildReport method to see what goes into a report.
 | 
			
		||||
#
 | 
			
		||||
# If you would like to disable reporting, uncomment the following lines:
 | 
			
		||||
analytics:
 | 
			
		||||
  reporting_enabled: false
 | 
			
		||||
							
								
								
									
										15
									
								
								docker/prometheus.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								docker/prometheus.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
global:
 | 
			
		||||
  scrape_interval: 60s 
 | 
			
		||||
  query_log_file: /etc/prometheus/query.log
 | 
			
		||||
 | 
			
		||||
scrape_configs:
 | 
			
		||||
  # 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:
 | 
			
		||||
      - targets: ['tempo:3200']
 | 
			
		||||
							
								
								
									
										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
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								pngs/graphana.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								pngs/graphana.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 264 KiB  | 
							
								
								
									
										215
									
								
								src/db.rs
									
									
									
									
									
								
							
							
						
						
									
										215
									
								
								src/db.rs
									
									
									
									
									
								
							@@ -1,28 +1,39 @@
 | 
			
		||||
use std::fmt::Debug;
 | 
			
		||||
use metrics::counter;
 | 
			
		||||
use serde::{Deserialize, Serialize};
 | 
			
		||||
use std::{fmt::Debug, time::Duration};
 | 
			
		||||
use surrealdb::{
 | 
			
		||||
    engine::remote::ws::{Client, Ws}, error::Db, opt::auth::Root, sql::Thing, Response, Surreal
 | 
			
		||||
    engine::remote::ws::{Client, Ws},
 | 
			
		||||
    opt::auth::Root,
 | 
			
		||||
    sql::Thing,
 | 
			
		||||
    Surreal,
 | 
			
		||||
};
 | 
			
		||||
use tracing::{error, instrument, trace, warn};
 | 
			
		||||
use tokio::time::sleep;
 | 
			
		||||
use tracing::{error, instrument, trace};
 | 
			
		||||
use url::Url;
 | 
			
		||||
 | 
			
		||||
use crate::{Config, Timer};
 | 
			
		||||
use crate::Config;
 | 
			
		||||
 | 
			
		||||
#[derive(Serialize, Deserialize, Clone)]
 | 
			
		||||
const STORE: &str = "surql_store_calls";
 | 
			
		||||
 | 
			
		||||
#[derive(Serialize, Deserialize, Clone, Eq, PartialEq, Hash)]
 | 
			
		||||
pub struct Website {
 | 
			
		||||
    pub id: Option<Thing>,
 | 
			
		||||
    /// The url that this data is found at
 | 
			
		||||
    pub site: Url,
 | 
			
		||||
    /// Wether or not this link has been crawled yet
 | 
			
		||||
    pub crawled: bool,
 | 
			
		||||
    #[serde(skip_serializing)]
 | 
			
		||||
    id: Option<Thing>,
 | 
			
		||||
    /// 200, 404, etc
 | 
			
		||||
    pub status_code: u16,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// manual impl to make tracing look nicer
 | 
			
		||||
impl Debug for Website {
 | 
			
		||||
    fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
 | 
			
		||||
        let site = (self.site.domain().unwrap_or("n/a")).to_string() + self.site.path();
 | 
			
		||||
        f.debug_struct("Website").field("site", &site).finish()
 | 
			
		||||
        f.debug_struct("Website")
 | 
			
		||||
            .field("host", &self.site.host())
 | 
			
		||||
            .field("path", &self.site.path())
 | 
			
		||||
            .field("status_code", &self.status_code)
 | 
			
		||||
            .finish()
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -34,160 +45,112 @@ impl Website {
 | 
			
		||||
            Err(_) => todo!(),
 | 
			
		||||
        };
 | 
			
		||||
        Self {
 | 
			
		||||
            id: None,
 | 
			
		||||
            crawled,
 | 
			
		||||
            site,
 | 
			
		||||
            status_code: 0,
 | 
			
		||||
            id: None,
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    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
 | 
			
		||||
    // 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> {
 | 
			
		||||
        counter!(STORE).increment(1);
 | 
			
		||||
        let mut things = Vec::with_capacity(all.len());
 | 
			
		||||
 | 
			
		||||
    #[instrument(skip_all)]
 | 
			
		||||
    pub async fn links_to(&self, other: Vec<Thing>, db: &Surreal<Client>) {
 | 
			
		||||
        let len = other.len();
 | 
			
		||||
        if len == 0 {return}
 | 
			
		||||
 | 
			
		||||
        let from = self.site.to_string();
 | 
			
		||||
        // let to = other.site.to_string();
 | 
			
		||||
        trace!("Linking {from} to {} other pages.", other.len());
 | 
			
		||||
        let msg = format!("Linked {len} pages");
 | 
			
		||||
        let timer = Timer::start(&msg);
 | 
			
		||||
        // prevent the timer from being dropped instantly.
 | 
			
		||||
        let _ = timer;
 | 
			
		||||
        match db
 | 
			
		||||
            .query("COUNT(RELATE (SELECT id FROM website WHERE site = $in) -> links_to -> $out)")
 | 
			
		||||
            .bind(("in", from))
 | 
			
		||||
            .bind(("out", other))
 | 
			
		||||
            .query(
 | 
			
		||||
                "INSERT INTO website $array
 | 
			
		||||
                    ON DUPLICATE KEY UPDATE
 | 
			
		||||
                        accessed_at = time::now(),
 | 
			
		||||
                        status_code = $input.status_code,
 | 
			
		||||
                        processing = false,
 | 
			
		||||
                        crawled = crawled OR $input.crawled
 | 
			
		||||
                    RETURN VALUE id;
 | 
			
		||||
                 ",
 | 
			
		||||
            )
 | 
			
		||||
            .bind(("array", all))
 | 
			
		||||
            .await
 | 
			
		||||
        {
 | 
			
		||||
            Ok(mut e) => {
 | 
			
		||||
                // The relate could technically "fail" (not relate anything), this just means that
 | 
			
		||||
                // the query was ok.
 | 
			
		||||
                let _: Response = e;
 | 
			
		||||
                if let Ok(vec) = e.take(0) {
 | 
			
		||||
                    let _: Vec<usize> = vec;
 | 
			
		||||
                    if let Some(num) = vec.get(0) {
 | 
			
		||||
                        if *num == len {
 | 
			
		||||
                            trace!("Link OK");
 | 
			
		||||
                            return;
 | 
			
		||||
                        } else {
 | 
			
		||||
                            warn!("Didn't link all the records. {num}/{len}");
 | 
			
		||||
                            return;
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
                warn!("Linking request succeeded but couldn't verify the results.");
 | 
			
		||||
            Ok(mut id) => match id.take::<Vec<Thing>>(0) {
 | 
			
		||||
                Ok(mut x) => things.append(&mut x),
 | 
			
		||||
                Err(err) => error!("{:?}", err),
 | 
			
		||||
            },
 | 
			
		||||
            Err(e) => {
 | 
			
		||||
                error!("{}", e.to_string());
 | 
			
		||||
            },
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #[instrument(skip_all)]
 | 
			
		||||
    pub async fn store(&self, db: &Surreal<Client>) -> Option<Thing> {
 | 
			
		||||
        let t = Timer::start("Stored page");
 | 
			
		||||
        let _ = t;
 | 
			
		||||
        // check if it's been gone thru before
 | 
			
		||||
        let mut response = db
 | 
			
		||||
            .query("SELECT * FROM ONLY website WHERE site = $site LIMIT 1")
 | 
			
		||||
            .bind(("site", self.site.to_string()))
 | 
			
		||||
            .await
 | 
			
		||||
            .expect("Failed to check surreal for duplicates!");
 | 
			
		||||
 | 
			
		||||
        if let Some(old) = response.take::<Option<Website>>(0).expect("Failed to read reponse from surreal for duplicates.") {
 | 
			
		||||
            // site exists already
 | 
			
		||||
            if let Some(id) = old.id {
 | 
			
		||||
                // make sure to preserve the "crawled status"
 | 
			
		||||
                let mut new = self.clone();
 | 
			
		||||
                new.crawled = old.crawled | new.crawled;
 | 
			
		||||
 | 
			
		||||
                // update the record
 | 
			
		||||
                match db.upsert((id.tb, id.id.to_string())).content(new).await {
 | 
			
		||||
                    Ok(e) => {
 | 
			
		||||
                        if let Some(a) = e {
 | 
			
		||||
                            let _: Record = a;
 | 
			
		||||
                            return Some(a.id);
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                    Err(e) => {
 | 
			
		||||
                        match e {
 | 
			
		||||
                            surrealdb::Error::Db(error) => {
 | 
			
		||||
                                match error {
 | 
			
		||||
                                    Db::QueryCancelled => todo!(),
 | 
			
		||||
                                    Db::QueryNotExecuted => todo!(),
 | 
			
		||||
                                    Db::QueryNotExecutedDetail { message } => todo!(),
 | 
			
		||||
                                   _=>{},
 | 
			
		||||
                                }
 | 
			
		||||
                            },
 | 
			
		||||
                            _=>{},
 | 
			
		||||
                        }
 | 
			
		||||
                        // error!("{}", e);
 | 
			
		||||
                    }
 | 
			
		||||
                };
 | 
			
		||||
            Err(err) => {
 | 
			
		||||
                error!("{:?}", err);
 | 
			
		||||
            }
 | 
			
		||||
        } else {
 | 
			
		||||
            // sites hasn't existed yet
 | 
			
		||||
            match db.create("website").content(self.clone()).await {
 | 
			
		||||
                Ok(e) => {
 | 
			
		||||
                    let _: Option<Record> = e;
 | 
			
		||||
                    if let Some(a) = e {
 | 
			
		||||
                        let _: Record = a;
 | 
			
		||||
                        return Some(a.id);
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
                Err(a) => error!("{:?}", a),
 | 
			
		||||
            };
 | 
			
		||||
        }
 | 
			
		||||
        None
 | 
			
		||||
        things
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
impl ToString for Website {
 | 
			
		||||
    fn to_string(&self) -> String {
 | 
			
		||||
        self.site.to_string()
 | 
			
		||||
/// Returns uncrawled links
 | 
			
		||||
#[instrument(skip(db, config))]
 | 
			
		||||
pub async fn get_next(db: &Surreal<Client>, config: &Config) -> Option<Website> {
 | 
			
		||||
    let mut res: Option<Website> = None;
 | 
			
		||||
    let mut fails = 0;
 | 
			
		||||
 | 
			
		||||
    while res == None {
 | 
			
		||||
        let mut response = db
 | 
			
		||||
            .query("fn::get_next($format)")
 | 
			
		||||
            .bind(("format", config.crawl_filter.to_string()))
 | 
			
		||||
            .await
 | 
			
		||||
            .expect("Hard-coded query failed..?");
 | 
			
		||||
 | 
			
		||||
        res = match response.take(0) {
 | 
			
		||||
            Ok(ok) => ok,
 | 
			
		||||
            Err(_err) => {
 | 
			
		||||
                // basically just CSMA/CA
 | 
			
		||||
                let delay = rand::random_range(10..10_000);
 | 
			
		||||
                sleep(Duration::from_millis(delay)).await;
 | 
			
		||||
                fails += 1;
 | 
			
		||||
                // Don't get stuck here forever, failing...
 | 
			
		||||
                // (most I've seen is 1)
 | 
			
		||||
                if fails > 5 {
 | 
			
		||||
                    error!("Max attempts to get_next() reached... ({fails})");
 | 
			
		||||
                    return None
 | 
			
		||||
                }
 | 
			
		||||
                None
 | 
			
		||||
            }
 | 
			
		||||
        };
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    res
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#[derive(Debug, Serialize)]
 | 
			
		||||
#[allow(dead_code)]
 | 
			
		||||
pub struct Email {
 | 
			
		||||
    pub email: String,
 | 
			
		||||
    pub on: String,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#[derive(Debug, Deserialize)]
 | 
			
		||||
pub struct Record {
 | 
			
		||||
    #[allow(dead_code)]
 | 
			
		||||
    pub id: Thing,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#[instrument(skip_all, name = "SurrealDB")]
 | 
			
		||||
pub async fn connect(config: &Config<'_>) -> surrealdb::Result<Surreal<Client>> {
 | 
			
		||||
pub async fn connect(config: &Config) -> surrealdb::Result<Surreal<Client>> {
 | 
			
		||||
    trace!("Establishing connection to surreal...");
 | 
			
		||||
    // Connect to the server
 | 
			
		||||
    let db = Surreal::new::<Ws>(config.surreal_url).await?;
 | 
			
		||||
    let db = Surreal::new::<Ws>(&config.surreal_url).await?;
 | 
			
		||||
 | 
			
		||||
    trace!("Logging in...");
 | 
			
		||||
    // Signin as a namespace, database, or root user
 | 
			
		||||
    db.signin(Root {
 | 
			
		||||
        username: config.surreal_username,
 | 
			
		||||
        password: config.surreal_password,
 | 
			
		||||
        username: &config.surreal_username,
 | 
			
		||||
        password: &config.surreal_password,
 | 
			
		||||
    })
 | 
			
		||||
    .await?;
 | 
			
		||||
 | 
			
		||||
    // Select a specific namespace / database
 | 
			
		||||
    db
 | 
			
		||||
        .use_ns(config.surreal_ns)
 | 
			
		||||
        .use_db(config.surreal_db)
 | 
			
		||||
    db.use_ns(&config.surreal_ns)
 | 
			
		||||
        .use_db(&config.surreal_db)
 | 
			
		||||
        .await?;
 | 
			
		||||
    
 | 
			
		||||
    let setup = include_bytes!("setup.surql");
 | 
			
		||||
    let file = setup.iter().map(|c| *c as char).collect::<String>();
 | 
			
		||||
 | 
			
		||||
    db.query(file).await.expect("Failed to setup surreal tables.");
 | 
			
		||||
    let setup = include_bytes!("setup.surql");
 | 
			
		||||
    let init_commands = setup.iter().map(|c| *c as char).collect::<String>();
 | 
			
		||||
 | 
			
		||||
    db.query(init_commands)
 | 
			
		||||
        .await
 | 
			
		||||
        .expect("Failed to setup surreal tables.");
 | 
			
		||||
 | 
			
		||||
    Ok(db)
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										105
									
								
								src/filesystem.rs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										105
									
								
								src/filesystem.rs
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,105 @@
 | 
			
		||||
use std::{io::ErrorKind, path::PathBuf};
 | 
			
		||||
 | 
			
		||||
use reqwest::header::HeaderValue;
 | 
			
		||||
use tokio::fs;
 | 
			
		||||
use tracing::{error, trace, warn};
 | 
			
		||||
use url::Url;
 | 
			
		||||
 | 
			
		||||
pub fn as_path(url: &Url, content_type: &HeaderValue) -> PathBuf {
 | 
			
		||||
    // extract data from url to save it accurately
 | 
			
		||||
    let mut url_path = PathBuf::from("./downloaded/".to_string() + url.domain().unwrap_or("UnknownDomain") + url.path());
 | 
			
		||||
 | 
			
		||||
    if let Ok(header) = content_type.to_str() {
 | 
			
		||||
        // text/html; charset=UTF-8; option=value
 | 
			
		||||
        let ttype = if let Some((t, _)) = header.split_once(';') {
 | 
			
		||||
            t
 | 
			
		||||
        } else {
 | 
			
		||||
            header
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
        if let Some((ttype, subtype)) = ttype.split_once('/') {
 | 
			
		||||
            trace!(url = url.to_string(), main_type = ttype, sub_type = subtype, "Found Content-Type to be: {ttype}/{subtype}");
 | 
			
		||||
            // 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 {
 | 
			
		||||
        warn!("Header: {:?} couldn't be parsed into a string!", content_type);
 | 
			
		||||
    }
 | 
			
		||||
    trace!(url = url.to_string(), path = &*url_path.to_string_lossy(), "Converted URL into path");
 | 
			
		||||
 | 
			
		||||
    url_path
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
pub async fn check_file_length(file: &PathBuf) -> Option<u64> {
 | 
			
		||||
    match tokio::fs::OpenOptions::new()
 | 
			
		||||
        .write(false)
 | 
			
		||||
        .read(true)
 | 
			
		||||
        .create(false)
 | 
			
		||||
        .open(file).await
 | 
			
		||||
    {
 | 
			
		||||
        Ok(file) => {
 | 
			
		||||
            match file.metadata().await {
 | 
			
		||||
                Ok(meta) => {
 | 
			
		||||
                    return Some(meta.len())
 | 
			
		||||
                },
 | 
			
		||||
                Err(err) => {
 | 
			
		||||
                    error!("Failed to get metadata. {}", err)
 | 
			
		||||
                },
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        Err(err) => {
 | 
			
		||||
            match err.kind() {
 | 
			
		||||
                ErrorKind::NotFound => {/* ignore */},
 | 
			
		||||
                _ => warn!("Failed to open file to check length. {:?} {}", file, err),
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
    }
 | 
			
		||||
    None
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
pub async fn init(filename: &PathBuf) -> Option<fs::File> {
 | 
			
		||||
    let file = async || tokio::fs::OpenOptions::new()
 | 
			
		||||
        .write(true)
 | 
			
		||||
        .append(false)
 | 
			
		||||
        .create(true)
 | 
			
		||||
        .open(&filename).await;
 | 
			
		||||
 | 
			
		||||
    match file().await {
 | 
			
		||||
        Ok(ok) => {
 | 
			
		||||
            trace!("Initialized file {}", filename.to_str().unwrap_or("N/A"));
 | 
			
		||||
            Some(ok)
 | 
			
		||||
        },
 | 
			
		||||
        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);
 | 
			
		||||
                    } else if let Ok(ok) = file().await {
 | 
			
		||||
                        return Some(ok);
 | 
			
		||||
                    }
 | 
			
		||||
                } else {
 | 
			
		||||
                    error!("Couldn't get file's parents: {:?}", &filename);
 | 
			
		||||
                }
 | 
			
		||||
            } else if err.kind() == ErrorKind::NotADirectory {
 | 
			
		||||
                // Example:
 | 
			
		||||
                // 1. example.com/user
 | 
			
		||||
                // 2. example.com/user/post
 | 
			
		||||
                // If file 1 exists it will prevent file 2 from existing
 | 
			
		||||
                // FIXME
 | 
			
		||||
 | 
			
		||||
                error!("One of the parent directories is actually a file...")
 | 
			
		||||
            } else {
 | 
			
		||||
                error!("File open error: {err} {:?}", filename);
 | 
			
		||||
            }
 | 
			
		||||
            // we don't care about other errors, we can't/shouldn't fix them
 | 
			
		||||
            None
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										522
									
								
								src/main.rs
									
									
									
									
									
								
							
							
						
						
									
										522
									
								
								src/main.rs
									
									
									
									
									
								
							@@ -1,72 +1,116 @@
 | 
			
		||||
#![feature(type_alias_impl_trait)]
 | 
			
		||||
#![feature(const_async_blocks)]
 | 
			
		||||
#![feature(ip_from)]
 | 
			
		||||
#![feature(path_add_extension)]
 | 
			
		||||
#![deny(clippy::unwrap_used)]
 | 
			
		||||
 | 
			
		||||
extern crate html5ever;
 | 
			
		||||
 | 
			
		||||
use std::time::Instant;
 | 
			
		||||
use std::{
 | 
			
		||||
    collections::HashSet,
 | 
			
		||||
    fs::File,
 | 
			
		||||
    io::Read,
 | 
			
		||||
    sync::{Arc, LazyLock},
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
use db::{connect, Website};
 | 
			
		||||
use s3::S3;
 | 
			
		||||
use futures_util::StreamExt;
 | 
			
		||||
use opentelemetry::{
 | 
			
		||||
    global::{self},
 | 
			
		||||
    metrics::{Counter, Meter, UpDownCounter},
 | 
			
		||||
};
 | 
			
		||||
use opentelemetry_otlp::{Protocol, WithExportConfig};
 | 
			
		||||
use opentelemetry_sdk::{metrics::SdkMeterProvider, trace::SdkTracerProvider};
 | 
			
		||||
use serde::Deserialize;
 | 
			
		||||
use surrealdb::{engine::remote::ws::Client, Surreal};
 | 
			
		||||
use tokio::task::JoinSet;
 | 
			
		||||
use tracing::{debug, info, instrument, trace, trace_span, warn};
 | 
			
		||||
use tracing_subscriber::{fmt::time::LocalTime, EnvFilter};
 | 
			
		||||
use tokio::{
 | 
			
		||||
    io::{AsyncReadExt, AsyncWriteExt, BufWriter},
 | 
			
		||||
    sync::RwLock,
 | 
			
		||||
    task::JoinSet,
 | 
			
		||||
};
 | 
			
		||||
use tracing::{debug, error, info, instrument, level_filters::LevelFilter, trace, warn};
 | 
			
		||||
use tracing_subscriber::{fmt, layer::SubscriberExt, EnvFilter, Layer, Registry};
 | 
			
		||||
 | 
			
		||||
use crate::db::get_next;
 | 
			
		||||
 | 
			
		||||
mod db;
 | 
			
		||||
mod filesystem;
 | 
			
		||||
mod parser;
 | 
			
		||||
mod s3;
 | 
			
		||||
 | 
			
		||||
struct Config<'a> {
 | 
			
		||||
    surreal_ns: &'a str,
 | 
			
		||||
    surreal_db: &'a str,
 | 
			
		||||
    surreal_url: &'a str,
 | 
			
		||||
    surreal_username: &'a str,
 | 
			
		||||
    surreal_password: &'a str,
 | 
			
		||||
static METER: LazyLock<Meter> = LazyLock::new(|| global::meter("Internet_Mapper"));
 | 
			
		||||
static BATCH_SIZE: LazyLock<Counter<u64>> =
 | 
			
		||||
    LazyLock::new(|| METER.u64_counter("crawler_batch_size").build());
 | 
			
		||||
static BEING_PROCESSED: LazyLock<UpDownCounter<i64>> = LazyLock::new(|| {
 | 
			
		||||
    METER
 | 
			
		||||
        .i64_up_down_counter("crawler_pages_being_processed")
 | 
			
		||||
        .build()
 | 
			
		||||
});
 | 
			
		||||
static BEING_PARSED: LazyLock<UpDownCounter<i64>> = LazyLock::new(|| {
 | 
			
		||||
    METER
 | 
			
		||||
        .i64_up_down_counter("crawler_pages_being_parsed")
 | 
			
		||||
        .build()
 | 
			
		||||
});
 | 
			
		||||
static BEING_STREAMED: LazyLock<UpDownCounter<i64>> = LazyLock::new(|| {
 | 
			
		||||
    METER
 | 
			
		||||
        .i64_up_down_counter("crawler_pages_being_streamed")
 | 
			
		||||
        .build()
 | 
			
		||||
});
 | 
			
		||||
static GET_IN_FLIGHT: LazyLock<UpDownCounter<i64>> =
 | 
			
		||||
    LazyLock::new(|| METER.i64_up_down_counter("crawler_gets_in_flight").build());
 | 
			
		||||
static TOTAL_BYTES_DOWN: LazyLock<Counter<u64>> =
 | 
			
		||||
    LazyLock::new(|| METER.u64_counter("crawler_total_bytes_down").build());
 | 
			
		||||
static SITES_CRAWLED: LazyLock<Counter<u64>> =
 | 
			
		||||
    LazyLock::new(|| METER.u64_counter("crawler_total_sites_crawled").build());
 | 
			
		||||
 | 
			
		||||
    s3_url: &'a str,
 | 
			
		||||
    s3_bucket: &'a str,
 | 
			
		||||
    s3_access_key: &'a str,
 | 
			
		||||
    s3_secret_key: &'a str,
 | 
			
		||||
static CONFIG: LazyLock<Config> = LazyLock::new(|| {
 | 
			
		||||
    let mut file = File::open("./Crawler.toml").expect("Failed to read Crawler.toml");
 | 
			
		||||
    let mut buf = String::new();
 | 
			
		||||
    let _ = file.read_to_string(&mut buf);
 | 
			
		||||
 | 
			
		||||
    let config: Config = toml::from_str(&buf).expect("Failed to parse Crawler.toml");
 | 
			
		||||
    config
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
// FIXME Traces aren't working on multiple threads, they block
 | 
			
		||||
// static TRACER: LazyLock<BoxedTracer> = LazyLock::new(|| global::tracer("Internet_Mapper"));
 | 
			
		||||
 | 
			
		||||
#[derive(Deserialize)]
 | 
			
		||||
struct Config {
 | 
			
		||||
    tracing_endpoint: String,
 | 
			
		||||
    metrics_endpoint: String,
 | 
			
		||||
    log_file: String,
 | 
			
		||||
 | 
			
		||||
    surreal_ns: String,
 | 
			
		||||
    surreal_db: String,
 | 
			
		||||
    surreal_url: String,
 | 
			
		||||
    surreal_username: String,
 | 
			
		||||
    surreal_password: String,
 | 
			
		||||
 | 
			
		||||
    crawl_filter: String,
 | 
			
		||||
    start_url: String,
 | 
			
		||||
    budget: usize,
 | 
			
		||||
    batch_size: usize,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#[tokio::main]
 | 
			
		||||
async fn main() {
 | 
			
		||||
    let total_runtime = Timer::start("Completed");
 | 
			
		||||
    println!("Logs and metrics are provided to the Grafana dashboard");
 | 
			
		||||
 | 
			
		||||
    // Start TRACE / LOGGING / METRICS
 | 
			
		||||
    load_logging(&CONFIG); // this seems to be working ok
 | 
			
		||||
    global::set_tracer_provider(load_tracing(&CONFIG));
 | 
			
		||||
    global::set_meter_provider(load_metrics(&CONFIG));
 | 
			
		||||
 | 
			
		||||
    BATCH_SIZE.add(CONFIG.batch_size as u64, &[]);
 | 
			
		||||
 | 
			
		||||
    tracing_subscriber::fmt()
 | 
			
		||||
        .with_env_filter(EnvFilter::from_default_env())
 | 
			
		||||
        .with_line_number(true)
 | 
			
		||||
        .with_thread_ids(true)
 | 
			
		||||
        .with_file(true)
 | 
			
		||||
        .with_timer(LocalTime::rfc_3339())
 | 
			
		||||
        .init();
 | 
			
		||||
    debug!("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.
 | 
			
		||||
    let crawl_filter = "en.wikipedia.org/";
 | 
			
		||||
    let budget = 50;
 | 
			
		||||
    let mut crawled = 0;
 | 
			
		||||
    // let crawl_filter = "en.wikipedia.org/";
 | 
			
		||||
    // let budget = 50;
 | 
			
		||||
    let crawled = Arc::new(RwLock::new(0));
 | 
			
		||||
 | 
			
		||||
    let config = Config {
 | 
			
		||||
        surreal_url: "localhost:8000",
 | 
			
		||||
        surreal_username: "root",
 | 
			
		||||
        surreal_password: "root",
 | 
			
		||||
        surreal_ns: "test",
 | 
			
		||||
        surreal_db: "v1.11.2",
 | 
			
		||||
        s3_bucket: "v1.11.2",
 | 
			
		||||
        s3_url: "http://localhost:9000",
 | 
			
		||||
        s3_access_key: "8UO76z8wCs9DnpxSbQUY",
 | 
			
		||||
        s3_secret_key: "xwKVMpf2jzgprsdo85Dvo74UmO84y0aRrAUorYY5",
 | 
			
		||||
    };
 | 
			
		||||
   
 | 
			
		||||
    let starting_url = &CONFIG.start_url;
 | 
			
		||||
 | 
			
		||||
    let db = connect(&config)
 | 
			
		||||
    let db = connect(&CONFIG)
 | 
			
		||||
        .await
 | 
			
		||||
        .expect("Failed to connect to surreal, aborting.");
 | 
			
		||||
    let s3 = S3::connect(&config)
 | 
			
		||||
        .await
 | 
			
		||||
        .expect("Failed to connect to minio, aborting.");
 | 
			
		||||
 | 
			
		||||
    let reqwest = reqwest::Client::builder()
 | 
			
		||||
        // .use_rustls_tls()
 | 
			
		||||
@@ -76,132 +120,296 @@ async fn main() {
 | 
			
		||||
 | 
			
		||||
    // Kick off the whole machine - This Website object doesn't matter, it's just to allow for
 | 
			
		||||
    // get() to work.
 | 
			
		||||
    let span = trace_span!("Pre-Loop");
 | 
			
		||||
    let pre_loop_span = span.enter();
 | 
			
		||||
    // Download the site
 | 
			
		||||
    let site = Website::new(&starting_url, false);
 | 
			
		||||
    get(site, db.clone(), reqwest.clone(), s3.clone()).await;
 | 
			
		||||
    // let mut span = TRACER.start("Pre-Loop");
 | 
			
		||||
    let site = Website::new(starting_url, false);
 | 
			
		||||
    process(site, db.clone(), reqwest.clone()).await;
 | 
			
		||||
    // span.end();
 | 
			
		||||
 | 
			
		||||
    drop(pre_loop_span);
 | 
			
		||||
    // let mut main_loop_span= TRACER.start("Main-Loop");
 | 
			
		||||
    let mut futures = JoinSet::new();
 | 
			
		||||
    for _ in 0..CONFIG.batch_size {
 | 
			
		||||
        futures.spawn(process_single_thread(
 | 
			
		||||
            &CONFIG,
 | 
			
		||||
            db.clone(),
 | 
			
		||||
            reqwest.clone(),
 | 
			
		||||
            crawled.clone(),
 | 
			
		||||
        ));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    let span = trace_span!("Loop");
 | 
			
		||||
    let span = span.enter();
 | 
			
		||||
    while crawled < budget {
 | 
			
		||||
        let get_num = if budget - crawled < 100 {
 | 
			
		||||
            budget - crawled
 | 
			
		||||
        } else {
 | 
			
		||||
            100
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
        let uncrawled = get_uncrawled_links(&db, get_num, crawl_filter.to_string()).await;
 | 
			
		||||
        if uncrawled.len() == 0 {
 | 
			
		||||
            info!("Had more budget but finished crawling everything.");
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
        debug!("Crawling {} pages...", uncrawled.len());
 | 
			
		||||
 | 
			
		||||
        let span = trace_span!("Crawling");
 | 
			
		||||
        let _ = span.enter();
 | 
			
		||||
 | 
			
		||||
        {
 | 
			
		||||
            let mut futures = JoinSet::new();
 | 
			
		||||
            for site in uncrawled {
 | 
			
		||||
                futures.spawn(get(site, db.clone(), reqwest.clone(), s3.clone()));
 | 
			
		||||
                // technically the site hasn't be crawled *yet*, but the future
 | 
			
		||||
                // where it is crawled has been set up.
 | 
			
		||||
                crawled += 1;
 | 
			
		||||
                // let percent = format!("{:.2}%", (crawled as f32 / budget as f32) * 100f32);
 | 
			
		||||
                // info!("Crawled {crawled} out of {budget} pages. ({percent})");
 | 
			
		||||
            }
 | 
			
		||||
            debug!("Joining {} futures...", futures.len());
 | 
			
		||||
            // join all the gets together
 | 
			
		||||
            let _ = futures.join_all().await;
 | 
			
		||||
    while let Some(_) = futures.join_next().await {
 | 
			
		||||
        // Budget - Threads - This thread (1)
 | 
			
		||||
        // Would roughly be the acceptable amount at which a thread should exit
 | 
			
		||||
        if *(crawled.read().await) < CONFIG.budget - CONFIG.batch_size - 1 {
 | 
			
		||||
            warn!("Thread terminated early, restarting");
 | 
			
		||||
            futures.spawn(process_single_thread(
 | 
			
		||||
                &CONFIG,
 | 
			
		||||
                db.clone(),
 | 
			
		||||
                reqwest.clone(),
 | 
			
		||||
                crawled.clone(),
 | 
			
		||||
            ));
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    drop(span);
 | 
			
		||||
 | 
			
		||||
    futures.join_all().await;
 | 
			
		||||
    // main_loop_span.end();
 | 
			
		||||
 | 
			
		||||
    info!("Done");
 | 
			
		||||
    drop(total_runtime);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#[instrument(skip (db, s3, reqwest))]
 | 
			
		||||
async fn process_single_thread(
 | 
			
		||||
    config: &Config,
 | 
			
		||||
    db: Surreal<Client>,
 | 
			
		||||
    reqwest: reqwest::Client,
 | 
			
		||||
    crawled: Arc<RwLock<usize>>,
 | 
			
		||||
) {
 | 
			
		||||
    while *(crawled.read().await) < config.budget {
 | 
			
		||||
        let uncrawled = get_next(&db.clone(), &config).await;
 | 
			
		||||
        match uncrawled {
 | 
			
		||||
            Some(site) => {
 | 
			
		||||
                process(site, db.clone(), reqwest.clone()).await;
 | 
			
		||||
                SITES_CRAWLED.add(1, &[]);
 | 
			
		||||
                // Somehow this write doesn't hang on the while's read?
 | 
			
		||||
                let mut c = crawled.write().await;
 | 
			
		||||
                *c += 1;
 | 
			
		||||
            }
 | 
			
		||||
            None => {
 | 
			
		||||
                warn!("fn::get_next() returned None");
 | 
			
		||||
                return;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#[instrument(skip(db, reqwest))]
 | 
			
		||||
/// 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 
 | 
			
		||||
async fn get(mut site: Website, db: Surreal<Client>, reqwest: reqwest::Client, s3: S3) {
 | 
			
		||||
    trace!("Get: {}", site.to_string());
 | 
			
		||||
/// 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) {
 | 
			
		||||
    // METRICS
 | 
			
		||||
    debug!(url = &site.site.as_str(), "Process: {}", &site.site);
 | 
			
		||||
    BEING_PROCESSED.add(1, &[]);
 | 
			
		||||
    // let mut process_span = TRACER.start("Process");
 | 
			
		||||
 | 
			
		||||
    let timer = Timer::start("Built request");
 | 
			
		||||
    let request_builder = reqwest.get(site.to_string());
 | 
			
		||||
    timer.stop();
 | 
			
		||||
    // Build the request
 | 
			
		||||
    let request_builder = reqwest.get(site.site.to_string());
 | 
			
		||||
 | 
			
		||||
    let timer = Timer::start("Got page");
 | 
			
		||||
    // Send the http request (get)
 | 
			
		||||
    GET_IN_FLIGHT.add(1, &[]);
 | 
			
		||||
    if let Ok(response) = request_builder.send().await {
 | 
			
		||||
        timer.stop();
 | 
			
		||||
        debug!("Getting body...");
 | 
			
		||||
        let mut skip_download = false;
 | 
			
		||||
 | 
			
		||||
        // Get body
 | 
			
		||||
        let data = response.text().await.expect("Failed to read http response's body!");
 | 
			
		||||
        // Store document
 | 
			
		||||
        s3.store(&data, &site.site).await;
 | 
			
		||||
        // Parse document and store relationships
 | 
			
		||||
        parser::parse(&db, &mut site, &data).await;
 | 
			
		||||
        return;
 | 
			
		||||
    }
 | 
			
		||||
    trace!("Failed to get: {}", site.to_string());
 | 
			
		||||
}
 | 
			
		||||
        GET_IN_FLIGHT.add(-1, &[]);
 | 
			
		||||
 | 
			
		||||
/// Returns uncrawled links
 | 
			
		||||
#[instrument(skip(db))]
 | 
			
		||||
async fn get_uncrawled_links(
 | 
			
		||||
    db: &Surreal<Client>,
 | 
			
		||||
    mut count: usize,
 | 
			
		||||
    filter: String,
 | 
			
		||||
) -> Vec<Website> {
 | 
			
		||||
    if count > 100 {
 | 
			
		||||
        count = 100
 | 
			
		||||
    }
 | 
			
		||||
    debug!("Getting uncrawled links");
 | 
			
		||||
 | 
			
		||||
    let mut response = db
 | 
			
		||||
        .query("SELECT * FROM website WHERE crawled = false AND site CONTAINS type::string($format) LIMIT $count;")
 | 
			
		||||
        .bind(("format", filter))
 | 
			
		||||
        .bind(("count", count))
 | 
			
		||||
        .await
 | 
			
		||||
        .expect("Hard-coded query failed..?");
 | 
			
		||||
    response
 | 
			
		||||
        .take(0)
 | 
			
		||||
        .expect("Returned websites couldn't be parsed")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
pub struct Timer<'a> {
 | 
			
		||||
    start: Instant,
 | 
			
		||||
    msg: &'a str,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
impl<'a> Timer<'a> {
 | 
			
		||||
    #[inline]
 | 
			
		||||
    pub fn start(msg: &'a str) -> Self {
 | 
			
		||||
        Self {
 | 
			
		||||
            start: Instant::now(),
 | 
			
		||||
            msg,
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    pub fn stop(&self) -> f64 {
 | 
			
		||||
        let dif = self.start.elapsed().as_micros();
 | 
			
		||||
        let ms = dif as f64 / 1000.;
 | 
			
		||||
 | 
			
		||||
        if ms > 200. {
 | 
			
		||||
            warn!("{}", format!("{} in {:.3}ms", self.msg, ms));
 | 
			
		||||
        } else {
 | 
			
		||||
            trace!("{}", format!("{} in {:.3}ms", self.msg, ms));
 | 
			
		||||
        let headers = response.headers();
 | 
			
		||||
        let code = response.status();
 | 
			
		||||
        if code != 200 {
 | 
			
		||||
            warn!("{code} for {}", site.site.as_str());
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        ms
 | 
			
		||||
        #[allow(non_snake_case)]
 | 
			
		||||
        let CT = headers.get("Content-Type");
 | 
			
		||||
        let ct = headers.get("content-type");
 | 
			
		||||
 | 
			
		||||
        let ct = match (CT, ct) {
 | 
			
		||||
            (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,
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
        // create filepath (handles / -> /index.html)
 | 
			
		||||
        let real_path = filesystem::as_path(&site.site, ct);
 | 
			
		||||
        let mut tmp_path = real_path.clone();
 | 
			
		||||
        if !(tmp_path.add_extension("crawl_temp")) {
 | 
			
		||||
            warn!("Failed to add extension to file");
 | 
			
		||||
            // fallback ig
 | 
			
		||||
            tmp_path = tmp_path.with_extension("crawl_temp");
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // CODE FOR UPDATING DOWNLOADED CONTENT:
 | 
			
		||||
        // Check the Content-Length header (we assume the server is telling the truth) (I don't see
 | 
			
		||||
        // a reason for it to lie in this case).
 | 
			
		||||
        // And see if the file on the disk is the same length.
 | 
			
		||||
        // Yes, technically this isn't perfect, but the other option is storing ETags, which I
 | 
			
		||||
        // don't want to do right now.
 | 
			
		||||
        if let Some(len) = headers.get("Content-Length") {
 | 
			
		||||
            if let Ok(s) = len.to_str() {
 | 
			
		||||
                // length is in bytes
 | 
			
		||||
                if let Ok(len) = s.parse::<u64>() {
 | 
			
		||||
                    if let Some(disk_len) = filesystem::check_file_length(&real_path).await {
 | 
			
		||||
                        if disk_len == len {
 | 
			
		||||
                            skip_download = true;
 | 
			
		||||
                        }
 | 
			
		||||
                    } else {
 | 
			
		||||
                        // File not found (or other error).
 | 
			
		||||
                        // Program will continue on it's way, downloading content.
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // make sure that the file is good to go
 | 
			
		||||
        if let Some(file) = filesystem::init(&tmp_path).await {
 | 
			
		||||
            // Get body from response
 | 
			
		||||
            // stream the response onto the disk
 | 
			
		||||
            let mut stream = response.bytes_stream();
 | 
			
		||||
 | 
			
		||||
            let should_parse = real_path.to_string_lossy().ends_with(".html");
 | 
			
		||||
 | 
			
		||||
            let mut buf: Vec<u8> = Vec::new();
 | 
			
		||||
 | 
			
		||||
            if skip_download && should_parse {
 | 
			
		||||
                // since we are skipping the download we will just read the file off the disk to
 | 
			
		||||
                // parse it
 | 
			
		||||
                if let Ok(mut file) = tokio::fs::OpenOptions::new() 
 | 
			
		||||
                    .read(true)
 | 
			
		||||
                    .open(&real_path).await
 | 
			
		||||
                {
 | 
			
		||||
                    if let Err(err) = file.read_to_end(&mut buf).await {
 | 
			
		||||
                        warn!("Failed to read file off disk for parsing, {}", err);
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            } 
 | 
			
		||||
 | 
			
		||||
            // !!!DOWNLOADING TIME!!!
 | 
			
		||||
            if !skip_download {
 | 
			
		||||
                let mut writer = BufWriter::new(file);
 | 
			
		||||
 | 
			
		||||
                // Write file to disk
 | 
			
		||||
                trace!("Writing at: {:?}", tmp_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) => {
 | 
			
		||||
                            error!("{err}")
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
                let _ = writer.flush().await;
 | 
			
		||||
                // rename the temp file into the real file name
 | 
			
		||||
                if let Err(err) = tokio::fs::rename(&tmp_path, &real_path).await {
 | 
			
		||||
                    error!(
 | 
			
		||||
                        from = &*tmp_path.to_string_lossy(),
 | 
			
		||||
                        to = &*real_path.to_string_lossy(),
 | 
			
		||||
                        "Error renaming file: {}",
 | 
			
		||||
                        err
 | 
			
		||||
                    );
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                // stream_span.end();
 | 
			
		||||
                BEING_STREAMED.add(-1, &[]);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            // (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, &[]);
 | 
			
		||||
            } else {
 | 
			
		||||
                trace!(url = site.site.as_str(), "Parse = False");
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            // update self in db
 | 
			
		||||
            site.crawled = true;
 | 
			
		||||
            site.status_code = code.as_u16();
 | 
			
		||||
            Website::store_all(vec![site.clone()], &db).await;
 | 
			
		||||
        }
 | 
			
		||||
    } else {
 | 
			
		||||
        error!(url = site.site.as_str(), "Failed to get: {}", &site.site);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // process_span.end();
 | 
			
		||||
    BEING_PROCESSED.add(-1, &[]);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
impl Drop for Timer<'_> {
 | 
			
		||||
    fn drop(&mut self) {
 | 
			
		||||
        self.stop();
 | 
			
		||||
    }
 | 
			
		||||
fn load_tracing(config: &Config) -> SdkTracerProvider {
 | 
			
		||||
    // Send spans to Alloy (which will send them to Tempo)
 | 
			
		||||
    let otlp_span = opentelemetry_otlp::SpanExporter::builder()
 | 
			
		||||
        .with_tonic()
 | 
			
		||||
        .with_endpoint(config.tracing_endpoint.clone())
 | 
			
		||||
        .build()
 | 
			
		||||
        .unwrap();
 | 
			
		||||
    let tracer_provider = opentelemetry_sdk::trace::SdkTracerProvider::builder()
 | 
			
		||||
        .with_simple_exporter(otlp_span)
 | 
			
		||||
        .build();
 | 
			
		||||
    tracer_provider
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
fn load_logging(config: &Config) {
 | 
			
		||||
    //    let otlp_log = opentelemetry_otlp::LogExporter::builder()
 | 
			
		||||
    //        .with_tonic()
 | 
			
		||||
    //        .with_endpoint(endpoint)
 | 
			
		||||
    //        .build()
 | 
			
		||||
    //        .unwrap();
 | 
			
		||||
    // let logger_provider = opentelemetry_sdk::logs::SdkLoggerProvider::builder()
 | 
			
		||||
    //    .with_simple_exporter(otlp_log)
 | 
			
		||||
    //    .build();
 | 
			
		||||
    let writer = std::fs::OpenOptions::new()
 | 
			
		||||
        .append(true)
 | 
			
		||||
        .create(true)
 | 
			
		||||
        .open(config.log_file.clone())
 | 
			
		||||
        .expect("Couldn't make log file!");
 | 
			
		||||
 | 
			
		||||
    let filter = EnvFilter::builder()
 | 
			
		||||
        .with_default_directive(LevelFilter::DEBUG.into())
 | 
			
		||||
        .from_env_lossy();
 | 
			
		||||
 | 
			
		||||
    let registry = Registry::default().with(
 | 
			
		||||
        fmt::layer()
 | 
			
		||||
            .with_line_number(true)
 | 
			
		||||
            .with_thread_ids(true)
 | 
			
		||||
            .with_file(true)
 | 
			
		||||
            .json()
 | 
			
		||||
            .with_writer(writer)
 | 
			
		||||
            .with_filter(filter),
 | 
			
		||||
    );
 | 
			
		||||
 | 
			
		||||
    tracing::subscriber::set_global_default(registry).expect("Failed to set default subscriber");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
fn load_metrics(config: &Config) -> SdkMeterProvider {
 | 
			
		||||
    //  Send metrics to Prometheus
 | 
			
		||||
    let otlp_metrics = opentelemetry_otlp::MetricExporter::builder()
 | 
			
		||||
        .with_http()
 | 
			
		||||
        .with_protocol(Protocol::HttpBinary)
 | 
			
		||||
        .with_endpoint(config.metrics_endpoint.clone())
 | 
			
		||||
        .build()
 | 
			
		||||
        .unwrap();
 | 
			
		||||
    let metrics_provider = opentelemetry_sdk::metrics::SdkMeterProvider::builder()
 | 
			
		||||
        .with_periodic_exporter(otlp_metrics) // default delay is 60s, turn down to like 15
 | 
			
		||||
        .build();
 | 
			
		||||
    metrics_provider
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										127
									
								
								src/parser.rs
									
									
									
									
									
								
							
							
						
						
									
										127
									
								
								src/parser.rs
									
									
									
									
									
								
							@@ -1,16 +1,13 @@
 | 
			
		||||
use std::default::Default;
 | 
			
		||||
use std::str::FromStr;
 | 
			
		||||
 | 
			
		||||
use html5ever::tokenizer::{BufferQueue, TokenizerResult};
 | 
			
		||||
use html5ever::tokenizer::{StartTag, TagToken};
 | 
			
		||||
use html5ever::tokenizer::{Token, TokenSink, TokenSinkResult, Tokenizer, TokenizerOpts};
 | 
			
		||||
use html5ever::{local_name, tendril::*};
 | 
			
		||||
use surrealdb::engine::remote::ws::Client;
 | 
			
		||||
use surrealdb::Surreal;
 | 
			
		||||
use tracing::instrument;
 | 
			
		||||
use tracing::{error, instrument, trace, warn};
 | 
			
		||||
use url::Url;
 | 
			
		||||
 | 
			
		||||
use crate::db::Website;
 | 
			
		||||
use crate::Timer;
 | 
			
		||||
 | 
			
		||||
impl TokenSink for Website {
 | 
			
		||||
    type Handle = Vec<Website>;
 | 
			
		||||
@@ -20,6 +17,7 @@ impl TokenSink for Website {
 | 
			
		||||
            TagToken(tag) => {
 | 
			
		||||
                if tag.kind == StartTag {
 | 
			
		||||
                    match tag.name {
 | 
			
		||||
                        // this should be all the html elements that have links
 | 
			
		||||
                        local_name!("a")
 | 
			
		||||
                        | local_name!("audio")
 | 
			
		||||
                        | local_name!("area")
 | 
			
		||||
@@ -34,21 +32,18 @@ impl TokenSink for Website {
 | 
			
		||||
                                let attr_name = attr.name.local.to_string();
 | 
			
		||||
                                if attr_name == "src" || attr_name == "href" || attr_name == "data"
 | 
			
		||||
                                {
 | 
			
		||||
                                    // Get clone of the current site object
 | 
			
		||||
                                    let mut web = self.clone();
 | 
			
		||||
                                    trace!(url = self.site.as_str(),"Found `{}` in html `{}` tag", &attr.value, tag.name);
 | 
			
		||||
                                    let url = try_get_url(&self.site, &attr.value);
 | 
			
		||||
 | 
			
		||||
                                    // Set url
 | 
			
		||||
                                    let mut url = web.site;
 | 
			
		||||
                                    url.set_fragment(None); // removes #xyz
 | 
			
		||||
                                    let joined = url.join(&attr.value).expect("Failed to join url during parsing!");
 | 
			
		||||
                                    web.site = joined;
 | 
			
		||||
 | 
			
		||||
                                    web.crawled = false;
 | 
			
		||||
 | 
			
		||||
                                    links.push(web);
 | 
			
		||||
                                    if let Some(mut parsed) = url {
 | 
			
		||||
                                        parsed.set_query(None);
 | 
			
		||||
                                        parsed.set_fragment(None);
 | 
			
		||||
                                        trace!(url = self.site.as_str(), "Final cleaned URL: `{}`", parsed.to_string());
 | 
			
		||||
                                        let web = Website::new(&parsed.to_string(), false);
 | 
			
		||||
                                        links.push(web);
 | 
			
		||||
                                    }
 | 
			
		||||
                                }
 | 
			
		||||
                            }
 | 
			
		||||
 | 
			
		||||
                            return TokenSinkResult::Script(links);
 | 
			
		||||
                        }
 | 
			
		||||
                        local_name!("button") | local_name!("meta") | local_name!("iframe") => {
 | 
			
		||||
@@ -64,48 +59,92 @@ impl TokenSink for Website {
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#[instrument(skip_all)]
 | 
			
		||||
pub async fn parse(db: &Surreal<Client>, site: &mut Website, data: &str) {
 | 
			
		||||
    // update self in db
 | 
			
		||||
    site.set_crawled();
 | 
			
		||||
    site.store(db).await;
 | 
			
		||||
 | 
			
		||||
#[instrument(skip(data))]
 | 
			
		||||
/// Parses the passed site and returns all the sites it links to.
 | 
			
		||||
pub async fn parse(site: &Website, data: &[u8]) -> Vec<Website> {
 | 
			
		||||
    trace!(url = site.site.as_str(), "Parsing {}", site.site.to_string());
 | 
			
		||||
    // prep work
 | 
			
		||||
    let mut other_sites = Vec::new();
 | 
			
		||||
    { // using blocks to prevent compiler's async worries
 | 
			
		||||
        let _t = Timer::start("Parsed page");
 | 
			
		||||
    let mut other_sites: Vec<Website> = Vec::new();
 | 
			
		||||
 | 
			
		||||
        // change data into something that can be tokenized
 | 
			
		||||
        let chunk = Tendril::from_str(&data).expect("Failed to parse string into Tendril!");
 | 
			
		||||
    // change data into something that can be tokenized
 | 
			
		||||
    let s: Result<Tendril<fmt::UTF8>, ()> = Tendril::try_from_byte_slice(data);
 | 
			
		||||
    if let Ok(chunk) = s {
 | 
			
		||||
        // create buffer of tokens and push our input into it
 | 
			
		||||
        let mut token_buffer = BufferQueue::default();
 | 
			
		||||
        token_buffer.push_back(chunk.try_reinterpret::<fmt::UTF8>().expect("Failed to reinterprt chunk!"));
 | 
			
		||||
        let token_buffer = BufferQueue::default();
 | 
			
		||||
        token_buffer.push_back(
 | 
			
		||||
            chunk
 | 
			
		||||
                .try_reinterpret::<fmt::UTF8>()
 | 
			
		||||
                .expect("Failed to reinterpret chunk!"),
 | 
			
		||||
        );
 | 
			
		||||
        // create the tokenizer
 | 
			
		||||
        let tokenizer = Tokenizer::new(site.clone(), TokenizerOpts::default());
 | 
			
		||||
 | 
			
		||||
        // go thru buffer
 | 
			
		||||
        while let TokenizerResult::Script(sites) = tokenizer.feed(&mut token_buffer) {
 | 
			
		||||
            other_sites.push(sites);
 | 
			
		||||
        while let TokenizerResult::Script(mut sites) = tokenizer.feed(&token_buffer) {
 | 
			
		||||
            other_sites.append(&mut sites);
 | 
			
		||||
            // other_sites.push(sites);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        assert!(token_buffer.is_empty());
 | 
			
		||||
        tokenizer.end();
 | 
			
		||||
    } else {
 | 
			
		||||
        warn!(url = site.site.as_str(), "Tendril failed to parse on: {}", site.site.to_string());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    {
 | 
			
		||||
        let mut links_to = Vec::new();
 | 
			
		||||
    other_sites
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
        // this is a 2d vec accidentally
 | 
			
		||||
        for a in other_sites {
 | 
			
		||||
            for b in a {
 | 
			
		||||
                // TODO this can become a JoinSet later
 | 
			
		||||
                let other = b.store(db).await;
 | 
			
		||||
                if let Some(o) = other {
 | 
			
		||||
                    links_to.push(o);
 | 
			
		||||
#[instrument]
 | 
			
		||||
fn try_get_url(parent: &Url, link: &str) -> Option<Url> {
 | 
			
		||||
    match Url::parse(link) {
 | 
			
		||||
        Ok(ok) => Some(ok),
 | 
			
		||||
        Err(e) => {
 | 
			
		||||
            if link.starts_with('#') {
 | 
			
		||||
                trace!(url = parent.as_str(), "Rejecting # url");
 | 
			
		||||
                None
 | 
			
		||||
            } else if link.starts_with("//") {
 | 
			
		||||
                // if a url starts with "//" is assumed that it will adopt
 | 
			
		||||
                // the same scheme as it's parent
 | 
			
		||||
                // https://stackoverflow.com/questions/9646407/two-forward-slashes-in-a-url-src-href-attribute
 | 
			
		||||
                let scheme = parent.scheme();
 | 
			
		||||
 | 
			
		||||
                match Url::parse(&format!("{scheme}://{link}")) {
 | 
			
		||||
                    Ok(url) => Some(url),
 | 
			
		||||
                    Err(err) => {
 | 
			
		||||
                        error!("Failed parsing relative scheme url: {}", err);
 | 
			
		||||
                        None
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            } else {
 | 
			
		||||
                // # This is some sort of relative url, gonna try patching it up into an absolute
 | 
			
		||||
                // url
 | 
			
		||||
                match e {
 | 
			
		||||
                    url::ParseError::RelativeUrlWithoutBase => {
 | 
			
		||||
                        // Is: scheme://host:port
 | 
			
		||||
                        let mut origin = parent.origin().ascii_serialization();
 | 
			
		||||
                        if !origin.ends_with('/') && !link.starts_with('/') {
 | 
			
		||||
                            origin += "/";
 | 
			
		||||
                        }
 | 
			
		||||
                        let url = origin.clone() + link;
 | 
			
		||||
 | 
			
		||||
                        if let Ok(url) = Url::parse(&url) {
 | 
			
		||||
                            trace!(url = parent.as_str(), "Built `{url}` from `{origin} + `{}`", link.to_string());
 | 
			
		||||
                            Some(url)
 | 
			
		||||
                        } else {
 | 
			
		||||
                            error!(
 | 
			
		||||
                                "Failed to reconstruct a url from relative url: `{}` on site: `{}`. Failed url was: {}",
 | 
			
		||||
                                link,
 | 
			
		||||
                                parent.to_string(),
 | 
			
		||||
                                url
 | 
			
		||||
                            );
 | 
			
		||||
                            None
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                    _ => {
 | 
			
		||||
                        error!("MISC error: {:?} {:?}", e, link);
 | 
			
		||||
                        None
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        site.links_to(links_to, db).await;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										97
									
								
								src/s3.rs
									
									
									
									
									
								
							
							
						
						
									
										97
									
								
								src/s3.rs
									
									
									
									
									
								
							@@ -1,97 +0,0 @@
 | 
			
		||||
use base64::{alphabet, engine::{self, general_purpose}, Engine};
 | 
			
		||||
use minio::s3::{
 | 
			
		||||
    args::{BucketExistsArgs, MakeBucketArgs},
 | 
			
		||||
    client::ClientBuilder,
 | 
			
		||||
    creds::StaticProvider,
 | 
			
		||||
    error::Error,
 | 
			
		||||
    http::BaseUrl,
 | 
			
		||||
    Client,
 | 
			
		||||
};
 | 
			
		||||
use tracing::{instrument, trace, warn};
 | 
			
		||||
use url::Url;
 | 
			
		||||
 | 
			
		||||
use crate::Config;
 | 
			
		||||
        
 | 
			
		||||
const CUSTOM_ENGINE: engine::GeneralPurpose = engine::GeneralPurpose::new(&alphabet::URL_SAFE, general_purpose::NO_PAD);
 | 
			
		||||
 | 
			
		||||
#[derive(Clone)]
 | 
			
		||||
pub struct S3 {
 | 
			
		||||
    bucket_name: String,
 | 
			
		||||
    client: Client,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
impl S3 {
 | 
			
		||||
    #[instrument(skip_all, name = "S3")]
 | 
			
		||||
    pub async fn connect(config: &Config<'_>) -> Result<Self, Error> {
 | 
			
		||||
        let base_url = config
 | 
			
		||||
            .s3_url
 | 
			
		||||
            .parse::<BaseUrl>()
 | 
			
		||||
            .expect("Failed to parse url into BaseUrl");
 | 
			
		||||
 | 
			
		||||
        let static_provider =
 | 
			
		||||
            StaticProvider::new(&config.s3_access_key, &config.s3_secret_key, None);
 | 
			
		||||
 | 
			
		||||
        let client = ClientBuilder::new(base_url)
 | 
			
		||||
            .provider(Some(Box::new(static_provider)))
 | 
			
		||||
            .build()?;
 | 
			
		||||
 | 
			
		||||
        trace!("Checking bucket...");
 | 
			
		||||
        let exists = client
 | 
			
		||||
            .bucket_exists(
 | 
			
		||||
                &BucketExistsArgs::new(&config.s3_bucket)
 | 
			
		||||
                    .expect("Failed to check if bucket exists"),
 | 
			
		||||
            )
 | 
			
		||||
            .await?;
 | 
			
		||||
 | 
			
		||||
        if !exists {
 | 
			
		||||
            trace!("Creating bucket...");
 | 
			
		||||
            client
 | 
			
		||||
                .make_bucket(
 | 
			
		||||
                    &MakeBucketArgs::new(&config.s3_bucket).expect("Failed to create bucket!"),
 | 
			
		||||
                )
 | 
			
		||||
                .await?;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        trace!("Connection successful");
 | 
			
		||||
 | 
			
		||||
        Ok(Self {
 | 
			
		||||
            bucket_name: config.s3_bucket.to_owned(),
 | 
			
		||||
            client: client,
 | 
			
		||||
        })
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #[instrument(skip_all)]
 | 
			
		||||
    pub async fn store(&self, data: &str, url: &Url) {
 | 
			
		||||
        if let Some(domain) = url.domain() {
 | 
			
		||||
            let filename = domain.to_owned() + url.path();
 | 
			
		||||
 | 
			
		||||
            trace!("Created filename: {filename} from raw: {}", url.to_string());
 | 
			
		||||
 | 
			
		||||
            let _ = match &self
 | 
			
		||||
                .client
 | 
			
		||||
                .put_object_content(&self.bucket_name, &filename, data.to_owned())
 | 
			
		||||
                .send()
 | 
			
		||||
                .await {
 | 
			
		||||
                    Ok(_) => {},
 | 
			
		||||
                    Err(err) => {
 | 
			
		||||
                        match err {
 | 
			
		||||
                            Error::InvalidObjectName(_) => {
 | 
			
		||||
 | 
			
		||||
                                warn!("Tried storing invalid object name, retrying with Base64 encoding. Last try.");
 | 
			
		||||
                                
 | 
			
		||||
                                let filename: String = domain.to_owned() + &CUSTOM_ENGINE.encode(url.path());
 | 
			
		||||
 | 
			
		||||
                                let _ = &self
 | 
			
		||||
                                    .client
 | 
			
		||||
                                    .put_object_content(&self.bucket_name, &filename, data.to_owned())
 | 
			
		||||
                                    .send()
 | 
			
		||||
                                    .await
 | 
			
		||||
                                    .unwrap();
 | 
			
		||||
                            },
 | 
			
		||||
                            _ => {},
 | 
			
		||||
                       }
 | 
			
		||||
                    },
 | 
			
		||||
                };
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,2 +1,18 @@
 | 
			
		||||
DEFINE TABLE IF NOT EXISTS website SCHEMALESS;
 | 
			
		||||
 | 
			
		||||
DEFINE FIELD IF NOT EXISTS site ON TABLE website TYPE string;
 | 
			
		||||
DEFINE INDEX IF NOT EXISTS idx ON TABLE website COLUMNS site UNIQUE;
 | 
			
		||||
 | 
			
		||||
DEFINE FIELD IF NOT EXISTS crawled ON TABLE website TYPE bool;
 | 
			
		||||
DEFINE FIELD IF NOT EXISTS processing ON TABLE website TYPE bool DEFAULT false;
 | 
			
		||||
 | 
			
		||||
DEFINE FIELD IF NOT EXISTS accessed_at ON TABLE website VALUE time::now();
 | 
			
		||||
DEFINE FIELD IF NOT EXISTS first_accessed_at ON TABLE website VALUE time::now();
 | 
			
		||||
 | 
			
		||||
DEFINE FUNCTION OVERWRITE fn::get_next($filter: string) {
 | 
			
		||||
    LET $site = SELECT * FROM ONLY website WHERE crawled = false AND processing = false AND site ~ type::string($filter) LIMIT 1;
 | 
			
		||||
    UPDATE $site.id SET processing = true;
 | 
			
		||||
    RETURN $site
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
UPDATE website SET processing = false WHERE processing = true;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user