INCATools / INCATools/semantic-sql

Make everything installable via PyPI

Open
#41 11 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.