py1010#
The 1010data Python SDK enables developers to create applications that connect their applications to the 1010data Insights Platform for processing and retrieval of big data.
This guide contains the information you need to start developing a new application if this is your first time working with the SDK. The Python SDK enables the development of both single-threaded and multi-threaded applications, working with either single-user Insights Platform sessions or SAM pools.
See Example projects for longer examples and py1010 reference for a complete reference to py1010.
Note
Unless otherwise indicated, the examples in this guide are written for Python 3.
Contents#
- Installing py1010
- Basic usage
- Shared Access Management pools
- Best practices
- Example projects
- py1010 reference
- py1010: 1010data Insights Platform’s Python SDK
DBMErrorTentenClosedSessionExceptionTentenExceptionTentenNotLastExceptionTentenNotRunExceptionTentenPoolFullExceptionTentenTransactionExceptionAWSKeyAddtableStatusBaseQueryCloudKeyColumnColumn.defaultAConv()Column.defaultFConv()Column.defaultIConv()Column.defaultJConv()Column.fetchrows()Column.format_value()Column.get()Column.getaConv()Column.getfConv()Column.getiConv()Column.getjConv()Column.getlocal()Column.has()Column.decColumn.formatColumn.format_typeColumn.ktypeColumn.nameColumn.nrowsColumn.rawValuesColumn.titleColumn.typeColumn.widthColumn.win_size
ColumnInfoDBMDoDirEntryDirectoryHolderMetaDataOktaLoginQueryQuery.colbyname()Query.dictslice()Query.expand()Query.formatted_row()Query.freshen()Query.getrow()Query.has()Query.resave()Query.rowasdict()Query.rowiterator()Query.run()Query.save()Query.saveFile()Query.saveTableMaterialize()Query.saveToFTP()Query.cursorQuery.ldescQuery.messagetextQuery.modelcolsQuery.nrowsQuery.rawValuesQuery.rowsQuery.sdescQuery.titleQuery.transfermodeQuery.win_endQuery.win_sizeQuery.win_start
RowIteratorSessionSession.addKey()Session.addTable()Session.addTableEnd()Session.addTableFeed()Session.addTableSpecs()Session.addTableStatus()Session.addTableStatusList()Session.api2()Session.authenticateCredentials()Session.autoSpec()Session.autoSpecFile()Session.clearCache()Session.close()Session.createDirectory()Session.dbm()Session.debugAccum()Session.delKey()Session.directory()Session.disableLog()Session.dropTable()Session.enableLog()Session.getQueryOps()Session.getRetry()Session.getUID()Session.logRawXML()Session.memUsage()Session.mergeTablesMaterialize()Session.moveTable()Session.peekOnce()Session.ptr()Session.putKey()Session.query()Session.readKeys()Session.releaseUID()Session.relog()Session.saveTableMaterialize()Session.searchTables()Session.setRetry()Session.setUserAgent()Session.setXFF()Session.stop()Session.updateObject()Session.uploadToFTP()Session.uploadXMLTable()Session.warmPool()Session.APIversionSession.epwSession.ignoreSSLErrorsSession.lastResponseSession.messagetextSession.pswdSession.rcSession.realurlSession.reuseConnectionSession.sessionidSession.sidSession.systemVersionSession.timeoutSession.transactionsSession.urlSession.userAgentSession.username
SourceColumnInfoSourceColumnInfo.AlphaSourceColumnInfo.SkipSourceColumnInfo.WriteSourceColumnInfo.alphaSourceColumnInfo.expSourceColumnInfo.formatSourceColumnInfo.nameSourceColumnInfo.nowriteSourceColumnInfo.orderSourceColumnInfo.scaleSourceColumnInfo.skipSourceColumnInfo.titleSourceColumnInfo.typeSourceColumnInfo.width
SourceFileSourceInfoSourceInfo.ArchSourceInfo.AutoCorrectTypeSourceInfo.RecTypeSourceInfo.SrcTypeSourceInfo.getWorksheets()SourceInfo.init()SourceInfo.archSourceInfo.autoCorrectSourceInfo.begbytesSourceInfo.begrecsSourceInfo.eorSourceInfo.filesSourceInfo.filter_targetSourceInfo.fix_maskSourceInfo.formatSourceInfo.ignoreNullSourceInfo.maskwSourceInfo.mchrSourceInfo.numColsSourceInfo.numFilesSourceInfo.numrecsSourceInfo.padSourceInfo.rectypeSourceInfo.sepSourceInfo.sourceTypeSourceInfo.truncate
SourceSpecTableInfoTableInfo.ModeTableInfo.PermTableInfo.SegTypeTableInfo.TimeSeriesTableInfo.init()TableInfo.accessTableInfo.chartTableInfo.favoriteTableInfo.idTableInfo.ldescTableInfo.linkTableInfo.materializeTableInfo.maxdownTableInfo.mergeTableInfo.methodTableInfo.modeTableInfo.nameTableInfo.numBytesTableInfo.numColsTableInfo.numRowsTableInfo.ownTableInfo.ownerTableInfo.reportTableInfo.responsibleTableInfo.sdescTableInfo.secureTableInfo.segmentationTableInfo.segsTableInfo.segsizeTableInfo.segtypeTableInfo.sortTableInfo.stripeTableInfo.stripe_factorTableInfo.timeSeriesTableInfo.titleTableInfo.typeTableInfo.updateTableInfo.users
TableSpecby()flushpool()resetpool()sampoolstatus()st()startLogging()stopLogging()warmpool()
- Troubleshooting and support
- Changelog