Wykres commitów

37 Commity (181d1769a04c86fea5c5b9ca2a465a65ea097bbd)

Autor SHA1 Wiadomość Data
Yhtyyar Sahatov 181d1769a0 fixed cli choices, added help messages 2022-05-26 15:22:09 +03:00
Yhtyyar Sahatov 73edce2952 BlockchainType -> AvailableBlockchainType 2022-05-26 15:13:30 +03:00
Yhtyyar Sahatov 8594ba9bf5 checking for None for checkpoint 2022-04-05 14:01:38 +03:00
Yhtyyar Sahatov c11fbe0e30 fixed checkpointing 2022-04-04 18:00:55 +03:00
Yhtyyar Sahatov 86efbad8c2 logging last saved block 2022-04-04 17:47:39 +03:00
Yhtyyar Sahatov 6b0015f8f2 added blockchaintype to checkpoint 2022-04-04 17:41:14 +03:00
Yhtyyar Sahatov 2691d62b79 Added checkpointing 2022-04-04 17:37:21 +03:00
Yhtyyar Sahatov 5c8d003079 added tokenAddress 2022-03-25 18:02:10 +03:00
Yhtyyar Sahatov 0b8ab06865 dataset builder update 2022-03-07 18:08:44 +03:00
Neeraj Kashyap 45d7d32ad5 Added ownership_transitions derived dataset 2021-10-08 07:01:43 -07:00
Neeraj Kashyap 841189319b quartile -> quantile 2021-10-07 19:30:41 -07:00
Neeraj Kashyap 23c91845cb
Merge pull request #304 from bugout-dev/add-copy-method-for-dataset
Add ability copy sqlite3 database with filter and add dirive.
2021-10-07 19:26:52 -07:00
Andrey Dolgolev 1c76d2fb1d Add fixes. 2021-10-08 04:01:19 +03:00
Andrey Dolgolev 97b20b872d Fix misspell. 2021-10-08 03:25:29 +03:00
Andrey Dolgolev 531b98f74d Add mints and transfers connections. 2021-10-07 18:06:49 +03:00
Andrey Dolgolev 306e4c5ac6 Remove type. 2021-10-06 22:44:35 +03:00
Andrey Dolgolev 813e000fc1 Add imports. 2021-10-06 22:42:15 +03:00
Andrey Dolgolev 6a7e1af732 Commented qurtile distribution. 2021-10-06 22:41:21 +03:00
Andrey Dolgolev 5ffa9c4f27 Add table:
Values distributions
Transfers days holding
First transfers after mints days distributions.
Add fixes.
Remove type filter now is unrequired.
2021-10-06 22:36:44 +03:00
Neeraj Kashyap c0b315ddae --derive_functions -> --derive-functions 2021-10-05 11:33:00 -07:00
Andrey Dolgolev 9605f4ef52 Add transfer_statistics_by_address. 2021-10-05 19:49:30 +03:00
Andrey Dolgolev b635412a3d Remove comments. 2021-10-05 19:36:14 +03:00
Andrey Dolgolev 45b84785e3 Add ability copy sqlite3 database with aplling filter. 2021-10-05 19:33:53 +03:00
yhtiyar 9dea56b84c Merge branch 'dataset-nfts' of github.com:bugout-dev/moonstream into dataset-nfts 2021-10-04 19:29:57 +03:00
yhtiyar c543ab92f5 added enrich command 2021-10-04 19:24:11 +03:00
Neeraj Kashyap 9a8c6444f7 Merge branch 'dataset-nfts' of github.com:bugout-dev/moonstream into dataset-nfts 2021-10-04 08:30:23 -07:00
Neeraj Kashyap 6794cbf74b Fixed import data column order
This was a nasty bug.
2021-10-04 08:26:33 -07:00
Andrey Dolgolev b51922c13f Merge branch 'dataset-nfts' of github.com:bugout-dev/moonstream into dataset-nfts 2021-10-04 16:52:51 +03:00
Andrey Dolgolev 3e4acd4d5c Add distribution values request. 2021-10-04 16:49:35 +03:00
Neeraj Kashyap 2f3978d416 Added "nfts import-data" command
Tested on small databases. Yet to test on real datasets.

First test will be merge of @Yhtiyar's dataset with transfers and my
dataset with mints.
2021-10-02 11:16:16 -07:00
Neeraj Kashyap 4be1fe4d7a Added "nfts derive" command
Removed old web3 provider code in favor of @Andrei-Dolgolev's batching
interface.
2021-09-29 12:56:39 -07:00
yhtiyar fe4fa6c6fd temporary fix 2021-09-29 15:41:50 +03:00
Andrey Dolgolev e4f1fc2d15 Add init version off jrps requests class. 2021-09-28 16:50:02 +03:00
Neeraj Kashyap 897bfda684 Working version of "nfts initdb" and "nfts materialize"
Started a job to collect NFT mints from production to a local SQLite
datastore.

It looks like it will take a few hours to complete.
2021-09-26 13:06:09 -07:00
Neeraj Kashyap 6439324aba Added some datastore (to SQLite) functionality
Set up CLI framework, as well.
2021-09-26 11:14:40 -07:00
yhtiyar 098aea7d20 Made preprocess method that will add missing fields to NftEvent from web3 2021-09-25 22:44:41 +03:00
Neeraj Kashyap 072a86c8fc Got started on materialization code for intermediate datasets
These are the steps required to produce the raw dataset referenced here:
https://github.com/bugout-dev/moonstream/issues/272#issuecomment-926087702

Intermediate steps:
https://github.com/bugout-dev/moonstream/issues/272#issuecomment-927144872
2021-09-25 10:23:33 -07:00