Technologies to Leverage: Difference between revisions

From AquaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 28: Line 28:
     https://www.yugabyte.com/
     https://www.yugabyte.com/
     https://ignite.apache.org/
     https://ignite.apache.org/
    https://immudb.io/
    https://calcite.apache.org/
    https://www.dolthub.com/
    https://github.com/Dicklesworthstone/sqlalchemy_data_model_visualizer
    https://xata.io/blog/file-attachments - DB that supports files


== Object Storage ==  
== Object Storage ==  
Line 43: Line 48:
     https://skywalking.apache.org/
     https://skywalking.apache.org/
     Elasticsearch/Kibana
     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 ==
== PDF Tools ==
Line 57: Line 67:
== Data Transfer/Sync ==
== Data Transfer/Sync ==
https://ohwr.org/project/white-rabbit/wikis/home
https://ohwr.org/project/white-rabbit/wikis/home
== devops ==
https://github.com/nektos/act
https://dagger.io/

Latest revision as of 11:32, 22 November 2023

Opensource SaaS[edit]

   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[edit]

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

Web Frameworks[edit]

   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[edit]

   https://github.com/nocodb/nocodb

Databases[edit]

   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://github.com/Dicklesworthstone/sqlalchemy_data_model_visualizer
   https://xata.io/blog/file-attachments - DB that supports files 

Object Storage[edit]

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

Secret Management[edit]

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

Web Auth[edit]

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

Observability/Logging/Monitoring[edit]

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

Plugin Framework[edit]

   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[edit]

   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[edit]

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


Data Transfer/Sync[edit]

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

devops[edit]

https://github.com/nektos/act https://dagger.io/