2 रिपॉजिटरी
Systems for managing structured attributes associated with specific domains or entities.
Distinct from Domain Management: The candidates focus on DNS/Web domains, whereas SDB is a key-value attribute store.
Explore 2 awesome GitHub repositories matching data & databases · Attribute Stores. Refine with filters or upvote what's useful.
Moto is a cloud service mockery framework and API mock server that simulates AWS infrastructure locally. It allows developers to test cloud-dependent code and verify infrastructure-as-code templates without deploying real resources or incurring costs. The project functions as an SDK interceptor that can patch existing service clients to redirect requests to a local mock environment. It can also be run as a standalone HTTP server, enabling any programming language to interact with the simulated endpoints. The framework covers a vast array of simulated capabilities, including data storage, com
Simulates the creation of domains and the management of associated attributes within a simple database service.
Datascript is an immutable, in-memory state store and schema-based triple store. It manages application state as a versioned database, storing data as immutable facts consisting of an entity, attribute, value, and transaction. The project provides a logic engine for executing Datalog queries with support for implicit joins, recursive rules, and negation. It also features a declarative pull API for retrieving deeply nested entity graphs and related data structures. The database enforces data integrity through schema-driven constraints and attribute types. It supports atomic transactions, plug
Implements a schema-based triple store using an EAVT model for flexible data representation.