wraymo

Results 6 issues of wraymo

This PR is based on #7. Try to implement bbolt snapshot instead of file snapshot.

# Description This PR adds a basic server implementation for log-viewer-webui. + It includes a DbManager to handle connections for both MySQL and MongoDB. + It adds routes for querying...

### Bug When using clp-s to search for a log-text with a wildcard query, if the query contains `\*` or `\?`, it runs into an infinite loop in `get_bounds_of_next_potential_var`. ###...

bug

### Bug For wildcard queries using clp-s, if the `?` wildcard is positioned in the middle, it triggers bug #403. However, when it appears at the end of the query,...

bug

# Description # Validation performed

## Description This PR introduces a CLP connector. The background and proposed implementation details are outlined in the associated [RFC](https://github.com/prestodb/rfcs/pull/37). This PR implements one part of phase 1 of the...