Skip to content
/ pyg Public

Python tools to handle fast data management, mongodb access and timeseries analytics that work the same across pandas and numpy

Notifications You must be signed in to change notification settings

gityoav/pyg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyg

Python tools to handle

  • fast data management using dictable,
  • simplified mongodb access both sync/async and supporting seemless push/pull of complete objects and pandas dataframes
  • timeseries analytics that work the same across pandas and numpy.

A conda installation is available from my anaconda channel https://anaconda.org/yoavgit/pyg

pyg is now split into separate packages:

  • pyg-base: fast data management and DAG creation
  • pyg-mongo: synchronous mongodb access
  • pyg-timeseries: timeseries analytics
  • pyg-mongo-async: extending pyg-mongo to asynchronous mongo access using the Motor package.

About

Python tools to handle fast data management, mongodb access and timeseries analytics that work the same across pandas and numpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages