Skip to content

accountex-org/ash_sparql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AshSparql

An Ash Framework extension that provides a SPARQL data layer for querying RDF data sources.

Features

  • SPARQL query generation from Ash queries
  • Integration with RDF data sources via SPARQL endpoints
  • Support for common SPARQL 1.1 operations

Installation

If available in Hex, the package can be installed by adding ash_sparql to your list of dependencies in mix.exs:

def deps do
  [
    {:ash_sparql, "~> 0.1.0"}
  ]
end

Usage

defmodule MyApp.Resource do
  use Ash.Resource,
    data_layer: AshSparql.DataLayer

  sparql do
    endpoint "http://dbpedia.org/sparql"
    # Additional configuration options
  end

  # Resource configuration
end

Documentation

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ash_sparql.

About

A SPARQL data-layer for the Ash framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages