|
1 | | -*This repository acts as a template for all of Oracle’s GitHub repositories. It contains information about the guidelines for those repositories. All files and sections contained in this template are mandatory, and a GitHub app ensures alignment with these guidelines. To get started with a new repository, replace the italic paragraphs with the respective text for your project.* |
| 1 | +# Oracle AI Data Platform Samples |
2 | 2 |
|
3 | | -# Project name |
| 3 | +This repository provides examples demonstrating how to use Oracle AI Data Platform, a service that lets you run any Apache Spark Application at any scale. |
4 | 4 |
|
5 | | -*Describe your project's features, functionality and target audience* |
| 5 | +## What is Oracle Cloud Infrastructure Data Flow |
6 | 6 |
|
7 | | -## Installation |
| 7 | +Oracle AI Data Platform streamlines cataloging, ingestion, and analysis of data for data professionals within an organization. The Oracle AI Data Platform service provides the platform and the framework to create data analytics pipelines. |
8 | 8 |
|
9 | | -*Provide detailed step-by-step installation instructions. You can name this section **How to Run** or **Getting Started** instead of **Installation** if that's more acceptable for your project* |
| 9 | +## Sample Examples |
10 | 10 |
|
11 | | -## Documentation |
| 11 | +| Example | Description | Python | Java | Scala | |
| 12 | +|--------------------|:-----------:|:------:|:----:|:-----:| |
| 13 | +| Getting Started |||| |
| 14 | +| Data Ingestion |||| |
| 15 | +| Data Science |||| |
12 | 16 |
|
13 | | -*Developer-oriented documentation can be published on GitHub, but all product documentation must be published on <https://docs.oracle.com>* |
| 17 | +For step-by-step instructions, see the README files included with each sample. |
14 | 18 |
|
15 | | -## Examples |
| 19 | +## Running the Samples |
16 | 20 |
|
17 | | -*Describe any included examples or provide a link to a demo/tutorial* |
18 | 21 |
|
19 | | -## Help |
| 22 | +### MLFlow Tracking Server |
20 | 23 |
|
21 | | -*Inform users on where to get help or how to receive official support from Oracle (if applicable)* |
22 | 24 |
|
23 | | -## Contributing |
| 25 | +## Documentation |
| 26 | + |
24 | 27 |
|
25 | | -*If your project has specific contribution requirements, update the CONTRIBUTING.md file to ensure those requirements are clearly explained* |
| 28 | +## Get Support |
26 | 29 |
|
27 | | -This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md) |
28 | 30 |
|
29 | 31 | ## Security |
30 | 32 |
|
31 | | -Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process |
| 33 | +Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process. |
32 | 34 |
|
33 | | -## License |
| 35 | +## Contributing |
34 | 36 |
|
35 | | -*The correct copyright notice format for both documentation and software is* |
36 | | - "Copyright (c) [year,] year Oracle and/or its affiliates." |
37 | | -*You must include the year the content was first released (on any platform) and the most recent year in which it was revised* |
| 37 | +This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md). |
| 38 | + |
| 39 | +## License |
38 | 40 |
|
39 | | -Copyright (c) 2023 Oracle and/or its affiliates. |
| 41 | +See [LICENSE](./LICENSE.txt) |
40 | 42 |
|
41 | | -*Replace this statement if your project is not licensed under the UPL* |
42 | 43 |
|
43 | | -Released under the Universal Permissive License v1.0 as shown at |
44 | | -<https://oss.oracle.com/licenses/upl/>. |
0 commit comments