Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/msmygit/dse-tidbits

Titbits working with DataStax suite of products & Apache Cassandra(TM)
https://github.com/msmygit/dse-tidbits

Last synced: 3 months ago
JSON representation

Titbits working with DataStax suite of products & Apache Cassandra(TM)

Awesome Lists containing this project

README

        

This repository contains a number of auxiliary scripts, code and documents for Cassandra or DSE that simplify their development, maintenance/operations.

# What is included?
## [Documentation](documents/)
* [Working with Astra Vector Search with SAI Analyzers](documents/astra_vector_search_with_sai_analyzer/Vector_Search_with_AstraDB_SAI_Analyzers.ipynb)
* [Working with DataStax Astra™](documents/Working_with_DataStax_Astra.md)
* [Working with DataStax Astra™ DevOps & Data APIs with Ansible](documents/Working_with_DataStax_Astra_API_Ansible.md)
* [Public cloud provider status dashboards, architectural diagrams, etc.,](documents/Cloud_provider_status_dashboards_icons_and_general.md)
* [DataStax Enterprise (DSE) & OpsCenter environment sizing example](documents/DataStax_Enterprise_on_Azure_Environment_Sizing_Example.md)
* [DataStax Enterprise (DSE) on Azure cloud deployment example](documents/DSE_on_Azure_Deployment_Example.md)
* [DataStax Enterprise (DSE) with OpsCenter Failover setup example](documents/DSE_cluster_with_OpsCenter_Failover_setup.md)
* [Package versus Tarball installation methods of DataStax Enterprise (DSE) & OpsCenter comparison](documents/Package_vs_Tarball_install_DSE_OpsCenter_Agents.md)
* [DataStax Bulk Loader References](documents/datastax_bulk_loader.md)
* [Minimum OpsCenter metrics to watchout on a DSE cluster](documents/minimum_opscenter_metrics_to_watchout.md)
* [DataStax Enterprise (DSE) Tarball install config & managing DSE as-a-service](documents/DataStax_Enterprise_Configuration_Directions_Tarball_Install.md)
## [Scripts](scripts/)
* [How to hook up Stargate with DataStax Enterprise (DSE)?](scripts/stargate-dse687/Working_with_Stargate_and_DSE.md)
* [DataStax Recommended Settings validation script](scripts/dse_recommended_settings_check.md)
* [How to perform a package install of DataStax suite of products using Ansible automation?](https://github.com/msmygit/dse-pkg-install)
* [How to find Apache Cassandra™ SimpleStrategy keyspaces?](scripts/Find_Cassandra_SimpleStrategy_keyspaces.md)
* [How to find DataStax Enterprise (DSE) Search core information?](scripts/dse_search_core_info_viewing.md)
* [How to find OpsCenter Alert Rules?](scripts/How_to_find_OpsCenter_Alert_Rules.md)
* [How to find OpsCenter point-in-time and scheduled backups?](scripts/Find_PIT_Scheduled_Backups_DataStax_OpsCenter.md)
* [How to customize a tarball installation of DataStax OpsCenter DSE start/stop scripts?](scripts/OpsCenter_tarball_install_custom_start-stop_scripts.md)
* [Hoe to create a CSV file cfstats/tablestats diagnostics](scripts/tablestats_analysis/Create_a_CSV_file_from_cfstats_diagnostics.md)
* [How to migrate from DSE to AstraDB using DSE Analytics Spark](scripts/dse-astra-spark-migration-main/README.md)
## [DataStax Java Driver 4.x Examples](java-driver-4.x/)
* [How to leverage `solr_query` column using Java Driver Mapper](java-driver-4.x/)
* [How to create a table with Schema Builder using Geospatial types: `PointType`, `LineStringType` and `PolygonType`](java-driver-4.x/src/main/java/com/madhavan/demos/schemabuilder/CreateTableWithSchemaBuilder.java)
---