Skip to content
#

data-flow

Here are 143 public repositories matching this topic...

dannyroosevelt
dannyroosevelt commented May 2, 2022

Is there a specific app this action is for?
data_stores

New actions

  • List keys in Data Store: await this.db.keys()
  • Delete all keys in a Data Store: await this.db.clear() (include a note about this being an irreversible change, so use with caution)
  • Check existence of keys: await this.db.has(key) (returns true/false)

Updates to existing actions

  • Can we use async
enhancement help wanted good first issue action
dffml
pdxjohnny
pdxjohnny commented Mar 11, 2022

Reference the Meta Static Analysis example to create a new operations in dffml/operation/datetime.py . Add the file and make two operations, one which returns datatime.datetime.now() and another which takes the output of the first operation and formats the date in the same format as https://intel.github.io/dffml/master/examples/integration.html#training-our-model

good first issue

Improve this page

Add a description, image, and links to the data-flow topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-flow topic, visit your repo's landing page and select "manage topics."

Learn more