You could try Liquibase.
HN user
nathanken
4acd66
Thanks for your reply.
I've disabled auto update for all apps on my android. However, Facebook and Messenger still updates automatically. This itself raises suspicion of Facebook's control over my phone.
Really cool. I'm interested to know how the graph is build. Did you use any third party components.
Sometime back I wished I had a light weight CMS that can serve your content and allow you to program sections of your content so that you can make it more dynamic. For example, I can have something like this as the content:
The sum of @Var1 and @Var2 is #Sum
and then we can program #Sum (we call this an expression) to return the sum of @Var1 and @Var2. Once I pass the values for the variables @Var1 and @Var2 to API, let's say 1 and 2 correspondingly. Then the api would return you the content as:
The sum of 1 and 2 is 3
I couldn't find something that could help me with this so I build one. You can visit https://www.dialoguewise.com/ in case you have a similar requirement. More on expressions here: https://docs.dialoguewise.com/expressions/
Hi HN,
This project was started 6 months back. Though there are a few minor things to be ironed out, it’s in a pretty good shape.
Highly appreciate your feedback and suggestions. Thanks in advance.