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
.envby copying it from.env.example. - Update
PATvalue with the one generated at 2. - Run
flask --app mapped_haystack.server run(possibly afterpoetry shellwithin your poetry environment)
- Read:
- by filter: filter over points is only available for now but it will be gneralized to any types.
spaceRefis to be implemented. - by id: under dev.
- only
zincis supported but will supporthaysonsoon as well.
- by filter: filter over points is only available for now but it will be gneralized to any types.