Seems tractable to define a conventional format using the condig lib and
interpret the config to generate the graph. Report back if you decide to do
that!

-- 
Cheers,
√
On Jul 11, 2016 17:35, "Héctor Veiga" <kec...@gmail.com> wrote:

> Hi,
>
> I am trying to figure out if there is any way of deploying graphs from a
> plain config file. I would like to be able to define a graph using the
> powerful GraphDSL but instead of in Scala code, in some kind of config
> file. Then if you deploy that file into some folder, the stream will be
> materialized and it would start running. In some sense, I am looking for
> something similar to the Spring XML DSL for Apache Camel, where you can
> define your routes in an XML format and drop them into a Tomcat or
> something similar.
>
> My first attempt to do this was to directly write some Scala code in a
> plain file and then use Twitter's Eval to compile it at runtime. That works
> but I don't think it's a really elegant solution.
>
> I am open to other suggestions or frameworks that could do something
> similar.
>
> Thanks!
>
> Héctor.
>
> --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to