comparison bin/rdfdb @ 803:ce4fffe8e413

update SC to read rdf graph Ignore-this: 7f6788bae887723c9ac12644c1a382da
author drewp@bigasterisk.com
date Wed, 18 Jul 2012 09:59:10 +0000
parents caeaa88430b8
children 6d8f0c088a26
comparison
equal deleted inserted replaced
802:5442f5d8979a 803:ce4fffe8e413
71 71
72 recent edits, each one says what client it came from. You can reverse 72 recent edits, each one says what client it came from. You can reverse
73 them here. We should be able to take patches that are close in time 73 them here. We should be able to take patches that are close in time
74 and keep updating the same data (e.g. a stream of changes as the user 74 and keep updating the same data (e.g. a stream of changes as the user
75 drags a slider) and collapse them into a single edit for clarity. 75 drags a slider) and collapse them into a single edit for clarity.
76
77 proposed rule feature:
78 rdfdb should be able to watch a pair of (sourceFile, rulesFile) and
79 rerun the rules when either one changes. Should the sourceFile be able
80 to specify its own rules file? That would be easier configuration.
76 81
77 """ 82 """
78 from twisted.internet import reactor 83 from twisted.internet import reactor
79 import twisted.internet.error 84 import twisted.internet.error
80 import sys, optparse, logging, json, os 85 import sys, optparse, logging, json, os