memsql
There are 37 repositories under memsql topic.
PlaytikaOSS/testcontainers-spring-boot
Container auto-configurations for Spring Boot based integration tests
morozovsk/php-arrays-in-memory-comparison
How to store 11kk items in memory? Comparison of methods: array vs object vs SplFixedArray vs pack vs swoole_table vs swoole_pack vs redis vs memsql vs node.js arrays in php7
DataGrip/docker-env
Docker environment for DataGrip testing
kokizzu/hugedbbench
huge list of database benchmark
singlestore-labs/singlestore-workshop-data-intensive-app
This repo provides a starting point for building applications using SingleStore, Redpanda (by Vectorized), and the Go language. SingleStore is a scale-out relational database built for data-intensive workloads. Redpanda is a Kafka API compatible streaming platform for mission-critical workloads created by the team at Vectorized.
memsql/deployment-docker
This repository contains our official deployment Docker images for various products.
americanexpress/bloom
BLooM is a configuration driven bigdata framework to load massive data into MemSQL
luizanisio/Doc2VecFacil
Classe responsável por simplificar o processo de criação de um modelo Doc2Vec (gensim) com facilitadores para geração de um vocab personalizado e com a geração de arquivos de curadoria. Dicas usando elasticsearch e singlestore.
luizanisio/Doc2VecRapido
Classe responsável por simplificar o processo de criação de um modelo Doc2Vec (gensim) de forma simples, sem muita configuração. Dicas usando elasticsearch e singlestore.
alecpowell18/kafka-flight-demo
Using OpenSky API to track flights in real-time. Kafka + MemSQL/BigQuery
aravinthsci/Spark-DB-Connector
Sharing Examples for Apache Spark
Artum/memsql-studio
Docker file to create MemSQL Studio docker image
maurodelazeri/memsql-cpp-connector
MemSQL connector with pool of connections for c++
zachvictor/sqlinsert
Generate SQL INSERT statement from Go struct with struct tags. Works with standard database/sql package.
nevrending/singlestoredb-studio
Container image with SingleStoreDB Studio installed.
katoni/memsql-studio-docker
Docker image for MemSQL Studio
luizanisio/estudando-ia
Compartilhando algumas dicas e estudos de IA e ML usando ElasticSearch, SingleStore/MemSQL, Python e ferramentas/framework de IA/ML para facilitar o trabalho de quem está iniciando nessa área. Divirta-se!
mikeczabator/memsql_procedure_backup
Shell script to dump all stored procedures from MemSQL cluster
rongfengliang/memsql-kafka-pipeline-docker-compose
memsql-kafka-pipeline-docker-compose
suellenmartinelli/newsql_disponibilidade
Projeto gerado para a disciplina de Tópicos em Banco de Dados (2020/2) - Profa. Dra. Sahudy Montenegro González, com a finalidade de elaborar um tutorial prático com dois sistemas de bancos de dados <em>NewSQL</em>, sendo eles estudados sob a ótica da disponibilidade. <br> Autores: Angélica Cunha dos Santos, Maylon Pires Macedo e Suéllen Rodolfo Martinelli.
cristobalgvera/docker-files
Project to store personal Docker compose files
mikeczabator/check_sql_mode_pipes_as_concat
MemSQL UDF to check if sql_mode = PIPES_AS_CONCAT
mikeczabator/compare_databases_table_counts
compares MemSQL table count to Druid
mikeczabator/dbcheck
checks MemSQL databases in list to see if they are online. prints error if they are not.
ariefrahmansyah/memsql-operator-chart
memsql-operator helm chart
burakince/singlestoredb-studio
MemSQL Studio Docker Image
mikeczabator/json_export
Formats a SQL result set in a JSON format. Built and tested for MySQL and MemSQL
mikeczabator/mask_cluster_report
Removes the IP addresses from the MemSQL cluster report.
mikeczabator/MemSQL-MPSQL-QUOTENAME
QUOTENAME function for MemSQL MPSQL which mimics the functionality of T-SQL QUOTENAME
mikeczabator/memsql_hosts_network_check
check latency and ping for the hosts in memsql-admin list-nodes
mikeczabator/memsql_pipeline_offset_summary
memsql pipeline offset summary
mikeczabator/memsql_reads_writes
Displays the `Rows_affected_by_writes` / `Rows_returned_by_reads` value deltas at set intervals.
mikeczabator/records_per_second
runs a count(*) on a table every 1 second, and calculated the delta at each interval, effectively giving you a rough RPS in a single table.
rongfengliang/prisma-memsql-demo
prisma-memsql-demo
TokisakiKurumi2001/Luhn_large_scale
1M records with 16-digit card number, find out the valid card number with MemSQL