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
{{ message }}
This repository was archived by the owner on Feb 6, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/plugins/dotnet-plugins.md
+27-9
Original file line number
Diff line number
Diff line change
@@ -16,32 +16,50 @@ Additional plugins will be added in future releases of Amplication.
16
16
For the most updated list of .NET plugins, please check the _Plugins_ tab on your Amplication dashboard.
17
17
:::
18
18
19
-
### PostgreSQL DB
19
+
### PostgreSQL DB for .NET
20
20
21
-
Use a PostgreSQL database in your .NET service generated by Amplication.
21
+
Use a PostgreSQL database in the service generated by Amplication.
22
22
23
23
[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.
24
24
25
-
### MS SQL Server DB
25
+
### MS SQL Server DB for .NET
26
26
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.
28
28
29
29
[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.
30
30
31
-
### Apache Kafka
31
+
### Kafka
32
32
33
-
Use an Apache Kafka message broker to communicate between your .NET services.
33
+
Use a Kafka message broker to communicate between your services.
34
34
35
35
[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.
36
36
37
37
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.
38
38
39
-
### ASP.NET Core Identity
39
+
### Authentication and Authorization using ASP.NET Core Identity
40
40
41
-
Add authentication and authorization to your .NET service using ASP.NET Core Identity.
41
+
Add Authentication and Authorization to your .NET Services.
42
42
43
43
[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.
44
44
45
45
:::info
46
46
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