-
Updated
Jun 24, 2021 - Java
#
in-memory-database
Here are 128 public repositories matching this topic...
Apache Ignite
iot
cloud
sql
database
big-data
hadoop
cache
osgi
ignite
network-server
in-memory-database
data-management-platform
network-client
distributed-sql-database
in-memory-computing
Hyrise is a research in-memory database.
-
Updated
Jun 23, 2021 - C++
dl239
opened
May 27, 2021
In-memory event-sourced ACID-transactional distributed object graph engine for .NET Standard
-
Updated
May 15, 2021 - C#
houqp
commented
Mar 24, 2021
It's been reported by other projects that musl could lead to performance issues, so we should switch our Linux binary releases to use glibc instead to avoid these kind of potential pitfalls.
shantstepanian
commented
Jun 22, 2020
We don't want to build releases on any tags, just for releases
blazing fast, feature-rich in-memory database written in TypeScript
-
Updated
Sep 26, 2020 - TypeScript
ViyaDB in-memory columnar analytical data store
-
Updated
Oct 18, 2019 - C++
Baidu Ksarch Redis - a production solution of redis cluster
-
Updated
May 15, 2017
Run SQL queries against GeoJSON without a database
-
Updated
Jun 11, 2021 - JavaScript
Clojure in-memory database modeled on sets, not tables. Comprehend supports pattern matching, forward matching, rewriting, and transactional storage.
-
Updated
Apr 19, 2020 - Clojure
A distributed in-memory database for Conflict-free Replicated Data Types (CRDTs). 🌱 ↔️
-
Updated
Nov 2, 2019 - Pony
All code samples, scripts and more in-depth examples for The Apache Ignite Book. Include Apache Ignite 2.6 or above
java
streaming
memoization
sql
spark
hive
hadoop
microservice
spring-data
bigdata
data-frame
hibernate
depth
distributed-database
ignite
nosql-database
technic
in-memory-database
streaming-data
gridgain
developing-microservices
hibernate-ogm
in-memory-computations
in-memory-caching
technics
-
Updated
Feb 2, 2020 - TSQL
Hazelcast clustering for Kubernetes made easy.
-
Updated
Oct 4, 2019 - Dockerfile
Show case for how to integrate apache ignite with spring boot plus using the durable memory feature and sql queries over ignite in memory caches
unit-testing
spring-boot
nosql
ignite
sql-queries
in-memory-database
swagger2
jenkins-pipeline
key-value-database
in-memory-computations
spring-retry
durable-memory
-
Updated
Oct 1, 2018 - Java
Moduler Java, Embedded Tomcat, Jersey, Vue, Vue3, Composition API, PrimeVue, Restfull WebApp
jwt
vue
frontend
backend
jersey
webapp
open-api
h2
in-memory-database
fat-jar
java-11
java-modules
embeded-tomcat
-
Updated
May 1, 2021 - Java
Deprecated: Use the @encapsule/arccore package that includes the graph library
javascript
graph-algorithms
directed-graph
graph-theory
arccore
breadth-first-search
data-modeling
depth-first-search
in-memory-storage
json-container
in-memory-database
edge-classification
-
Updated
Aug 21, 2018 - JavaScript
A minimal in-memory distributed master-less document database
erlang
database
cluster
distributed-database
document-database
masterless
erlang-libraries
in-memory-database
riak-core
erlang-library
minidb
-
Updated
Nov 25, 2018 - Erlang
EscapeTeams In-Memory Object Database
-
Updated
Jun 21, 2021 - C#
Hazelcast cluster discovery mechanism for Kubernetes.
-
Updated
Feb 18, 2021 - Java
Apache Ignite 3
iot
cloud
sql
database
big-data
cache
ignite
network-server
in-memory-database
data-management-platform
network-client
distributed-sql-database
in-memory-computing
-
Updated
Jun 24, 2021 - Java
Haro is a modern immutable DataStore
nodejs
javascript
search-engine
node
key-value
storage
datastore
in-memory-storage
in-memory-database
-
Updated
Apr 7, 2021 - JavaScript
STM-based in-memory database storing persistent data structures
-
Updated
Jun 22, 2021 - Clojure
Akka persistance plugin implementation with Apache Ignite
journal
akka
akka-persistence
eventsourcing
datagrid
apache-ignite
in-memory-database
snapshot-store
-
Updated
Feb 28, 2019 - Java
A library of cross platform C# data structures. Generic B-tree written in C#, which can be replaced with NoSQL database stored in the memory of discharge requirements in real-time (Firebase, Redis Cache, SAP HANA, Exadata, OLTP, etc.).
crud
cross-platform
nosql
key-value
scripting
lock
databases
generic
data-structures
in-memory
nosql-databases
netstandard
nosql-data-storage
trees
in-memory-storage
in-memory-database
b-trre
-
Updated
May 1, 2018 - C#
Build a real-time website analytics dashboard on GCP using Dataflow, Cloud Memorystore (Redis) and Spring Boot
-
Updated
Apr 19, 2021 - Java
FAST http key/value in-memory cache/database with REST interface
-
Updated
Mar 1, 2019 - Go
In-memory, columnar, arrow-based database.
-
Updated
May 13, 2021 - C++
Improve this page
Add a description, image, and links to the in-memory-database topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the in-memory-database topic, visit your repo's landing page and select "manage topics."
Now that we support more than 1 data type, we should include the values data type in cache nodes. This give us a way of easily identifying what type of data a key points to e.g. string, queue (and more types in the future)
Currently a cache node object consists of a
Key, aValueand aTTL. We should also add a field specifying the type of theValue