Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation architecture #211

Open
mielvds opened this issue Feb 18, 2022 · 2 comments
Open

Implementation architecture #211

mielvds opened this issue Feb 18, 2022 · 2 comments
Labels
Documentation Improvements or additions to documentation

Comments

@mielvds
Copy link

mielvds commented Feb 18, 2022

Hi all!

I was wondering if there is some info on how SPARQL Anything is implemented? I gather it's mostly Jena, but a diagram of all the components would be helpful in case one were to make improvements.

@enridaga
Copy link
Member

Agreed, we need to develop some technical documentation on the implementation, e.g. how to develop new functions or new adapters.

Key places to look at are:

Hope this helps

@enridaga enridaga added the Documentation Improvements or additions to documentation label Feb 21, 2022
@justin2004
Copy link
Contributor

I know this doesn't address the absence of documentation but my general approach for getting the lay of the land is to find a line(s) of code I basically understand (in isolation) and then insert a break point there or add a "print stack trace" statement to see how execution arrives there.
That is usually enough to orient me and then my own interest in the project has to take me the rest of the way.

luigi-asprino added a commit that referenced this issue Sep 3, 2024
luigi-asprino added a commit that referenced this issue Sep 3, 2024
luigi-asprino added a commit that referenced this issue Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants