Skip to content

Commit

Permalink
Micronaut Data Category (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo authored Dec 12, 2023
1 parent 8ff1762 commit 1068998
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 39 deletions.
62 changes: 31 additions & 31 deletions buildSrc/src/main/java/io/micronaut/guides/Category.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,41 +6,41 @@ public enum Category implements Ordered {
GETTING_STARTED("Getting Started", 1),
BEYOND_THE_BASICS("Beyond the Basics", 2),
DISTRIBUTION("Distribution", 3),

GRAALVM("GraalVM", 4),
CRAC("CRaC", 5),
SCHEMA_MIGRATION("Schema Migration", 6),
DATA_ACCESS("Data Access", 7),
CACHE("Cache", 8),
TEST("Testing", 9),

VIEWS("Views", 10),
SECURITY("Micronaut Security",11),
AUTHORIZATION_CODE("Authorization Code",12),
CLIENT_CREDENTIALS("Client Credentials",13),
SECRETS_MANAGER("Secrets Manager", 14),
PATTERNS("Patterns", 15),
EMAIL("Email", 16),
KOTLIN("Kotlin", 17),
MESSAGING("Messaging", 18),
API("API", 19),
OPEN_API("OpenAPI", 20),
TURBO("Turbo", 21),
GRAPHQL("GraphQL", 22),
METRICS("Metrics", 23),
DISTRIBUTED_TRACING("Distributed Tracing", 24),
MICRONAUT_DATA("Micronaut Data", 7),
DATA_ACCESS("Data Access", 8),
CACHE("Cache", 9),
TEST("Testing", 10),

VIEWS("Views", 11),
SECURITY("Micronaut Security",12),
AUTHORIZATION_CODE("Authorization Code",13),
CLIENT_CREDENTIALS("Client Credentials",14),
SECRETS_MANAGER("Secrets Manager", 15),
PATTERNS("Patterns", 16),
EMAIL("Email", 17),
KOTLIN("Kotlin", 18),
MESSAGING("Messaging", 19),
API("API", 20),
OPEN_API("OpenAPI", 21),
TURBO("Turbo", 22),
GRAPHQL("GraphQL", 23),
METRICS("Metrics", 24),
DISTRIBUTED_TRACING("Distributed Tracing", 25),
SERVICE_DISCOVERY("Service Discovery", 26),
DISTRIBUTED_CONFIGURATION("Distributed Configuration", 26),
COMMON_TASKS("Common Tasks", 27),
OBJECT_STORAGE("Object Storage", 28),
AWS("AWS", 29),
AWS_LAMBDA("AWS Lambda", 30),
AZURE("Microsoft Azure", 31),
GCP("Google Cloud", 32),
GOOGLE_CLOUD_RUN("Google Cloud Run", 33),
ORACLE_CLOUD("Oracle Cloud", 34),
KUBERNETES( "Kubernetes", 35),
SPRING_BOOT_TO_MICRONAUT("Spring Boot to Micronaut Framework", 36);
DISTRIBUTED_CONFIGURATION("Distributed Configuration", 27),
COMMON_TASKS("Common Tasks", 28),
OBJECT_STORAGE("Object Storage", 29),
AWS("AWS", 30),
AWS_LAMBDA("AWS Lambda", 31),
AZURE("Microsoft Azure", 32),
GCP("Google Cloud", 33),
GOOGLE_CLOUD_RUN("Google Cloud Run", 34),
ORACLE_CLOUD("Oracle Cloud", 35),
KUBERNETES( "Kubernetes", 36),
SPRING_BOOT_TO_MICRONAUT("Spring Boot to Micronaut Framework", 37);

private final String val;
private final int order;
Expand Down
2 changes: 1 addition & 1 deletion guides/micronaut-data-hibernate-reactive/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"intro": "Learn how to use Micronaut Data and Hibernate Reactive",
"authors": ["Sergio del Amo", "Tim Yates", "Roman Naglic"],
"tags": ["database", "hibernate", "hibernate-reactive","mysql", "reactive"],
"categories": ["Data Access"],
"categories": ["Micronaut Data"],
"languages": ["java","kotlin"],
"publicationDate": "2022-08-04",
"apps": [
Expand Down
2 changes: 1 addition & 1 deletion guides/micronaut-data-jdbc-repository/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"intro": "Learn how to access a database with Micronaut JDBC repositories.",
"authors": ["Sergio del Amo", "John Shingler"],
"tags": ["database", "micronaut-data", "jdbc"],
"categories": ["Data Access"],
"categories": ["Micronaut Data"],
"publicationDate": "2021-05-28",
"apps": [
{
Expand Down
2 changes: 1 addition & 1 deletion guides/micronaut-data-mongodb-asynchronous/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"intro": "Learn how to access a MongoDB database asynchronously with Micronaut Data.",
"authors": ["Tim Yates"],
"tags": ["database", "micronaut-data", "mongodb", "async"],
"categories": ["Data Access"],
"categories": ["Micronaut Data"],
"publicationDate": "2022-05-05",
"languages": ["java", "groovy"],
"apps": [
Expand Down
2 changes: 1 addition & 1 deletion guides/micronaut-data-mongodb-synchronous/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"intro": "Learn how to access a MongoDB database with Micronaut Data and the MongoDB Sync driver.",
"authors": ["Tim Yates"],
"tags": ["database", "micronaut-data", "mongodb"],
"categories": ["Data Access"],
"categories": ["Micronaut Data"],
"publicationDate": "2022-05-05",
"languages": ["java", "groovy"],
"apps": [
Expand Down
2 changes: 1 addition & 1 deletion guides/micronaut-data-r2dbc-repository/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"intro": "Learn how to access a database with Micronaut R2DBC repositories.",
"authors": ["Graeme Rocher"],
"tags": ["database", "micronaut-data", "r2dbc"],
"categories": ["Data Access"],
"categories": ["Micronaut Data"],
"publicationDate": "2023-01-04",
"apps": [
{
Expand Down
2 changes: 1 addition & 1 deletion guides/micronaut-java-records/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"intro": "Learn how to a leverage Java records for immutable configuration, Micronaut Data Mapped Entities and Projection DTOs",
"authors": ["Sergio del Amo"],
"tags": ["record"],
"categories": ["Data Access"],
"categories": ["Micronaut Data"],
"publicationDate": "2021-11-20",
"languages": ["java"],
"apps": [
Expand Down
2 changes: 1 addition & 1 deletion guides/micronaut-jpa-hibernate/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"intro": "Learn how to access a database with JPA and Hibernate using the Micronaut framework.",
"authors": ["Iván López", "Sergio del Amo"],
"tags": ["database", "jpa", "hibernate", "h2"],
"categories": ["Data Access"],
"categories": ["Micronaut Data"],
"publicationDate": "2018-09-01",
"languages": ["java", "groovy"],
"apps": [
Expand Down
2 changes: 1 addition & 1 deletion guides/spring-boot-micronaut-data/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"intro": "This guide shows how to use Micronaut Data from a Spring Boot application.",
"authors": ["Sergio del Amo"],
"tags": ["spring-boot", "micronaut-data", "h2"],
"categories": ["Spring Boot to Micronaut Framework", "Data Access"],
"categories": ["Spring Boot to Micronaut Framework", "Micronaut Data"],
"publicationDate": "2022-09-20",
"buildTools": ["gradle"],
"languages": ["java"],
Expand Down

0 comments on commit 1068998

Please sign in to comment.