Results 71 comments of nisha

My research shows that using a json file as a backend greatly improves performance: yaml backend: 76 seconds json backend: 0.47 seconds We would still like a database backend so...

1. Design CRUD API for different items in the database #792 2. Implement the database #863 3. Implement the sync mechanism #862

`/dev/urandom` is required by images using rpm. Perhaps we can create that device node only for rpm style jobs and then remove it?

On further investigation, it seems like Tern can run on Kubernetes as of release 2.9.1, but requires volume mounts. Therefore, we will just add some documentation to the README explaining...

@ravenpride Thanks for your question! Tern only requires the docker daemon to run for `pull, save, images and build` APIs. If Kaniko has equivalent Python APIs (or commands to shell...

@coderpatros and @ReconPangolin, Thanks for taking this issue on! We have a release checklist: https://github.com/tern-tools/tern/blob/main/docs/releases/release_checklist.md. We have started a list of functional tests here: https://github.com/tern-tools/tern/blob/main/ci/release_tests.py. It should be enough to...

@sayantani11 I'm actually not sure how much cue would be able to help with checking if our output documents match our expectations. If you'd like you can try writing something...

If you were coding in Python you can absolutely import tern and use its functions :). Are you looking for some equivalent in another language?

Thanks @hectorj2f for that clarification. Exposing grpc endpoints sounds like a good place to start planning enhancements. We currently have a [simple web app](https://github.com/tern-tools/tern-api/blob/main/web/app.py) that just invokes tern with reporting...