annotate service/rdf_from_mqtt/serv.n3 @ 1519:c7217cf1cfc1

add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated Ignore-this: 11b16f06340adc7228930f3774323d1a darcs-hash:a247b60725d7617a4712d6b8e914531020e82f80
author drewp <drewp@bigasterisk.com>
date Tue, 04 Feb 2020 23:33:21 -0800
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1519
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
1 @prefix : <http://bigasterisk.com/ns/serv#> .
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
2 @prefix auth: <http://bigasterisk.com/ns/serv/auth#> .
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
3 @prefix serv: <http://bigasterisk.com/services/> .
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
4
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
5 serv:rdf_from_mqtt a :Service;
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
6 :path "/rdf_from_mqtt/";
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
7 :openid auth:admin;
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
8 :serverHost "bang";
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
9 :internalPort 10018;
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
10 :prodDockerFlags (
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
11 "-p" "10018:10018"
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
12 "--net=host");
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
13 :localDockerFlags (
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
14 "-v" "`pwd`:/opt"
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
15 "-v" "/my/proj/homeauto/lib:/lib_src"
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
16 );
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
17 :localRunCmdline (
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
18
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
19 "python3" "rdf_from_mqtt.py" "-v"
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
20 #"--cs" "living"
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
21 );
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
22 :dockerFile "Dockerfile"
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
23 .
c7217cf1cfc1 add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
drewp <drewp@bigasterisk.com>
parents:
diff changeset
24