Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 937 Bytes

File metadata and controls

22 lines (14 loc) · 937 Bytes

Shared Resources

This directory contains resources that are shared across multiple examples, tools, and workflows in this repository.

Contents

Folder What It Holds
datasets/ Reusable sample datasets.
demos/ Cross-domain demos that combine multiple Oracle Graph areas, such as property graph and RDF Graph.
utilities/ Placeholder for reusable helper scripts and tools shared by multiple examples.

Guidelines

Resources in this directory should:

  • Be reusable across multiple projects or workflows, or intentionally span multiple Oracle Graph areas.
  • Avoid dependencies on a specific tool or notebook.
  • Serve as common assets that reduce duplication elsewhere in the repository.

Resources that are specific to a single tool, demo, notebook, or development environment should be stored alongside that component rather than in this directory.