Technologies to Leverage

From AquaWiki
Revision as of 16:32, 8 November 2023 by 216.81.94.73 (talk)
Jump to navigation Jump to search

Opensource SaaS

   https://github.com/windmill-labs/windmill
   https://github.com/ToolJet/ToolJet
   https://github.com/budibase/budibase
   https://github.com/openblocks-dev/openblocks

I personally believe in flexing opensource projects, especially when they're this robust, it would save a lot of development time and provide a flexible framework for easy tweaks in the future. Using a framework like the above would provide an environment that cards provides where no code, GUI edits and functions and be changed on the fly. Additionally we can just fork any of these projects to make deeper tweaks as needed.


Front Ends

   https://remix.run/
   https://reactjs.org/
   https://bun.sh/

Web Frameworks

   https://fastapi.tiangolo.com/project-generation/ (sql library https://github.com/tiangolo/sqlmodel)
   https://github.com/cirospaciari/socketify.py This looks very promising 
   https://jamsocket.com/ a hosted platform for session backends, servers that are created by an application on demand, typically run for the duration of a user's session, and are spun down when no longer in use.

DB to Spreadsheets | no code DB

   https://github.com/nocodb/nocodb

Databases

   https://www.cockroachlabs.com/docs/stable/frequently-asked-questions.html
   https://github.com/IvorySQL/IvorySQL - Oracle compatible PostgreSQL, I think this it would be a fun exercise to deploy CARDS against it to see if we can't get ourselves out of Oracle's grasp.
   https://www.yugabyte.com/
   https://ignite.apache.org/
   https://immudb.io/
   https://calcite.apache.org/
   https://www.dolthub.com/
   https://xata.io/blog/file-attachments - DB that supports files 

Object Storage

   https://min.io/
   or just use a file share :/ 

Secret Management

   https://github.com/Infisical/infisical (Too new to use in production, no 3rd party audits)

Web Auth

   https://blog.millerti.me/2023/01/22/encrypting-data-in-the-browser-using-webauthn/
   https://w3c.github.io/webauthn/

Observability/Logging/Monitoring

   https://skywalking.apache.org/
   Elasticsearch/Kibana

Plugin Framework

   https://stackoverflow.com/questions/932069/building-a-minimal-plugin-architecture-in-python
   https://mwax911.medium.com/building-a-plugin-architecture-with-python-7b4ab39ad4fc
   https://github.com/mitsuhiko/pluginbase

PDF Tools

   https://github.com/open-pdf-sign/open-pdf-sign
   https://github.com/QuestPDF/QuestPDF
   https://github.com/py-pdf/pypdf
   https://github.com/ocrmypdf/OCRmyPDF

Vulnerability Scanning

https://github.com/projectdiscovery/nuclei https://github.com/metlo-labs/metlo


Data Transfer/Sync

https://ohwr.org/project/white-rabbit/wikis/home

devops

https://github.com/nektos/act