annotate show/dance2022/networking.n3 @ 2450:a4052905ca7d default tip

notes about how rdfdb syncs, or should sync
author drewp@bigasterisk.com
date Mon, 03 Jun 2024 23:01:54 -0700
parents 0cc39aa3baf8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2117
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
1 @prefix : <http://light9.bigasterisk.com/> .
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
2 @prefix show: <http://light9.bigasterisk.com/show/> .
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
3 @prefix sh: <http://light9.bigasterisk.com/show/dance2022/> .
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
4
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
5 # Use ip addrs in here to avoid an issue where nginx returns 502
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
6 # errors for ~10sec after a service (re)starts. I haven't found a fix
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
7 # for that in the nginx config.
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
8
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
9 show:dance2022 :networking sh:netHome .
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
10 sh:netHome
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
11 :captureDevice <http://localhost:8215/>;
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
12 :effectEval <http://localhost:8204/>;
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
13 :effectSequencer <http://localhost:8213/>;
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
14 :keyboardComposer <http://localhost:8205/>;
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
15 :musicPlayer <http://localhost:8206/>;
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
16 :paintServer <http://localhost:8214/>;
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
17 :rdfdb <http://localhost:8209/>;
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
18 :subServer <http://localhost:8211/>;
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
19 :vidref <http://localhost:8212/>;
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
20 :webServer <http://localhost:8200/>;
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
21 :timeline <http://localhost:8216/>;
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
22 :live <http://localhost:8217/>;
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
23 :effectListing <http://localhost:8218/>;
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
24 :fade <http://localhost:8219/>;
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
25
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
26 :collector <http://localhost:8202/>;
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
27 :collectorZmq <http://localhost:8203/> .
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
28
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
29 :captureDevice :urlPath "captureDevice" .
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
30 :collector :urlPath "collector" .
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
31 :dmxServer :urlPath "dmxServer" .
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
32 :effectEval :urlPath "effectEval" .
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
33 :effectSequencer :urlPath "effectSequencer" .
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
34 :keyboardComposer :urlPath "keyboardComposer" .
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
35 :musicPlayer :urlPath "ascoltami" .
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
36 :paintServer :urlPath "paintServer" .
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
37 :rdfdb :urlPath "rdfdb" .
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
38 :subServer :urlPath "subServer" .
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
39 :vidref :urlPath "vidref" .
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
40 :timeline :urlPath "timeline" .
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
41 :live :urlPath "live" .
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
42 :effectListing :urlPath "effectListing" .
0cc39aa3baf8 start new show with music paths and some light chan notes
drewp@bigasterisk.com
parents:
diff changeset
43 :fade :urlPath "fade" .