-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Hirokazu Chiba edited this page Nov 15, 2023
·
18 revisions
The following URLs are redirected:
- https://purl.org/spang
- https://purl.org/net/spang
- https://purl.org/net/spang/library/ (partial) => https://spang.dbcls.jp/library/
-
$ n.run browserify
&$ up
- Edit files
-
web/library.html
(change commit ID)
-
$ add web/library.html
$ g.commit Update version
-
$ n.version.patch
&$ push
- 4000個以上をVALUESに入れない方が良い。
- 4000個ずつに区切って、複数回クエリを発行する。
- docs/contents/command.md をアップデートする。
- 情報が古く、
--prefix
とかも残っている
- 情報が古く、
- lib/sarch_db_name.js の先頭行のrequire()にconstを付けたら、動かなくなった。
- aliasの利用がかなり便利であることが分かってきた.
- 問題は、スクリプトの中でspangを呼び出すと、~/.spang/alias の場所が認識できなくなり、エイリアスが使えないこと.
- パラメータ置換だけなら、実は構文解析は必要ないのではないか。
${hoge}
をMustashで置換すれば。- 構文解析が必要なのは、formatterと、あと関数は置換とか。
- nexeでバイナリ化を試したが、なぜかうまく動かなかった。
- error handing for unsupported Jena output format
- Dynamically select output columns (variables in projection)
sparql-bench
- GETがデフォルトの理由は?:
spang-bench --method GET
- 答え合わせの場所を変えることはできるか?:
query/*.rq
=>query-formatted/*.rq