Akryum / awesomejs.dev

Find awesome packages for the framework you are using
https://awesomejs.dev
MIT License
208 stars 22 forks source link

FaunaDB Nodepack migration #45

Open kznmft opened 4 years ago

kznmft commented 4 years ago

Awesome work on the project. I've seen various package discovery tools out there, but Awesome JS shines in terms of design and functionality.

Is there a way to generate the Fauna Schema when installing it locally? From what I've seen there isn't any so far. I've started working on generating one by looking at the GraphQL operations, but is time consuming.

What do you think about adding a nodepack migration for Fauna?

I appreciate the time reading this. Thanks!

kznmft commented 4 years ago

Updates

FaunaDB released a Data Manager the past couple of days.

When exporting a database to the filesystem a fauna_schema file is created as well, that documents the schema.

I can create the Nodepack migration if you have a free slot sometime to generate and share the fauna_schema file.

Thanks!