INCATools / INCATools/semantic-sql
Make everything installable via PyPI
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 69
- Forks
- 7
- Avg merge
- 8m
- Merged PRs (30d)
- 1
Description
- [ ] rewrite relation-graph in rust and use PyO3 bindings
- [ ] use PyO3 to wrap rdftab
As an alternative to wrapping rdftab is to directly load the `statements` table in Python. This will be slower, but it should be very straightforward if we skip loading of the `stanza` field, which we don't use. It will also have the advantage that we don't need to do transformations to RDF/XML using riot or robot.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the repository's current Python packaging setup and the relation-graph and rdftab entry points named in the issue. Compare the PyO3 wrapping approach with directly loading the statements table while accounting for the unused stanza field and RDF/XML transformations; done means the project can be installed through PyPI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- build-system, databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 20/100