
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Management API for Delpha to work around Data inside the Cassandra Cluster
This repository is python based yet, to be open to other languages (Java, JavaScript, ...) Module to handle DB Managmenet on our Cassandra Cluster.
Need a really secure way to handle data :
Private Keys will be generated by Delpha only and will be stored inside an authentication table inside Cassandra. Users will need to match a given private key to access the DBMS. This key will be bound to the dedicated organisation, and only one Private Key will be tagged as Admin and unlock all the DBMS access.
Python : >3.8 cassandra-driver simple-salesforce requests boto3
Common
pip install -r requirements.txt
Salesforce Data Manager using Salesforce API.
sf_manager = SalesforceManager(instance_name, consumer_key, consumer_secret, salesforce_username, salesforce_pwd, personnal_token)
sf_manager.help()
res, size = sf_manager.query("SELECT Name from Contact")
Cassandra Database manager : CassandraManager.
cass_cluster = CassandraManager(key_file_path, pem_file_path, "delpha_actions")
cass_cluster.execute("SELECT * FROM actions_conv_by_user").all()
Dictionnary part of Cassandra Database manager : DictionaryManager.
manager = DictionaryManager(cass_cluster)
manager.list_tables
['keyspace1', 'keyspace2', ...]
Delpha AWS data Handler (AppFlows) : AppFlowManager.
handler = AppFlowManager(aws_key_id, aws_secret, bucket_name,'contact') #Setup contact Flow (contact dataset)
df = handler.get_flow_parquet_data()
flow_status, flow_last_execution_record = handler.start_flow(flow_name) #Start flow on AWS side
handler.ensure_spark_format(flow_name) #Check if data is in right format (.parquet)
handler.get_last_flow_id(flow_name) #Get last folder Name in bucket for specific flow.
Delpha AWS data Handler (AppFlows) : S3Manager.
S3 = S3Manager(aws_key_id, aws_secret, region) #Setup contact Flow (contact dataset)
df = S3.buckets
flow_status, flow_last_execution_record = handler.start_flow(flow_name) #Start flow on AWS side
handler.ensure_spark_format(flow_name) #Check if data is in right format (.parquet)
handler.get_last_flow_id(flow_name) #Get last folder Name in bucket for specific flow.
python setup.py sdist bdist_wheel
twine upload dist/*
FAQs
Delpha Database Management System
We found that delpha-db-manager demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.