Spacy

Results 137 comments of Spacy

Try this in the config under `tables` set the primary key column as below: ``` tables: - name: my_view columns: - name: some_id primary: true ``` table: paper_ranking

id field should be s primary key

I would not recommend exposing pgadmin to the world in a production setup even if its secured by some authentication. Admin services like this are best kept within the VPC...

Fair enough most of this schema related stuff is due to my limited understanding and use of Postgres schema's

GraphJin service and the graphql compiler are exported as go libraries which you can use to build whatever you need. This should work great for you. The GoDocs have a...

Makes sense will track this.

I know of the project, it seems like a solid project by a smart team. In my case I prefer GO over Haskell as its easier for me to evolve...

I had never heard of `fuchsia` before now from looking now I see it's an OS of some type. I'm sure that specific team within Google has its reasons. For...

@emoriver You are absolutely correct. The one thing I will add is that Super Graph works in two modes. One, as a library like you described and two, as standalone...

Can you give me an example of what you mean by "custom mutation" ? Maybe one way to do this might be for us to have a export schema function...