Elastic search for storing and querying

Hi, I am new to elastic search. Just came across it today while exploring database's to store my data.
I want to store mapping of test and sour
ce files/ methods which are covered by the test.

For eg.Test1 : { source file1 : method1

          Source file1 : method2

          Source file2 : method1

          Source file2 : method2}

Test2 :

          { source file1 : method1

          Source file1 : method2

          Source file3 : method1

          Source file3: method2}

I want to store this info and then run queries. Query will be given source files or methods names and the result should be all the tests that cover those source files and methods. I may add more values to the above mapping such as amount of time spent by the test in each source file and each method.

Can I use elastic search for storing and querying this information.

Thanks.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.