Mapepd Haystack is a Haystack HTTP endpoint using Mapped GraphQL API as a data source. This is currently an alpha version and will be actively updated in the next few weeks. Consider this is v0.0.1.
This is a Python poetry project.
poetry install
to install dependencies.
- Create an account at Mapped
- Go to the developer portal and create a PAT here
- Create
.env
by copying it from.env.example
. - Update
PAT
value with the one generated at 2. - Run
flask --app mapped_haystack.server run
(possibly afterpoetry shell
within your poetry environment)
- Read:
- by filter: filter over points is only available for now but it will be gneralized to any types.
spaceRef
is to be implemented. - by id: under dev.
- only
zinc
is supported but will supporthayson
soon as well.
- by filter: filter over points is only available for now but it will be gneralized to any types.