<div dir="ltr">Hello.<div><br></div><div>It is hard to tell if given API will be final version, but i tried to make it similar to CLI and its capabilities. So, why not?</div><div><div class="gmail_extra"><br><div class="gmail_quote">2016-05-31 22:02 GMT+03:00 Joshua Harlow <span dir="ltr"><<a href="mailto:harlowja@fastmail.com" target="_blank">harlowja@fastmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Cool good to know,<br>
<br>
I see <a href="https://github.com/docker/compose/pull/3535/files#diff-1d1516ea1e61cd8b44d000c578bbd0beR66" rel="noreferrer" target="_blank">https://github.com/docker/compose/pull/3535/files#diff-1d1516ea1e61cd8b44d000c578bbd0beR66</a><br>
<br>
Would that be the primary API? Hard to tell what is the API there actually, haha. Is it the run() method?<br>
<br>
I was thinking more along the line that higgins could be a 'interpreter' of the same docker-compose format (or similar format); if the library that is being created takes a docker-compose file and turns it into a 'intermediate' version/format that'd be cool. The compiled version would then be 'executable' (and introspectable to) by say higgins (which could say traverse over that intermediate version and activate its own code to turn the intermediate versions primitives into reality), or a docker-compose service could or ...<br></blockquote><div><br></div><div>What abou TOSCA? From my own perspective compose format is too limited, so it is really necessary to consider regarding use of TOSCA in Higgins workflows.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Libcompose also seems to be targeted at a higher level library, from at least reading the summary, neither seem to be taking a compose yaml file, turning it into a intermediate format, exposing that intermediate format to others for introspection/execution (and also likely providing a default execution engine that understands that format) but instead both just provide an equivalent of:<br>
<br></blockquote><div><br></div><div>That's why i've started this thread, as community we have use cases for Higgins itself and for compose but most of them are not formalized or even written. Isn't this a good time to define them?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  project = make_project(yaml_file)<br>
  project.run/up()<br>
<br>
Which probably isn't the best API for something like a web-service that uses that same library to have. IMHO having a long running run() method </blockquote><div><br></div><div>Well, compose allows to run detached executions for most of its API calls. By use of events, we can track service/containers statuses (but it is not really trivial).</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">exposed, without the necessary state tracking, ability to interrupt/pause/resume that run() method and such is not going to end well for users of that lib (especially a web-service that needs to periodically be `service webservice stop` or restart, or ...).<br>
<br></blockquote><div><br></div><div>Yes, agreed. But docker or swarm by itself doesn't provide such API (can't tell the same for K8t). </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Denis Makogon wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Hello Stackers.<br>
<br>
<br>
As part of discussions around what Higgins is and what its mission there<br>
are were couple of you who mentioned docker-compose [1] and necessity of<br>
doing the same thing for Higgins but from scratch.<br>
<br>
I don't think that going that direction is the best way to spend<br>
development cycles. So, that's why i ask you to take a look at recent<br>
patchset submitted to docker-compose upstream [2] that makes this tool<br>
(initially designed as CLI) to become a library with Python API.  The<br>
whole idea is to make docker-compose look similar to libcompose [3]<br>
(written on Go).<br>
<br>
If we need to utilize docker-compose features in Higgins i'd recommend<br>
to work on this with Docker community and convince them to land that<br>
patch to upstream.<br>
<br>
If you have any questions, please let me know.<br>
<br>
[1] <a href="https://docs.docker.com/compose/" rel="noreferrer" target="_blank">https://docs.docker.com/compose/</a><br>
[2] <a href="https://github.com/docker/compose/pull/3535" rel="noreferrer" target="_blank">https://github.com/docker/compose/pull/3535</a><br>
[3] <a href="https://github.com/docker/libcompose" rel="noreferrer" target="_blank">https://github.com/docker/libcompose</a><br>
<br>
<br>
Kind regards,<br>
Denys Makogon<br>
<br></div></div>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</blockquote>
<br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</blockquote></div><br></div></div></div>