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

Rewrite documentation #233

Merged
merged 41 commits into from
Jun 10, 2024
Merged

Rewrite documentation #233

merged 41 commits into from
Jun 10, 2024

Conversation

nck-mlcnv
Copy link
Contributor

@nck-mlcnv nck-mlcnv commented Nov 7, 2023

  • Write the markdown documentation
  • Copy it to the wiki (will do when main branch is updated)
  • Update the owl file

@nck-mlcnv nck-mlcnv self-assigned this Nov 7, 2023
@nck-mlcnv nck-mlcnv marked this pull request as draft November 7, 2023 13:13
@nck-mlcnv nck-mlcnv linked an issue Nov 7, 2023 that may be closed by this pull request
@nck-mlcnv nck-mlcnv requested a review from bigerl March 19, 2024 12:27
bigerl and others added 25 commits March 20, 2024 08:29
Introduced InputStream support in the QueryList and QuerySource to handle large queries more efficiently. Changes have been made to IndexedQueryReader, QuerySource, QueryHandler, and several other classes to accommodate the new streaming feature. Previously, all queries were loaded into memory which might cause OutOfMemoryError for large queries. It still depends on the SPARQL worker used if queries are streamed to the client.
Implemented the AbstractLanguageProcessor interface to process InputStreams. A new SAX Parser (SaxSparqlJsonResultCountingParser) was introduced for SPARQL JSON results, returning solutions, bound values, and variables.
* also updates CSVStorage
* adds Storable interface
Also removes some unnecessary print statements.
@nck-mlcnv nck-mlcnv marked this pull request as ready for review March 20, 2024 13:33
Copy link
Member

@bigerl bigerl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx for the PR. Looks good and almost done.
Please find my suggestions and comments below.

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
docs_new/configuration/metrics.md Outdated Show resolved Hide resolved
docs_new/configuration/metrics.md Outdated Show resolved Hide resolved
docs_new/configuration/overview.md Show resolved Hide resolved
docs_new/configuration/storages.md Outdated Show resolved Hide resolved
docs_new/introduction.md Outdated Show resolved Hide resolved
example-suite.yml Show resolved Hide resolved
schema/iguana.owl Outdated Show resolved Hide resolved
@nck-mlcnv nck-mlcnv requested a review from bigerl May 8, 2024 07:37
Copy link
Member

@bigerl bigerl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good now. Thx for the work 👍🏻

@bigerl bigerl merged commit 318b96a into develop Jun 10, 2024
2 checks passed
@nck-mlcnv nck-mlcnv deleted the rework/documentation branch July 30, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rewrite the Documentation
2 participants