50. Architecture
Data Services are self-contained; the full service definition is stored in a single file carrying .rjob
extension.
The service definition is composed of graph logic implementing the service and the configuration of its REST endpoint.
By default, the files reside in the ${PROJECT}/data-service
subdirectory.
Data Services support HTTP methods: GET, POST, PUT, PATCH and DELETE.