#
scylla
Here are 38 public repositories matching this topic...
Intelligent proxy pool for Humans™
-
Updated
Apr 9, 2022 - Python
The Simplistic Information Gathering Engine | Find Advanced Information on a Username, Website, Phone Number, etc.
python
intelligence
osint
scylla
engine
python3
cybersecurity
information-security
josh
python36
information-gathering
osinttool
osint-python
schiavone
-
Updated
Feb 8, 2022 - Python
Yet another JanusGraph, Cassandra/Scylla and Elasticsearch in Docker Compose setup
docker
elasticsearch
cassandra
scylla
docker-compose
graph-database
gremlin
tinkerpop
cypher
janusgraph
titan
cypher-query-language
-
Updated
Mar 5, 2020 - Python
Gatling support for Apache Cassandra CQL
performance
scala
cassandra
scylla
load-testing
stress-testing
stress-test
cql
cassandra-cql
gatling
performance-test
performance-testing
scylladb
-
Updated
Aug 27, 2021 - Scala
vladzcloudius
commented
Apr 5, 2022
Description
Today sysctl configuration is only applied by a role but not persisted on a disk, e.g. in /etc/sysctl.conf.
As a result if a VM is rebooted, e.g. due to a cloud vendor maintenance the corresponding configuration is going to be lost.
Dynamic unpacker for WinLicense/Themida 2.x and 3.x.
-
Updated
Apr 28, 2022 - Python
Terraform module for creating Scylla clusters on AWS
-
Updated
Oct 23, 2020 - HCL
A Kafka source connector capturing Scylla CDC changes
java
kafka
nosql
scylla
kafka-connect
apache-kafka
kafka-producer
cdc
change-data-capture
debezium
event-streaming
-
Updated
Feb 18, 2022 - Java
Janus + Elastic Search + Cassandra docker container with SSL Client Certificates implemented.
elasticsearch
cassandra
scylla
gremlin
tinkerpop
janus
cassandra-cql
bigtable
janusgraph
cstar-compiler
cassandra-database
elassandra
datastax
scylladb
strapdata
elassandra-cluster
elassandra-example
cassandra-elastic-search
elastic-data
-
Updated
Nov 4, 2020 - Dockerfile
Spring Boot, Kotlin, and Reactive Scylla sample project
-
Updated
Jan 30, 2020 - Kotlin
Python script for managing and repairing Scylla Cluster.
-
Updated
Sep 11, 2019 - Python
A collection of Cassandra Tools to backup, restore, monitor, repair, and manage Apache Cassandra / Datastax Clusters.
-
Updated
Jun 13, 2021 - Jinja
Plataforma baseada em microserviços para encurtar URLs.
java
spring-boot
microservice
rabbitmq
scylla
eventstore
event-sourcing
event-driven
microservices-architecture
scylladb
java11
-
Updated
Oct 12, 2021 - Java
Terraform module for load testing a Scylla cluster with scylla-bench.
aws
database
cassandra
nosql
scylla
terraform
cql
scylladb
terraform-module
cassandra-stress
scylla-bench
-
Updated
May 17, 2021 - HCL
A modular, persistent identity management system which consumes and provisions Oauth 2.0 connections.
-
Updated
Jun 12, 2020 - Rust
SONM ScyllaDB Manager
-
Updated
Aug 20, 2018 - Shell
Improve this page
Add a description, image, and links to the scylla topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scylla topic, visit your repo's landing page and select "manage topics."
The
observableclass keeps the list ofstd::function<void(Args...)>subscribers onboard. When set (called) the value notifies all observers about the change. Beingvoidthe callback that needs to start an asynchronous operation can do nothing but send it into the background by ignoring the top-most future. It would be nice ifobservable::operator()returned back a future. This would requir