-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting Brick v1.1.0 #10
Comments
maybe it is time to support Brick 1.2.0 |
It is likely updated docker images that link to current versions would solve this. |
going to update the entire codebase significantly in a large commit shortly |
Anything I can help with to speed this along? |
I've got your same error, the problem is about the syntax of |
@Reapor-Yurnero any progress on this? Your comment is now 3 weeks old. |
I'm expecting to update it by Nov.3rd. Super sorry about the delay.
Best regards,
Xiaohan Fu
…On Wed, Nov 24, 2021 at 10:41 AM Scott P. ***@***.***> wrote:
@Reapor-Yurnero <https://github.com/Reapor-Yurnero> any progress on this?
Your comment is now 3 weeks old.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADVJW233U6SKSG3MXTCF3FTUNUWVZANCNFSM4RYZKDCA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hey Brick-server,
Really interesting project you've got going here. I'd love to learn more, and contribute!
So firstly, I have been able to pull brick-server, adjust my configuration, run the
docker-compose up
, get a jwt token withdocker exec -t brickserver /app/tools/get_jwt_token
update thepytest.ini
with said jwt and run the tests successfullypytest -c pytest.ini tests/remote
The first thing I wanted to do was to make my own small Brick RDF graph, load it into the system do some entity queries against it, and then write a custom database adapter for it to fetch real BMS system data stored in another system I use.
I can get my test working with version Brick v1.0.3 (see below) but when trying to run the application with v1.1.0 gave me some errors that i haven't been able to address...
I tried setting the configuration.json to this:
But keep getting this error...
But when I change my generation file to 1.0.3, as seen here I use this script to generate my Brick schema building graph
.ttl
So for convenience I write another "test" to try to run a simple sparql query against this graph (one which is confirmed in a pure rdflib toy example in the generation code).
Basically my own version of this test.
The text was updated successfully, but these errors were encountered: