Re: [go-nuts] microservices framework

2018-10-23 Thread Vasiliy Tolstov
вт, 23 окт. 2018 г. в 20:23, Marko Ristin-Kaufmann :
>
> Hi Vasiliy,
> We use our own swagger-to code generator for external communication and 
> zeromq & protobufs for internal components.
>
> We foung the code generated by go-swagger to be a bit too complex.
>
> Swagger-to: https://github.com/Parquery/swagger-to
>
> Cheers Marko
>
> Le mar. 23 oct. 2018 à 19:02, Vasiliy Tolstov  a écrit :
>>
>> Hi! I'm looking for new project some framework to write microservice based 
>> app.
>> I'm found micro and go-kit. But micro have needed features only in
>> enterprise version (i'm need mit / bsd license) , go-kit for simple
>> service need to big code (now i'm using grpc-gateway and grpc based
>> services) and as i see examples - sometimes compilcated.
>>
>> Does anybody knows alternatives?
>>

Problem not in swagger spec, but now to write discovery / transport by
hands, but saves time for development.



-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-nuts] microservices framework

2018-10-23 Thread Marko Ristin-Kaufmann
Hi Vasiliy,
We use our own swagger-to code generator for external communication and
zeromq & protobufs for internal components.

We foung the code generated by go-swagger to be a bit too complex.

Swagger-to: https://github.com/Parquery/swagger-to

Cheers Marko

Le mar. 23 oct. 2018 à 19:02, Vasiliy Tolstov  a
écrit :

> Hi! I'm looking for new project some framework to write microservice based
> app.
> I'm found micro and go-kit. But micro have needed features only in
> enterprise version (i'm need mit / bsd license) , go-kit for simple
> service need to big code (now i'm using grpc-gateway and grpc based
> services) and as i see examples - sometimes compilcated.
>
> Does anybody knows alternatives?
>
> --
> Vasiliy Tolstov,
> e-mail: v.tols...@selfip.ru
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] microservices framework

2018-10-23 Thread Vasiliy Tolstov
Hi! I'm looking for new project some framework to write microservice based app.
I'm found micro and go-kit. But micro have needed features only in
enterprise version (i'm need mit / bsd license) , go-kit for simple
service need to big code (now i'm using grpc-gateway and grpc based
services) and as i see examples - sometimes compilcated.

Does anybody knows alternatives?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.