All Projects → smolder → Similar Projects or Alternatives

464 Open source projects that are alternatives of or similar to smolder

HL7
PHP library for Parsing, Generation and Sending HL7 v2 messages
Stars: ✭ 135 (+309.09%)
Mutual labels:  hl7, hl7v2
Xsql
Unified SQL Analytics Engine Based on SparkSQL
Stars: ✭ 176 (+433.33%)
Mutual labels:  spark, datasource
HL7-dotnetcore
Lightweight HL7 C# parser and composer compatible with .Net Core and .Net Standard
Stars: ✭ 150 (+354.55%)
Mutual labels:  hl7, hl7v2
hl7v2-fhir-converter
Converts HL7 v2 Messages to FHIR Resources
Stars: ✭ 40 (+21.21%)
Mutual labels:  hl7, hl7v2
shamash
Autoscaling for Google Cloud Dataproc
Stars: ✭ 31 (-6.06%)
Mutual labels:  spark
splink
Implementation of Fellegi-Sunter's canonical model of record linkage in Apache Spark, including EM algorithm to estimate parameters
Stars: ✭ 181 (+448.48%)
Mutual labels:  spark
grafana-pnp-datasource
PNP4Nagios/RRD Datasource for Grafana
Stars: ✭ 27 (-18.18%)
Mutual labels:  datasource
hospitalrun-core
All elements shared between Frontend and Backend, including CouchDB design-documents and schemas.
Stars: ✭ 36 (+9.09%)
Mutual labels:  hl7
kafka-compose
🎼 Docker compose files for various kafka stacks
Stars: ✭ 32 (-3.03%)
Mutual labels:  spark
spark-util
low-level helpers for Apache Spark libraries and tests
Stars: ✭ 16 (-51.52%)
Mutual labels:  spark
firely-net-common
The official Firely .NET SDK for HL7 FHIR - Contains common code for all FHIR versions
Stars: ✭ 31 (-6.06%)
Mutual labels:  hl7
experiments
Code examples for my blog posts
Stars: ✭ 21 (-36.36%)
Mutual labels:  spark
spark-word2vec
A parallel implementation of word2vec based on Spark
Stars: ✭ 24 (-27.27%)
Mutual labels:  spark
visualize-data-with-python
A Jupyter notebook using some standard techniques for data science and data engineering to analyze data for the 2017 flooding in Houston, TX.
Stars: ✭ 60 (+81.82%)
Mutual labels:  spark
fhirpath
FHIRPath implementation in Python.
Stars: ✭ 25 (-24.24%)
Mutual labels:  hl7
mongodb-cakephp3
An Mongodb datasource for CakePHP 3.0
Stars: ✭ 29 (-12.12%)
Mutual labels:  datasource
yuzhouwan
Code Library for My Blog
Stars: ✭ 39 (+18.18%)
Mutual labels:  spark
spark-hadoopoffice-ds
A Spark datasource for the HadoopOffice library
Stars: ✭ 36 (+9.09%)
Mutual labels:  datasource
incubator-linkis
Linkis helps easily connect to various back-end computation/storage engines(Spark, Python, TiDB...), exposes various interfaces(REST, JDBC, Java ...), with multi-tenancy, high performance, and resource control.
Stars: ✭ 2,459 (+7351.52%)
Mutual labels:  spark
data processing course
Some class materials for a data processing course using PySpark
Stars: ✭ 50 (+51.52%)
Mutual labels:  spark
TinyCoordinator
The Swift version of ThinningCoordinator focus on lighter view controllers.
Stars: ✭ 18 (-45.45%)
Mutual labels:  datasource
redox-hl7-v2
Redox's in-house HL7v2 parser/generator
Stars: ✭ 28 (-15.15%)
Mutual labels:  hl7v2
qpp-conversion-tool
Conversion tool for QPP, particularly focused on QRDA3 -> QPP, built by Flexion.
Stars: ✭ 32 (-3.03%)
Mutual labels:  hl7
sentry-spark
Apache Spark Sentry Integration
Stars: ✭ 14 (-57.58%)
Mutual labels:  spark
NYTimesMostPopularArticles
A simple app to hit the NY Times Most Popular Articles API and show a list of articles, that shows details when items on the list are tapped (a typical master/detail app), also user able to browse/ add articles to favorite list that implements MVVM architecture using Dagger2, Retrofit, Coroutines, LiveData, RoomDatabase, Database Debugging, Data…
Stars: ✭ 38 (+15.15%)
Mutual labels:  datasource
NextLevelSeven
A fast and simple library for Health Level Seven (HL7) v2 messages.
Stars: ✭ 20 (-39.39%)
Mutual labels:  hl7
Spark-Ar
Resources for Spark AR
Stars: ✭ 43 (+30.3%)
Mutual labels:  spark
spark-sql-flow-plugin
Visualize column-level data lineage in Spark SQL
Stars: ✭ 20 (-39.39%)
Mutual labels:  spark
fastdata-cluster
Fast Data Cluster (Apache Cassandra, Kafka, Spark, Flink, YARN and HDFS with Vagrant and VirtualBox)
Stars: ✭ 20 (-39.39%)
Mutual labels:  spark
BigData-News
基于Spark2.2新闻网大数据实时系统项目
Stars: ✭ 36 (+9.09%)
Mutual labels:  spark
spark-stringmetric
Spark functions to run popular phonetic and string matching algorithms
Stars: ✭ 51 (+54.55%)
Mutual labels:  spark
spark-kubernetes
spark on kubernetes
Stars: ✭ 80 (+142.42%)
Mutual labels:  spark
grafana-simplejson-datasource-example
A simple Flask server demonstrating the basics of the Grafana simplejson datasource.
Stars: ✭ 21 (-36.36%)
Mutual labels:  datasource
tpch-spark
TPC-H queries in Apache Spark SQL using native DataFrames API
Stars: ✭ 63 (+90.91%)
Mutual labels:  spark
apollo-datasource-firestore
An Apollo DataSource for Firestore
Stars: ✭ 28 (-15.15%)
Mutual labels:  datasource
Search Ads Web Service
Online search advertisement platform & Realtime Campaign Monitoring [Maybe Deprecated]
Stars: ✭ 30 (-9.09%)
Mutual labels:  spark
dynamic-datasource-starter
springboot 动态切换数据的基本思想与实现方法
Stars: ✭ 12 (-63.64%)
Mutual labels:  datasource
leaflet heatmap
简单的可视化湖州通话数据 假设数据量很大,没法用浏览器直接绘制热力图,把绘制热力图这一步骤放到线下计算分析。使用Apache Spark并行计算数据之后,再使用Apache Spark绘制热力图,然后用leafletjs加载OpenStreetMap图层和热力图图层,以达到良好的交互效果。现在使用Apache Spark实现绘制,可能是Apache Spark不擅长这方面的计算或者是我没有设计好算法,并行计算的速度比不上单机计算。Apache Spark绘制热力图和计算代码在这 https://github.com/yuanzhaokang/ParallelizeHeatmap.git .
Stars: ✭ 13 (-60.61%)
Mutual labels:  spark
puppet-jboss
Installs JBoss EAP and WildFly application servers and manage their resources and applications in either a domain or a stand-alone mode
Stars: ✭ 15 (-54.55%)
Mutual labels:  datasource
spark-gradle-template
Apache Spark in your IDE with gradle
Stars: ✭ 39 (+18.18%)
Mutual labels:  spark
assembler
Functional, type-safe, stateless reactive Java API for efficient implementation of the API Composition Pattern for querying/merging data from multiple datasources/services, with a specific focus on solving the N + 1 query problem
Stars: ✭ 102 (+209.09%)
Mutual labels:  datasource
spark-demos
Collection of different demo applications using Apache Spark
Stars: ✭ 15 (-54.55%)
Mutual labels:  spark
grafana-csv-plugin
CSV datasource for Grafana 6.x.x / 7.x.x
Stars: ✭ 33 (+0%)
Mutual labels:  datasource
openverse-catalog
Identifies and collects data on cc-licensed content across web crawl data and public apis.
Stars: ✭ 27 (-18.18%)
Mutual labels:  spark
Micro
🏎Fast diffing and type safe SwiftUI style data source for UICollectionView
Stars: ✭ 77 (+133.33%)
Mutual labels:  datasource
docker-spark
Apache Spark docker container image (Standalone mode)
Stars: ✭ 34 (+3.03%)
Mutual labels:  spark
fhir-works-on-aws-persistence-ddb
A DynamoDB implementation of the FHIR Works on AWS framework, enabling users to complete CRUD operations on FHIR resources
Stars: ✭ 24 (-27.27%)
Mutual labels:  hl7
awesome-AI-kubernetes
❄️ 🐳 Awesome tools and libs for AI, Deep Learning, Machine Learning, Computer Vision, Data Science, Data Analytics and Cognitive Computing that are baked in the oven to be Native on Kubernetes and Docker with Python, R, Scala, Java, C#, Go, Julia, C++ etc
Stars: ✭ 95 (+187.88%)
Mutual labels:  spark
spark-netflow
NetFlow data source for Spark SQL and DataFrames
Stars: ✭ 16 (-51.52%)
Mutual labels:  datasource
frovedis
Framework of vectorized and distributed data analytics
Stars: ✭ 59 (+78.79%)
Mutual labels:  spark
spark-druid-olap
Sparkline BI Accelerator provides fast ad-hoc query capability over Logical Cubes. This has been folded into our SNAP Platform(http://bit.ly/2oBJSpP) an Integrated BI platform on Apache Spark.
Stars: ✭ 286 (+766.67%)
Mutual labels:  spark
ddal
DDAL(Distributed Data Access Layer) is a simple solution to access database shard.
Stars: ✭ 33 (+0%)
Mutual labels:  datasource
Python Master Courses
人生苦短 我用Python
Stars: ✭ 61 (+84.85%)
Mutual labels:  spark
cql
Clincal Quality Language Specification
Stars: ✭ 16 (-51.52%)
Mutual labels:  hl7
ODSC India 2018
My presentation at ODSC India 2018 about Deep Learning with Apache Spark
Stars: ✭ 26 (-21.21%)
Mutual labels:  spark
chartjs-plugin-datasource-prometheus
Chart.js plugin for Prometheus data loading
Stars: ✭ 77 (+133.33%)
Mutual labels:  datasource
PowerBI
This repository hosts well-written DAX formulas and tested Power BI PBIX samples with data sources.
Stars: ✭ 38 (+15.15%)
Mutual labels:  datasource
swordfish
Open-source distribute workflow schedule tools, also support streaming task.
Stars: ✭ 35 (+6.06%)
Mutual labels:  spark
visions
Type System for Data Analysis in Python
Stars: ✭ 136 (+312.12%)
Mutual labels:  spark
aut
The Archives Unleashed Toolkit is an open-source toolkit for analyzing web archives.
Stars: ✭ 111 (+236.36%)
Mutual labels:  spark
1-60 of 464 similar projects