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

Added search indexing and querying #104

Merged
merged 10 commits into from
Aug 29, 2024
Merged

Added search indexing and querying #104

merged 10 commits into from
Aug 29, 2024

Commits on Aug 29, 2024

  1. Added cmd/psql-insert as an application to index data into pg

    Signed-off-by: James Humphries <[email protected]>
    Yantrio committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    857670c View commit details
    Browse the repository at this point in the history
  2. Added search worker and pg-indexer

    Signed-off-by: James Humphries <[email protected]>
    Yantrio committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9a0fda6 View commit details
    Browse the repository at this point in the history
  3. removed odd files

    Signed-off-by: James Humphries <[email protected]>
    Yantrio committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a1395bb View commit details
    Browse the repository at this point in the history
  4. remove extraneous logging

    Signed-off-by: James Humphries <[email protected]>
    Yantrio committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5baa176 View commit details
    Browse the repository at this point in the history
  5. re-work to read the download directly

    Signed-off-by: James Humphries <[email protected]>
    Yantrio committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d2c820f View commit details
    Browse the repository at this point in the history
  6. handle errors around scanner.Scan()

    Signed-off-by: James Humphries <[email protected]>
    Yantrio committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a8ffcf2 View commit details
    Browse the repository at this point in the history
  7. handle unknown types

    Signed-off-by: James Humphries <[email protected]>
    Yantrio committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b400577 View commit details
    Browse the repository at this point in the history
  8. Allow for searching with forward slashes

    Signed-off-by: James Humphries <[email protected]>
    Yantrio committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3bead14 View commit details
    Browse the repository at this point in the history
  9. Added comment around how code isn't vulnerable to sql injection

    Signed-off-by: James Humphries <[email protected]>
    Yantrio committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    42cb83b View commit details
    Browse the repository at this point in the history
  10. Added licensing information for worker, added comments to schema

    Signed-off-by: James Humphries <[email protected]>
    Yantrio committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4886b92 View commit details
    Browse the repository at this point in the history