com.stardog.ext:stardog-spring

Stardog Spring bindings for using Stardog with the Springframework


License
Apache-2.0

Documentation

Stardog-Spring

Licensed under the Apache License, Version 2.0 Current Version 1.1.0

This is Spring Framework integration for Stardog RDF Database. These bindings provide Spring aware beans to provide an analogous feature set to Spring's jdbcTemplate. To support enterprise applications, integration is done with different Spring projects.

Current Stardog Spring support includes:

  • stardog-spring : Core Spring framework
  • stardog-spring-batch: Spring Batch support

These projects are available in Maven central under the com.stardog.ext group id.

Contributing

This framework is in continuous development, please check the issues page. You're welcome to contribute.

Building

The general build workflow for Stardog Spring is as follows:

  1. Update the core stardog-spring folder, build and run gradle install.
  2. Update stardog-spring-batch
  3. Once all are updated, and the according Stardog release is available, the projects are published to Maven Central

License

Copyright 2012-2020 Stardog Union

Copyright 2012-2020 Al Baker

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.