Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit ae9c404

Browse files
authored
Merge branch 'main' into docs/update-amplication-branch-info
2 parents c504324 + 9108f27 commit ae9c404

File tree

1 file changed

+27
-9
lines changed

1 file changed

+27
-9
lines changed

docs/plugins/dotnet-plugins.md

+27-9
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,50 @@ Additional plugins will be added in future releases of Amplication.
1616
For the most updated list of .NET plugins, please check the _Plugins_ tab on your Amplication dashboard.
1717
:::
1818

19-
### PostgreSQL DB
19+
### PostgreSQL DB for .NET
2020

21-
Use a PostgreSQL database in your .NET service generated by Amplication.
21+
Use a PostgreSQL database in the service generated by Amplication.
2222

2323
[PostgreSQL](https://github.com/amplication/plugins/tree/master/plugins/db-postgres) is a free and open-source relational database management system that is designed to be highly scalable, reliable, and powerful. It is known for its ability to handle large amounts of data and a high volume of queries.
2424

25-
### MS SQL Server DB
25+
### MS SQL Server DB for .NET
2626

27-
Leverage Microsoft's enterprise-grade database management system for your .NET applications with the MS SQL Server DB plugin.
27+
Use an MS SQL Server database in the service generated by Amplication.
2828

2929
[MS SQL Server](https://github.com/amplication/plugins/tree/master/plugins/db-sqlserver) is a relational database management system developed by Microsoft. It is designed to be robust, scalable, and secure, making it an excellent choice for enterprise-level applications and data-intensive operations.
3030

31-
### Apache Kafka
31+
### Kafka
3232

33-
Use an Apache Kafka message broker to communicate between your .NET services.
33+
Use a Kafka message broker to communicate between your services.
3434

3535
[Apache Kafka](https://github.com/amplication/plugins/tree/master/plugins/broker-kafka) is a distributed streaming platform, used for building real-time data pipelines and streaming applications. It is a publish-subscribe messaging system that allows for the creation of high-throughput and low-latency systems.
3636

3737
In the Apache Kafka messaging system, processes known as producers write data to Kafka topics, and processes known as consumers read data from Kafka topics.
3838

39-
### ASP.NET Core Identity
39+
### Authentication and Authorization using ASP.NET Core Identity
4040

41-
Add authentication and authorization to your .NET service using ASP.NET Core Identity.
41+
Add Authentication and Authorization to your .NET Services.
4242

4343
[ASP.NET Core Identity](https://github.com/amplication/plugins/tree/master/plugins/dotnet-auth-core-identity) is a membership system that adds login functionality to ASP.NET Core apps. It allows you to add login features, manage users, passwords, profile data, roles, and more.
4444

4545
:::info
4646
This plugin provides a robust and customizable solution for managing user authentication and authorization in your .NET applications generated by Amplication.
47-
:::
47+
:::
48+
49+
### Terraform - AWS Core
50+
51+
Adds terraform code for provisioning Amazon Web Services core network infrastructure.
52+
53+
The [Terraform AWS Core plugin](https://github.com/amplication/plugins/tree/master/plugins/dotnet-provisioning-terraform-aws-core) adds a foundational networking setup using Terraform for AWS. This serves as a basis for adding additional resources for provisioning, such as databases, deployments, and more.
54+
55+
### Helm Chart
56+
57+
Adds a Helm Chart for the generated service which can be used for deployment of the application within a Kubernetes cluster.
58+
59+
The [Helm Chart plugin](https://github.com/amplication/plugins/tree/master/plugins/dotnet-deployment-helm-chart) generates Helm charts for your service, facilitating deployment within Kubernetes clusters.
60+
61+
### Terraform - AWS Database RDS
62+
63+
Adds terraform code for provisioning Amazon Web Services Relational Database Service (RDS) as an addition to the 'core' terraform code base.
64+
65+
The [Terraform AWS Database RDS plugin](https://github.com/amplication/plugins/tree/master/plugins/dotnet-provisioning-terraform-aws-rds) adds infrastructure-as-code for setting up an RDS instance on AWS, complementing the core network setup.

0 commit comments

Comments
 (0)