cognitect-labs / vase

Data driven microservices
Eclipse Public License 1.0
375 stars 41 forks source link

Reduce boilerplate when adding Vase to a service #10

Closed ohpauleez closed 7 years ago

ohpauleez commented 8 years ago

Currently, Vase offers all the individual functions needed to bootstrap Vase into an existing Pedestal application. Much liked Pedestal's create-server, we need to make the common-case fast. Another top-level function should be introduced that performs the standard bootstrapping steps.

ohpauleez commented 8 years ago

Some work was landed on master -- top-level functions that match each descriptor section (norms/schema, specs, routes). They all operate on the app-spec level.

ohpauleez commented 8 years ago

The remaining pieces needed to improve the bootstrapping are mostly around some form of a template now. It sounds like @mtnygard has a good candidate for that

mtnygard commented 7 years ago

I think the combination of the new template and the updated "Adding Vase" guide satisfies this issue.