Hacker News new | ask | show | jobs
by arey_abhishek 1899 days ago
Thanks! Yes native Graphql will be coming soon. Right now you can use POST queries to connect to GraphQL endpoints
1 comments

Good to know that ! Appsmith is my goto to create tools for my dev team starting from now !! Another last thing, can you provide a simple docker-compose instead of the internet install script which can be a headache for devops teams ? Thank you
Hey kmwr, I'm the maintainer of Appsmith. The install script downloads and configures the docker-compose.yml file underneath the hood. It also allows users to configure SSL, setup encryption keys etc which would otherwise need to be done manually.

I understand that in order to have a repeatable installation process (as per Devops best practices), you'd like to have a single configuration file instead. We are working on some Helm charts for this very purpose.

For now, you can go through the process of installing Appsmith via the script and then use the generated files as a template in your Terraform/Ansible scripts.

Really glad to hear that!

About your suggestion, I've created an issue for this. We can discuss how we can help make things easier to setup, with the team. https://github.com/appsmithorg/appsmith/issues/3853