moov-io / ach-web-viewer

Web interface for viewing ACH files in a variety of sources (filesystem, GCS buckets, etc)
Apache License 2.0
10 stars 5 forks source link

search: basic implementation #14

Open adamdecaf opened 3 years ago

adamdecaf commented 3 years ago

It seems handy to offer search over ACH files. We could inspect them for specific trace numbers, amounts, and tons of other fields on headers, details, addendas, etc.

Example requests

GET /search?routingNumber=9999999
GET /search?traceNumber=9999999
GET /sources/{sourceID}/search?traceNumber=99999999

Responses

{
  "files": [
    { .. }, // ACH file 
  ]
}
adamdecaf commented 2 years ago

Could we use something like cryptag to encrypt metadata? It can be searchable.

https://github.com/cryptag/cryptag

More notes:

adamdecaf commented 2 years ago

More Ideas

Projects

adamdecaf commented 5 months ago

GCS triggers paired with gocloud.dev/docstore updates that we can query?