Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make containers a priority by adding 1st class support for.... #370

Closed
natiki opened this issue Jul 23, 2018 · 2 comments
Closed

Make containers a priority by adding 1st class support for.... #370

natiki opened this issue Jul 23, 2018 · 2 comments

Comments

@natiki
Copy link
Contributor

natiki commented Jul 23, 2018

Hi Halil,

These feature requests come as I look to use ABP .NET Core with Kubernetes and Docker. Some overlap with what I have already requested over in the ABP Repo.

  • Bare bones template so that a simplistic .NET Core micro service with a basic web api can be easily spun up. Yes I know this can be done by taking a core SPA template. Taking out the Vue.js integration etc. but this is painful. I have posted in the other repo a list of your requirements for possible inclusion as I have to do a few of these.
  • Message Queue: I know RabbitMQ is planned but an abstraction similair to Rebus. Means moving to something like Azure Service bus becomes painless etc.
  • Support for additional Linux databases as first class targets. Most people will be deploying to Linux containers and very few will be running SQL Server on Linux.
  • API Gateway (Ocelot or similair) integration. This would address my long standing request for rate limiting etc. from the public repo as well.

As always appreciate the opportunity to make requests such as the above.

@hikalkan
Copy link
Member

We can create a microservice startup template. I will give high priority to this: #377

For Rebus, I created an issue: #376
I will check it.

We are developing EF Core integration and modules as DBMS independent. So, it will be straightforward to change SQL Server to others. We can create tutorials for that.

We will work on API Gateway, sure: #163
I don't know Ocelot yet, but will learn :)

@natiki
Copy link
Contributor Author

natiki commented Jul 23, 2018

DBMS - As long as key generation works (#328) all should be good. I will close that case as soon as I have read up on the alternative to HiLo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants