Skip to content

Commit

Permalink
updated readme to represent current structure
Browse files Browse the repository at this point in the history
  • Loading branch information
rfcriblio committed Mar 20, 2024
1 parent 8304952 commit a0441da
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@ easier creation of these items in a Stream deployment, such as S3 and Splunk sou
The distribution can be visualized as follows:
```
├── cribl_python_api_wrapper
│   ├── appscope_configs
│   ├── auth
│   ├── collectors
│   ├── database_connections
│   ├── diag
│   ├── event_breaker_rules
│   ├── executors
│   ├── fleet_mappings
│   ├── functions
│   ├── global_variables
│   ├── grokfiles
│   ├── groups
│   ├── inputs
│   ├── jobs
Expand All @@ -35,31 +38,49 @@ The distribution can be visualized as follows:
│   ├── notifications
│   ├── outputs
│   ├── packs
│   ├── parquetschemas
│   ├── parsers
│   ├── pipelines
│   ├── preview
│   ├── profiler
│   ├── preview
│   ├── regexes
│   ├── routes
│   ├── schemas
│   ├── system
│   ├── users
│   ├── utilities
│   └── versioning
│   ├── workers
└── tests
├── auth
├── collectors
├── diag
├── event_breaker_rules
├── functions
├── groups
├── inputs
├── jobs
├── lib
├── licenses
├── lookups
├── messages
├── misc
├── notification_targets
├── notifications
├── outputs
├── packs
├── pipelines
├── preview
├── profiler
├── routes
├── system
├── users
├── utilities
└── versioning
├── versioning
└── workers
```
* Note: subdirectories under `tests` contain sample usage and are for illustrative purposes only

### Build
To build the API wrapper module, execute the following command - srcdir will contain the `pyproject.toml` file, which contains configuration for the build process:
Expand Down

0 comments on commit a0441da

Please sign in to comment.