You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
PostgreSQL
mySQL
CockroachDB (https://www.cockroachlabs.com). This is particularly interesting as it is ultimately a SQL front end to etcd.
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.
The text was updated successfully, but these errors were encountered:
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 :)
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.
As always appreciate the opportunity to make requests such as the above.
The text was updated successfully, but these errors were encountered: