Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

This project is designed to do and publish the benchmark results

License

NotificationsYou must be signed in to change notification settings

VCityTeam/UD-knowledge-evolution-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project is designed to store the experiment metrics.

Usage

To use the project, follow these steps:

  1. Create a postgresql database.
  2. Use the provided SQL script to create the schema.

Hera workflow

# set the environment variablesexport POSTGRES_USER="<username>"export POSTGRES_PASSWORD="<password>"# print the helppython experiment.py --help# execute the experimentpython experiment.py --versions 1 10 100 1000 --products 5 20 80 350 --steps 1 5 10 50
flowchart TD%% Nodes    A("<a rel="noopener" href="https://github.com/argoproj-labs/hera">Hera workflow</a>")    B("<a rel="noopener" href="https://github.com/argoproj/argo-workflows">Argo workflows Server</a>")    C("Argo workflows Controller")    D((iterator))    subgraph Experiment[<a rel="noopener" href="https://github.com/VCityTeam/ConVer-G">ConVer-G</a>]        E(<a rel="noopener" href="https://hub.docker.com/r/vcity/quads-loader">Quads Loader</a>)        I(<a rel="noopener" href="https://hub.docker.com/r/vcity/quads-query">Quads Query</a>)                F(<a rel="noopener" href="https://github.com/VCityTeam/BSBM">Generate dataset</a>)        subgraph Transform[<a rel="noopener" href="https://hub.docker.com/r/vcity/quads-creator">Transform dataset</a>]            H1(Relational transformation)            H2(Theoretical transformation)        end        G(<a rel="noopener" href="https://hub.docker.com/r/vcity/blazegraph-cors">Blazegraph</a>)        J(Query backends)    end%% Edge connections between nodes    A --> |submit| B --> C --> D    D --> |starts with params| E & G & F & I    D --> |launches queries| J    F --> H1 & H2     H1 --> |Sends dataset| E    H2 --> |Sends dataset| G    J --> |Sends query| G & I
Loading

Contributing

If you would like to contribute to this project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b [branch name]
  3. Make your changes and commit them:
    git commit -m"[commit message]"
  4. Push to the branch:
    git push origin [branch name]
  5. Create a pull request.

License

This project is licensed under the GNU Lesser General Public License v2.1. See theLICENSE file for more details.

About

This project is designed to do and publish the benchmark results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp