[ANN] spec-model 0.1.0 generate spec with convention

113 views
Skip to first unread message

Mamun

unread,
Nov 27, 2016, 5:37:30 PM11/27/16
to Clojure


It is very common that application needs different format of data, sometime only entity, sometimes with entity type or list of entity. As an example 

Business entity 
Dept {dept-name,id } has many employee {empl-name, id}. 


As entity : {:dept-name "IT"}
List of entity  [{:dept-name "IT"}]
Domain type {:dept {:dept-name "IT"}}
List of domain type [{:dept {:dept-name "IT"}}]


Additionally you need to think about namespace qualified key, unqualified key and string conformation. In the end to define spec registry key will be challenging that will be understandable to all team member within project.

spec-model is solution for it. Like UML tools, define business model as data. spec-model will generate spec for it.

Br,
Mamun

Mamun

unread,
Nov 27, 2016, 5:39:09 PM11/27/16
to Clojure
Please find github link in bellow 

Br,
Mamun
Reply all
Reply to author
Forward
0 new messages