# dataProcessor

### Description

@short: DataProcessor constructor

@signature: dataProcessor: (url: string) =\> void

### Parameters

- `url` - (required) *string* - url to the data feed

### Example

~~~jsx
const dp = new gantt.dataProcessor("api/");
~~~

### Details

You can find more information about dataProcessor, including its API [here](guides/server-side.md#resources_crud).

### Change log
- added in version 4.0
