abpframework / abp

Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.31k stars 3.32k forks source link

Create a sample microservice solution #729

Closed hikalkan closed 5 years ago

hikalkan commented 5 years ago

After creating the sample, I will document it to be understood. I know everybody waiting for this, but it will get some time as you can guess :)

See https://github.com/abpframework/abp/blob/master/samples/MicroserviceDemo/docs/design/Overall.md

maliming commented 5 years ago

That’s awesome! πŸŽ‰πŸŽ‰πŸŽ‰

realLiangshiwei commented 5 years ago

That's cool! πŸŽ‰πŸŽ‰πŸŽ‰

marcelo-maciel commented 5 years ago

Very nice! πŸ₯‡ πŸ₯‡ πŸ₯‡

hitaspdotnet commented 5 years ago

Thanks in advance for this sample. For your precious time. πŸŽ‰πŸŽ‰πŸŽ‰

cuibty commented 5 years ago

πŸŽ‰πŸŽ‰πŸŽ‰

jackingod commented 5 years ago

That's cool! πŸŽ‰πŸŽ‰πŸŽ‰

myomyinthan commented 5 years ago

That so cool

geffzhang commented 5 years ago

sample should be run on kubernetes

abhishekbdutta commented 5 years ago

That is an awesome news have been waiting this for almost 2 years now.

On Jan 12, 2019 14:20, geffzhang notifications@github.com wrote:

sample should be run on kubernetes

β€” You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/abpframework/abp/issues/729#issuecomment-453746987, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQJ3WTYvGRhEUY6paQWO8CwfGm-YXHzpks5vCeE3gaJpZM4Z7eU-.

hikalkan commented 5 years ago

I'm glad to get such a huge attraction for this :)

myomyinthan commented 5 years ago

Hi hikalkan, Is it multi tenant on microservice?😁

hikalkan commented 5 years ago

In the first, probably no. But will make it multi-tenant eventually.

edison1105 commented 5 years ago

I can't wait for that. πŸ‘

letmego9go commented 5 years ago

Good Job!

hikalkan commented 5 years ago

For who want to test right now:

I hope it works :) BTW, I'm working to create a docker-compose configuration to make all working. Just wait a bit more.

Note: The solution has local references to the framework packages. So, follow https://github.com/abpframework/abp#modulestemplates to be able to build and run it locally.

hitaspdotnet commented 5 years ago

I succeeded. Thanks. You are wonderful.

hikalkan commented 5 years ago

Good to know somebody else could able to run it :)

hikalkan commented 5 years ago

For who want to try: https://abp.io/documents/abp/latest/Samples/Microservice-Demo#how-to-run

docker-compose is working as we've tested: https://abp.io/documents/abp/latest/Samples/Microservice-Demo#using-the-docker-containers

Kubernetes is coming soon: https://github.com/abpframework/abp/issues/811

hikalkan commented 5 years ago

I'm closing this issue since it is basically done. There are some improvements but they will be done separately.

See the documentation of this sample: https://abp.io/documents/abp/latest/Samples/Microservice-Demo