-
Notifications
You must be signed in to change notification settings - Fork 56
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
Online Exhibition Scenario #716
Conversation
The Online Exhibition scenario implements a VDK use case using the REST API. It connects to the Europeana REST API and populates a database with the output of the query. The query asks for all the Van Gogh's artworks. The scenario also implements an app in streamlit that shows a preview of all the downloaded artworks. Tests have been done manually. This pull request adds a directory named online-exhibition under the examples directory. Signed-off-by: Angelica Lo Duca angelica [dot] loduca [at] gmail [dot] com
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Some issues with the get_property() method.
for more information, see https://pre-commit.ci
get_property() issuesI have set the key as follows:
I have updated the code but it still does not work, because it gives me the following error:
|
Did you install vdk-server locally - https://github.com/vmware/versatile-data-kit/wiki/Installation#install-versatile-data-kit-control-service
|
Yes, I did. From the command-line tool, I'm able to retrieve the secret through the following command: |
Can you set control_service_rest_api_url=http://localhost:8092 in config.ini
I thought it should auto-detect it but maybe it needs to be explicitly set currently. |
Thanks! Now it works! |
added control_service_rest_api_url
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
examples/online-exhibition/online-exhibition/03_ingest_table_assets.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I tested out locally and worked with no problems (I noted one typo issue in the comments).
Thanks for the contribution.
…ssets.py Co-authored-by: Antoni Ivanov <aivanov@vmware.com>
* Online Exhibition Scenario The Online Exhibition scenario implements a VDK use case using the REST API. It connects to the Europeana REST API and populates a database with the output of the query. The query asks for all the Van Gogh's artworks. The scenario also implements an app in streamlit that shows a preview of all the downloaded artworks. Tests have been done manually. This pull request adds a directory named online-exhibition under the examples directory. Signed-off-by: Angelica Lo Duca angelica [dot] loduca [at] gmail [dot] com
The Online Exhibition scenario implements a VDK use case using the REST API. It connects to the Europeana REST API and populates a database with the output of the query. The query asks for all the Van Gogh's artworks.
The scenario also implements an app in streamlit that shows a preview of all the downloaded artworks.
Tests have been done manually.
This pull request adds a directory named online-exhibition under the examples directory.
Signed-off-by: Angelica Lo Duca angelica [dot] loduca [at] gmail [dot] com