Skip to content

Commit 27cb7f2

Browse files
Merge pull request #1 from oracle-devrel/folder-structure
Folder structure
2 parents 9e6632e + 4136ab7 commit 27cb7f2

File tree

47 files changed

+484
-18
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+484
-18
lines changed

README.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,19 @@
1-
# technology-engineering
1+
# Welcome to the Oracle Technology Specialists GitHub Repository
22

3-
[![License: UPL](https://img.shields.io/badge/license-UPL-green)](https://img.shields.io/badge/license-UPL-green) [![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=oracle-devrel_technology-engineering)](https://sonarcloud.io/dashboard?id=oracle-devrel_technology-engineering)
3+
## Who are we?
44

5-
## THIS IS A NEW, BLANK REPO THAT IS NOT READY FOR USE YET. PLEASE CHECK BACK SOON!
5+
We are a team of Oracle specialists focussing on technology cloud and software products. We answer questions, create demos and workshops, do hands-on guides, create code snippets and examples, and do health checks on existing solutions. We help our customers to find solutions to business challenges and to move workloads to Oracle cloud.
66

7-
## Introduction
8-
MISSING
7+
## Why do we have a Git Repository?
98

10-
## Getting Started
11-
MISSING
9+
We create all kinds of interesting assets in our line of work, which we believe should be open-source and accessible to everyone. We want to share our architecture patterns for solutions, technical step-by-step guides, and code examples. We believe this will simplify how we work internally in Oracle, while also sharing access to the same assets with our customers, implementation partners, and everyone interested. We want to be transparent on how we work and also grow the quality of our assets and best practices with the contribution coming from the community.
1210

13-
### Prerequisites
14-
MISSING
11+
## How to use this Repository?
1512

16-
## Notes/Issues
17-
MISSING
18-
19-
## URLs
20-
* Nothing at this time
21-
22-
## Contributing
23-
This project is open source. Please submit your contributions by forking this repository and submitting a pull request! Oracle appreciates any contributions that are made by the open source community.
13+
We structure our assets by our internal product areas and reflect this in the folder structure of this repository. The repository will have at least four levels of folders, starting with the first representing a wider product area (like Infrastructure Cloud), followed by a specific product area (like Compute), followed by a product or cloud service (like Bare Metal Compute), and finally by an asset for that product (like How-to-Guides).
2414

2515
## License
26-
Copyright (c) 2022 Oracle and/or its affiliates.
16+
Copyright (c) 2023 Oracle and/or its affiliates.
2717

2818
Licensed under the Universal Permissive License (UPL), Version 1.0.
2919

application-development/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Application Development
2+
3+
This area focuses on developing solutions that require application development and integration. This includes CI/CD, Cloud Native services, integration, AI services, Content and experience, Sauce, as well as many other exciting services that can be used to launch your new hit product.
4+
5+
# License
6+
7+
Copyright (c) 2023 Oracle and/or its affiliates.
8+
9+
Licensed under the Universal Permissive License (UPL), Version 1.0.
10+
11+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Placeholder
2+
3+
# License
4+
5+
Copyright (c) 2023 Oracle and/or its affiliates.
6+
7+
Licensed under the Universal Permissive License (UPL), Version 1.0.
8+
9+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Application Integration and Process Automation
2+
3+
Oracle Cloud Infrastructure integration services connect any application and data source to automate end-to-end processes and centralize management. The broad array of integrations, with prebuilt adapters and low-code customization, simplify migration to the cloud while streamlining hybrid and multicloud operations.
4+
5+
# License
6+
7+
Copyright (c) 2023 Oracle and/or its affiliates.
8+
9+
Licensed under the Universal Permissive License (UPL), Version 1.0.
10+
11+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Oracle Integration Cloud
2+
3+
*Product description*
4+
5+
## Team Publications
6+
7+
- Name and Link
8+
- Description
9+
- [Cloud Coaching ABC](www.youtube.com)
10+
- Video about ABC
11+
- [Reference Architecture ABC](docs.oracle.com)
12+
- ABC Architecture on the Oracle Architecture Center
13+
14+
## Useful Links
15+
16+
- Name and Link
17+
- Description
18+
- [Public Product Page](oracle.com)
19+
- High-level product and capability description
20+
- [Migration Hub](oracle.com)
21+
22+
## Reusable Assets Overview (Optional)
23+
24+
*If you don't have a flat hierarchy for assets, please describe your structure*
25+
26+
# License
27+
28+
Copyright (c) 2023 Oracle and/or its affiliates.
29+
30+
Licensed under the Universal Permissive License (UPL), Version 1.0.
31+
32+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Introduction
2+
3+
*Asset Introduction*
4+
5+
## When to use this asset?
6+
7+
*Who would use this asset when?*
8+
9+
## How to use this asset?
10+
11+
*Describe how an asset is used*
12+
13+
## Useful Links (Optional)
14+
15+
- Name and Link
16+
- Description
17+
- [Oracle](www.oracle.com)
18+
- Oracle Website
19+
20+
# License
21+
22+
Copyright (c) 2023 Oracle and/or its affiliates.
23+
24+
Licensed under the Universal Permissive License (UPL), Version 1.0.
25+
26+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Placeholder
2+
3+
# License
4+
5+
Copyright (c) 2023 Oracle and/or its affiliates.
6+
7+
Licensed under the Universal Permissive License (UPL), Version 1.0.
8+
9+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Placeholder
2+
3+
# License
4+
5+
Copyright (c) 2023 Oracle and/or its affiliates.
6+
7+
Licensed under the Universal Permissive License (UPL), Version 1.0.
8+
9+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Placeholder
2+
3+
# License
4+
5+
Copyright (c) 2023 Oracle and/or its affiliates.
6+
7+
Licensed under the Universal Permissive License (UPL), Version 1.0.
8+
9+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Placeholder
2+
3+
# License
4+
5+
Copyright (c) 2023 Oracle and/or its affiliates.
6+
7+
Licensed under the Universal Permissive License (UPL), Version 1.0.
8+
9+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.

0 commit comments

Comments
 (0)