Closed trungbanh closed 4 years ago
Hi @trungbanh ! There are 2 simple examples thow to use RBQL as a library: https://github.com/mechatroner/RBQL/blob/master/test/library_demos/table_test.py and https://github.com/mechatroner/RBQL/blob/master/test/library_demos/csv_test.py Also you can use this documentation: https://github.com/mechatroner/RBQL/blob/master/PYLIBRARY.md#api
And be prepared that RBQL generates a disposable python module for each query, so running queries with very high frequency (e.g. more than one query per second) is not recommended. Good luck and please let me know if you have other questions!
Hi @trungbanh ! There are 2 simple examples thow to use RBQL as a library: https://github.com/mechatroner/RBQL/blob/master/test/library_demos/table_test.py and https://github.com/mechatroner/RBQL/blob/master/test/library_demos/csv_test.py Also you can use this documentation: https://github.com/mechatroner/rbql-py/blob/master/LIBRARY.md
And be prepared that RBQL generates a disposable python module for each query, so running queries with very high frequency (e.g. more than one query per second) is not recommended. Good luck and please let me know if you have other questions!
mechatroner thank you
I've changed API in version 0.11:
csv_run ->query_csv
, table_run -> query_table
and generic_run -> query
I also updated documentation and example code
how i can use like
if can use it as function it must help for my data process