Live data from Hacker News

Ask HN: Best low-/no-code solution for simple web-based database frontends

news.ycombinator.com

51–60 of 146 posts

Re: Ask HN: Best low-/no-code solution for simple web-based database frontends

#51

I’ve explored lots of these and implemented a few with customers who wanted their “business analysts” to be able to build apps. My experience has been the “non technical” people can’t do these either and wind up getting developers to try, who are then frustrated with lock-in to a relatively unknown tool or expensive BPM suite. To a developer, these are often “death by a thousand clicks”. Even Visual Studio for the mo…

This echoes my experience with trying to leverage BPM tools to automate workflows. The biggest thing that the tools in this space neglect is how important data are. Typing is completely non-existent, and validation has to be bolted on and is invisible/non-configurable to the BA. Configuration-based rules are also incredibly difficult to implement, if not impossible through the UI without a lot of work that would be trivial to implement without the lock-in.

I think for one-off projects and workflows that aren't deeply integrated, tools like Node-RED are very interesting and something I'd definitely consider pursuing. But outside of modeling, BPM tools have been more of an obstacle than anything else.

Re: Ask HN: Best low-/no-code solution for simple web-based database frontends

#55
post #50

Hi, We've built Lowdefy [0] for exactly this reason. It it is open-source, low-code and self hosted. On our team we have data analysts and implementation engineers (non-developers) creating apps in Lowdefy. For Lowdefy I would say that the minimum tech expertise required is someone who can learn to write data queries. We are currently working on SQL support and should have the first SQL connectors out next week. Plea…

Since you are creating all apps in readable YAML format, it is easy to version control or review changes which others has made. This is really helpful when you want less technical members of the team to contribute.

Also it seamlessly integrate with existing CI tools and you can use your favourite text editor to create apps, develop templates. Since the Lowdefy apps is purely defined as JSON, or YAML, you can easily write scripts to mange and maintain multiple or larger applications. For example this is how we generate the Lowdefy docs form json-schema definitions.

Re: Ask HN: Best low-/no-code solution for simple web-based database frontends

#58

Here is a product https://www.datatrucker.io/ which is free and opensource

This is a code free api builder and operationalization product

and it is completely disconnected from the internet localized to the vm its deployed in .and on your hosted linux box

Re: Ask HN: Best low-/no-code solution for simple web-based database frontends

#59

Why not start out by using the Django Admin features? That allows you to start with next to no code, but you can easily add a little business logic anywhere you need it eventually, and it provides a way to long term transition to a true application if the need arises.

I find answers in this format annoying. Why not? Maybe he's never heard of it. Great answer, but let's not assume he's considered it and decided not to.

[deleted]

Re: Ask HN: Best low-/no-code solution for simple web-based database frontends

#60

Why not start out by using the Django Admin features? That allows you to start with next to no code, but you can easily add a little business logic anywhere you need it eventually, and it provides a way to long term transition to a true application if the need arises.

I'm pushing ~$120 million this year through that exact model. Use what works.

Throwaway for obvious reasons.

Post reply on HN