#
data-abstraction
Here are 10 public repositories matching this topic...
Fluid, elastic data abstraction layer for BigData/AI applications in cloud native systems
-
Updated
Sep 12, 2020 - Go
Copy-hiding array abstraction to automatically migrate data between memory spaces
-
Updated
Sep 10, 2020 - C++
Tools to make Unity3D UI connections better.
-
Updated
Jul 28, 2020 - C#
Estimate Avogadro's number using video microscopy of Brownian motion.
-
Updated
Aug 29, 2020 - Python
FlairJS - True Object Oriented JavaScript
javascript
car
es6
inheritance
javascript-library
polymorphism
oops
encapsulation
bmw
object-oriented-programming
oojs
data-abstraction
-
Updated
Sep 7, 2020 - JavaScript
A framework for fast development of scalable data pipelines following a simple design pattern
python
data-science
data
machine-learning
data-mining
pipeline
pipelines
design-patterns
pipeline-framework
data-analytics
data-analysis
task-queue
reproducibility
data-processing
data-pipelines
pipeline-stages
data-abstraction
-
Updated
Jul 29, 2020 - Python
Simple data abstraction layer to use in a brower
-
Updated
Sep 4, 2020 - TypeScript
This project is created to demonstrate the possibility of managing data in your React project that talks to external REST API through Context API and custom Hooks, increasing your code quality and maintainability.
react
rest-api
nextjs
json-server
code-maintance
data-abstraction
quality-code
context-api-react
custom-hooks
-
Updated
Aug 10, 2020 - JavaScript
Improve this page
Add a description, image, and links to the data-abstraction topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-abstraction topic, visit your repo's landing page and select "manage topics."
Description & context
Users can specify names for their nodes to identify them more easily. When a name is not explicitly specified, Kedro auto-generates a default name. You can see this in the
name
property onNode
.The current auto-generated name for a node looks something like this:
func_name(inputs) -> outputs
. (see implementation of__str__
method on theNode
class)This is