tangled
alpha
login
or
join now
aleeve.dev
/
ott
2
fork
atom
Scalable and distributed custom feed generator, ott - on that topic
2
fork
atom
overview
issues
pulls
pipelines
Fix name typo
aleeve.dev
5 months ago
abd9844e
6bea803e
+3
-3
10 changed files
expand all
collapse all
unified
split
connectors
posts-config.yaml
hooks.sh
smart-modules
construct-post-uri
.gitignore
Cargo.lock
Cargo.toml
README.md
SmartModule.toml
example.json
rust-toolchain.toml
src
lib.rs
+1
-1
connectors/posts-config.yaml
···
9
9
http:
10
10
endpoint: "wss://jetstream2.us-east.bsky.network/subscribe?wantedCollections=app.bsky.feed.post"
11
11
transforms:
12
12
-
- uses: aleeve/contruct-post-uri@0.1.0
12
12
+
- uses: aleeve/construct-post-uri@0.1.0
13
13
- uses: aleeve/assign-record-key@0.1.0
14
14
with:
15
15
key: uri
+1
-1
hooks.sh
···
1
1
fluvio cluster status || fluvio cluster start --k8
2
2
cd ./smart-modules/assign-record-key/ && smdk build && smdk load
3
3
cd -
4
4
-
cd ./smart-modules/contruct-post-uri/ && smdk build && smdk load
4
4
+
cd ./smart-modules/construct-post-uri/ && smdk build && smdk load
5
5
cd -
6
6
kind load docker-image loaded-pg:$POSTGRES_VERSION
smart-modules/contruct-post-uri/.gitignore
smart-modules/construct-post-uri/.gitignore
smart-modules/contruct-post-uri/Cargo.lock
smart-modules/construct-post-uri/Cargo.lock
smart-modules/contruct-post-uri/Cargo.toml
smart-modules/construct-post-uri/Cargo.toml
smart-modules/contruct-post-uri/README.md
smart-modules/construct-post-uri/README.md
+1
-1
smart-modules/contruct-post-uri/SmartModule.toml
smart-modules/construct-post-uri/SmartModule.toml
···
1
1
[package]
2
2
-
name = "contruct-post-uri"
2
2
+
name = "construct-post-uri"
3
3
group = "aleeve"
4
4
version = "0.1.0"
5
5
apiVersion = "0.1.0"
smart-modules/contruct-post-uri/example.json
smart-modules/construct-post-uri/example.json
smart-modules/contruct-post-uri/rust-toolchain.toml
smart-modules/construct-post-uri/rust-toolchain.toml
smart-modules/contruct-post-uri/src/lib.rs
smart-modules/construct-post-uri/src/lib.rs