tangled
alpha
login
or
join now
edavis.dev
/
monarch
an app.bsky.* indexer
1
fork
atom
overview
issues
pulls
pipelines
commits
Author
Commit
Message
Date
Eric Davis
e669ccdf
drop actor profiles for now
4mo ago
Eric Davis
77446847
only crawl hosts once
4mo ago
Eric Davis
fdec2f90
use jsonEncode
4mo ago
Eric Davis
4a8d1810
different approach
4mo ago
Eric Davis
557eea02
unmarshal CBOR
4mo ago
Eric Davis
ceeab327
use json.RawMessage
4mo ago
Eric Davis
445374ef
first pass at JSONB
4mo ago
Eric Davis
d890b13e
bring back HandleUpsert
4mo ago
Eric Davis
353ee934
do one final firehose persist on exit
4mo ago
Eric Davis
6c13a22c
add Model
4mo ago
Eric Davis
0523a904
use cursor service in census, fixup firehose cursor saving
4mo ago
Eric Davis
fd27375b
go fmt
4mo ago
Eric Davis
fe6b736c
dynamic host/repo updates
4mo ago
Eric Davis
6cef528f
create firehoseCursor model, drop cursorRecord model
4mo ago
Eric Davis
70cd3cf2
remove indigo replace directive
4mo ago
Eric Davis
b9e567bb
upgrade indigo
4mo ago
Eric Davis
d89ebf9b
add relay-host flag
4mo ago
Eric Davis
02dbec40
fix(census): set curs before next page fetch
4mo ago
Eric Davis
2a2a947f
drop "errors" import
4mo ago
Eric Davis
f5a081eb
don't wait on endctx
4mo ago
Eric Davis
3b335763
move app.Stop out of go routine, use simple chan receive for endctx
4mo ago
Eric Davis
fa63ed0b
fixup context stop/cancel patterns
4mo ago
Eric Davis
56fbded0
convert firehose seq to string
4mo ago
Eric Davis
191eef0d
omit associations when creating
This breaks some ON CONFLICT stuff
4mo ago
Eric Davis
2f19a2a3
use SetReposCursor, log cursor flush
4mo ago
Eric Davis
4aa8b136
add flags for backfill workers/consumers
4mo ago
Eric Davis
23ab318d
move to cli/v2 and cliutil
4mo ago
Eric Davis
0a735878
tweak some error handling
4mo ago
Eric Davis
c03aa1e3
add ID primary keys where missing
4mo ago
Eric Davis
29c6ab14
switch to upsertRecord
4mo ago
Eric Davis
3ce4905d
Merge branch 'bad-nulls'
4mo ago
Eric Davis
86e2a43b
go fmt
4mo ago
Eric Davis
08ca8e2b
drop debug
4mo ago
Eric Davis
74e21978
split out create from update
4mo ago
Eric Davis
fcc62363
WIP of why subject/via are inconsistently added
4mo ago
Eric Davis
83aec1a5
make rules generic
4mo ago
Eric Davis
9bbf0eb6
add GraphStarterpackID to GraphStarterpack_Feed
4mo ago
Eric Davis
4dd8dd44
return GraphFollow pointer directly
4mo ago
Eric Davis
b6d51c74
fixup how embedding rules are done on postgates
4mo ago
Eric Davis
b23a5cc9
embed Reply on FeedPost
4mo ago
Eric Davis
d9a9d57a
embed Subject/Via on FeedLike
4mo ago
Eric Davis
baacebf5
embed Embed on ActorStatus
4mo ago
Eric Davis
85c97768
embed JoinedViaStarterPack/PinnedPost on ActorProfile
4mo ago
Eric Davis
4660f09d
go fmt
4mo ago
Eric Davis
75d5677a
rm models/models.go
4mo ago
Eric Davis
39d72823
add ActorDeclaration (chat)
4mo ago
Eric Davis
b97c81e2
add GraphFollow
4mo ago
Eric Davis
51b69705
add FeedThreadgate
4mo ago
Eric Davis
4082807f
add FeedRepost
4mo ago
Eric Davis
9d06a096
add FeedPostgate
4mo ago
Eric Davis
8f4a54fe
add FeedPost
4mo ago
Eric Davis
b0cfee1b
go fmt
4mo ago
Eric Davis
ec77ec06
add FeedLike
4mo ago
Eric Davis
e5f1be0a
re-enable ActorProfile, GraphBlock, GraphListblock, GraphListitem
4mo ago
Eric Davis
5696b0a6
add GraphStarterpack_Feed to AutoMigrate
4mo ago
Eric Davis
8553d11a
go fmt
4mo ago
Eric Davis
bcc8fc9d
drop GraphListitem for now
4mo ago
Eric Davis
1c8db3c1
fixup LabelerService and skip some collections for now
4mo ago
Eric Davis
3ee7b355
add LabelerService
4mo ago
Eric Davis
12aa44a9
add GraphVerification
4mo ago
drop actor profiles for now
e669ccdf
Eric Davis
4mo
only crawl hosts once
77446847
Eric Davis
4mo
use jsonEncode
fdec2f90
Eric Davis
4mo
different approach
4a8d1810
Eric Davis
4mo
unmarshal CBOR
557eea02
Eric Davis
4mo
use json.RawMessage
ceeab327
Eric Davis
4mo
first pass at JSONB
445374ef
Eric Davis
4mo
bring back HandleUpsert
d890b13e
Eric Davis
4mo
do one final firehose persist on exit
353ee934
Eric Davis
4mo
add Model
6c13a22c
Eric Davis
4mo
use cursor service in census, fixup firehose cursor saving
0523a904
Eric Davis
4mo
go fmt
fd27375b
Eric Davis
4mo
dynamic host/repo updates
fe6b736c
Eric Davis
4mo
create firehoseCursor model, drop cursorRecord model
6cef528f
Eric Davis
4mo
remove indigo replace directive
70cd3cf2
Eric Davis
4mo
upgrade indigo
b9e567bb
Eric Davis
4mo
add relay-host flag
d89ebf9b
Eric Davis
4mo
fix(census): set curs before next page fetch
02dbec40
Eric Davis
4mo
drop "errors" import
2a2a947f
Eric Davis
4mo
don't wait on endctx
f5a081eb
Eric Davis
4mo
move app.Stop out of go routine, use simple chan receive for endctx
3b335763
Eric Davis
4mo
fixup context stop/cancel patterns
fa63ed0b
Eric Davis
4mo
convert firehose seq to string
56fbded0
Eric Davis
4mo
omit associations when creating
This breaks some ON CONFLICT stuff
191eef0d
Eric Davis
4mo
use SetReposCursor, log cursor flush
2f19a2a3
Eric Davis
4mo
add flags for backfill workers/consumers
4aa8b136
Eric Davis
4mo
move to cli/v2 and cliutil
23ab318d
Eric Davis
4mo
tweak some error handling
0a735878
Eric Davis
4mo
add ID primary keys where missing
c03aa1e3
Eric Davis
4mo
switch to upsertRecord
29c6ab14
Eric Davis
4mo
Merge branch 'bad-nulls'
3ce4905d
Eric Davis
4mo
go fmt
86e2a43b
Eric Davis
4mo
drop debug
08ca8e2b
Eric Davis
4mo
split out create from update
74e21978
Eric Davis
4mo
WIP of why subject/via are inconsistently added
fcc62363
Eric Davis
4mo
make rules generic
83aec1a5
Eric Davis
4mo
add GraphStarterpackID to GraphStarterpack_Feed
9bbf0eb6
Eric Davis
4mo
return GraphFollow pointer directly
4dd8dd44
Eric Davis
4mo
fixup how embedding rules are done on postgates
b6d51c74
Eric Davis
4mo
embed Reply on FeedPost
b23a5cc9
Eric Davis
4mo
embed Subject/Via on FeedLike
d9a9d57a
Eric Davis
4mo
embed Embed on ActorStatus
baacebf5
Eric Davis
4mo
embed JoinedViaStarterPack/PinnedPost on ActorProfile
85c97768
Eric Davis
4mo
go fmt
4660f09d
Eric Davis
4mo
rm models/models.go
75d5677a
Eric Davis
4mo
add ActorDeclaration (chat)
39d72823
Eric Davis
4mo
add GraphFollow
b97c81e2
Eric Davis
4mo
add FeedThreadgate
51b69705
Eric Davis
4mo
add FeedRepost
4082807f
Eric Davis
4mo
add FeedPostgate
9d06a096
Eric Davis
4mo
add FeedPost
8f4a54fe
Eric Davis
4mo
go fmt
b0cfee1b
Eric Davis
4mo
add FeedLike
ec77ec06
Eric Davis
4mo
re-enable ActorProfile, GraphBlock, GraphListblock, GraphListitem
e5f1be0a
Eric Davis
4mo
add GraphStarterpack_Feed to AutoMigrate
5696b0a6
Eric Davis
4mo
go fmt
8553d11a
Eric Davis
4mo
drop GraphListitem for now
bcc8fc9d
Eric Davis
4mo
fixup LabelerService and skip some collections for now
1c8db3c1
Eric Davis
4mo
add LabelerService
3ee7b355
Eric Davis
4mo
add GraphVerification
12aa44a9
Eric Davis
4mo
next