mozilla / ssh_scan_api

An API for ssh_scan (https://github.com/mozilla/ssh_scan) and the backend API service for the Mozilla SSH Observatory (https://observatory.mozilla.org/)
31 stars 12 forks source link

Mock up a Postgres Prototype #120

Closed claudijd closed 6 years ago

claudijd commented 6 years ago

Make a prototype of ssh_scan_api using Postgres as the backend DB.

claudijd commented 6 years ago

/cc @april (just an FYI)

april commented 6 years ago

Here is the HTTP Observatory's schema, for what it's worth:

https://github.com/mozilla/http-observatory/blob/master/httpobs/database/schema.sql

claudijd commented 6 years ago

WIP happening here: https://github.com/mozilla/ssh_scan_api/pull/121

claudijd commented 6 years ago

This is done, functional, and merged into master.