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

Sphinx-Needs support for large reports #392

Closed
twodrops opened this issue Oct 19, 2021 · 2 comments
Closed

Sphinx-Needs support for large reports #392

twodrops opened this issue Oct 19, 2021 · 2 comments

Comments

@twodrops
Copy link
Collaborator

Sphinx-Needs can generate small reports which can be customized by developers. With large data the reporting needs to be taken care by state-of-the-art reporting tools (eg., Kibana, Splunk, Azure metrics etc.).

@twodrops
Copy link
Collaborator Author

Also traceability flows could be visualized using state-of-the-art reporting tools. For example a Sankey Diagram using https://www.elastic.co/fr/blog/sankey-visualization-with-vega-in-kibana

@danwos
Copy link
Member

danwos commented Oct 27, 2021

So we would need some kind of an exporter to e.g. ElasticSearch.
I would do it via needs.json and don't have an implementation in Sphinx-Needs directly, because this would be called during each sphinx build, which is not really needed (or do you see a use case for this?)

So a small terminal script to load need.json, filter some data and use the REST API / Client lib of service XY (e.g. ElasticSearch) to push this data.

Sounds like a solution for Sphinx-Needs Enterprise.
Created issue: useblocks/sphinx-needs-enterprise#8

I close this issue.

@danwos danwos closed this as completed Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants