Open dataknackpl opened 4 years ago
Inspired on Cluster Query Language: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html
Introduce attributes and and constraints using operators on it.
Idea: http://blog.erezsh.com/how-to-write-a-dsl-in-python-with-lark/
Very limited version with only "==" constraint constructed in https://github.com/dataknackpl/plancad/tree/1-query-language
Inspired on Cluster Query Language: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html
Introduce attributes and and constraints using operators on it.