Spacy

Results 137 comments of Spacy

Can you join the discord feel free to DM me if you don't want to share any queries publicly. > However this only happens when I have loads of filters...

Are you still able to recreate this? The `initSchema` and `initDiscover` functions are run well before the `addRoles` in called in `initCompilers` so this is probably something else and not...

I'll create a 1000 column table and run some tests.

I know its been a while but I had some time to look into this and created a test to generate 100 schema with like 10 tables each and try...

@VandalSausage I have added a test for your issue and some fixes including a new @schema directive to specify what db schema the selector referrs to. https://github.com/dosco/graphjin/blob/dfe77a966d8ebbdac739c28b2d5308a191038328/core/postgres_test.go

@VandalSausage If you are still experiencing this issue please reopen. I have a fix and text in place not sure if it works for you.

You could do this with the remote api resolver. an id from the database can be made part of a remote api call and the results merged back in. Alternatively...

Can you explain "Outbox pattern" and "linearisation" with a usecase I don't quite understand the question.

Yup, this is the right way to write those filters. You can find several more examples in the godocs https://pkg.go.dev/github.com/dosco/[email protected]/core

Your whole idea around adding internal hooks is interesting, I have thought a bit about Super Graph as a library to embed into an existing Go web app I can...