ldbc / ldbc_snb_interactive_v1_impls

Reference implementations for LDBC Social Network Benchmark's Interactive workload.
https://ldbcouncil.org/benchmarks/snb-interactive
Apache License 2.0
100 stars 86 forks source link

seems like the pom package required for building is now unavailable? #407

Open hkrcc01 opened 4 weeks ago

hkrcc01 commented 4 weeks ago

The background is Error Message was generated by building "./scripts/build.sh". I checked it and found out the cause is Maven could not found artifact org.ldbcouncil.snb:driver:jar:1.2.0 in snb-mvn. This jar pkg is form following sources:

<repositories>
    <repository>
        <id>snb-mvn</id>
        <url>https://ldbcouncil.org/snb-mvn/</url>
        <snapshots>
            <enabled>true</enabled>
            <updatePolicy>always</updatePolicy>
        </snapshots>
    </repository>
</repositories>

this url now is unavailable? My browser can't access it either.

szarnyasg commented 4 weeks ago

Hi, this was temporarily down due to migration to Cloudflare. Can you please check it again?

hkrcc01 commented 4 weeks ago

Thank you, sir. I pulled the JAR package from the snb-mvn repository to the local host and have solved this problem. But, the website still doesn't seem to be accessible. I also want to thank you for your contribution to the community, providing such great open-source software. Thank you!