graphql-arangodb icon indicating copy to clipboard operation
graphql-arangodb copied to clipboard

arangorizeSchema

Open ltwlf opened this issue 4 years ago • 3 comments

Great project! I wanted to created exactly the same. I'm going to use it for a software product and would be glad to contribute.

I this PR I added an arango schema generator. The generators adds the all directives and can also create the db, doc & edge collections and indexes.

I also updated typescript, arangojs and other packages. With the current setting I had to remove node 8 support.

The tests are integrations tests and start and stop an arangodb docker container. So running the tests requires docker.

Looking forward to your feedback.

Best wishes, Christian

ltwlf avatar Aug 29 '20 13:08 ltwlf

I apologize for not responding sooner, I must have missed the notification for this PR. This is certainly a significant contribution and I really appreciate you taking the time. I'm going to merge another smaller fix in a moment, do a bit of cleanup on the main branch, then I'll take a look.

It's been a minute since I worked on this library or with Arango in general, so I may need some time to review this and test it out.

a-type avatar Dec 09 '20 14:12 a-type

Ok, I updated this repo with som QOL improvements. Running tests in CI now. Will review in a moment.

a-type avatar Dec 09 '20 15:12 a-type

@ltwlf Any updates on this, such a contribution would be really appreciated! Counting on you, please 🙏🏻

mysticaltech avatar Mar 02 '21 23:03 mysticaltech