neo4j / graph-schema-json-js-utils

Utility library to work with the Graph Schema JSON representation
Apache License 2.0
5 stars 8 forks source link

graph schema on dist.neo4j.org not found #13

Open ikwattro opened 1 year ago

ikwattro commented 1 year ago

The given link from the readme https://dist.neo4j.org/json-graph-schema/ points to a non available object

<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>json-graph-schema/</Key>
<RequestId>18T3YZM5XZ7MYCW9</RequestId>
<HostId>WyNgS5ysmO3JZmc630GyeZbCS0TSHbwy3HFYBw/2VnNm3M0LjeGk+EJZkX25RbkiPn1DvQCwwtE=</HostId>
</Error>
oskarhane commented 1 year ago

Thanks for checking this out! It's a placeholder URL for now - the publish step hasn't been created yet.

But it will, most probably, this week.

ikwattro commented 1 year ago

Sorry, living on the edge 😄

oskarhane commented 1 year ago

There's now a pre-release of the schema published at https://unpkg.com/@neo4j/graph-json-schema@1.0.0-next.0/json-schema.json if you're eager to try it :)

There are a few thing's we might change before the 1.0.0 GA version of this.

hardchor commented 7 months ago

I got excited when I noticed this is moving forward... until I realised this was a year ago :sweat_smile:

Is this project still being worked on? If not, what is the recommended way to maintain anything akin to a schema in neo4j?