Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paloaltonetworks/cortex.pan.dev
Cortex® for Developers
https://github.com/paloaltonetworks/cortex.pan.dev
cortex cortex-data-lake cortex-xdr pan-dev
Last synced: about 2 months ago
JSON representation
Cortex® for Developers
- Host: GitHub
- URL: https://github.com/paloaltonetworks/cortex.pan.dev
- Owner: PaloAltoNetworks
- License: mit
- Created: 2019-11-08T18:47:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T15:37:51.000Z (about 1 year ago)
- Last Synced: 2024-05-28T19:15:21.245Z (7 months ago)
- Topics: cortex, cortex-data-lake, cortex-xdr, pan-dev
- Language: JavaScript
- Homepage: https://cortex.pan.dev
- Size: 74.9 MB
- Stars: 1
- Watchers: 7
- Forks: 11
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Deploy Live](https://github.com/PaloAltoNetworks/cortex.pan.dev/actions/workflows/deploy-live.yml/badge.svg)](https://github.com/PaloAltoNetworks/cortex.pan.dev/actions/workflows/deploy-live.yml) [![CodeQL](https://github.com/PaloAltoNetworks/cortex.pan.dev/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/PaloAltoNetworks/cortex.pan.dev/actions/workflows/codeql-analysis.yml)
# Cortex for Developers
This website is built using Docusaurus 2, a modern static website generator.
> URL: https://cortex.pan.dev
### Installation
```shell-session
yarn
```### Local Development
```shell-session
yarn start
```This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
### Deployment
The `upstream/master` branch is linked to a Netlify site and will auto-deploy when changes are merged into `master`.
Build previews will be automatically generated for pull requests. Build previews can be used to review changes to determine if they are ready to be merged into `upstream/master`.
### Contributing
Contributing guidelines can be found [here](https://cortex.pan.dev/docs/data_lake/contributing).