cdp_backend package#
Subpackages#
- cdp_backend.annotation package
- cdp_backend.bin package
- Submodules
- cdp_backend.bin.add_content_hash_to_sessions module
- cdp_backend.bin.clean_cdp_database module
- cdp_backend.bin.clean_cdp_filestore module
- cdp_backend.bin.create_cdp_database_uml module
- cdp_backend.bin.create_cdp_ingestion_models_doc module
- cdp_backend.bin.create_cdp_transcript_model_doc module
- cdp_backend.bin.get_cdp_infrastructure_stack module
- cdp_backend.bin.process_cdp_event_index_chunk module
- cdp_backend.bin.process_special_event module
- cdp_backend.bin.run_cdp_event_gather module
- cdp_backend.bin.run_cdp_event_index_generation module
- cdp_backend.bin.search_cdp_events module
- cdp_backend.bin.store_cdp_metadata_document module
- Module contents
- cdp_backend.database package
- Submodules
- cdp_backend.database.constants module
- cdp_backend.database.functions module
create_body()
create_event()
create_event_minutes_item()
create_event_minutes_item_file()
create_file()
create_matter()
create_matter_file()
create_matter_sponsor()
create_matter_status()
create_minimal_event_minutes_item()
create_minimal_person()
create_minutes_item()
create_person()
create_role()
create_seat()
create_session()
create_transcript()
create_vote()
generate_and_attach_doc_hash_as_id()
get_all_of_collection()
upload_db_model()
- cdp_backend.database.models module
Body
Event
EventMinutesItem
EventMinutesItemFile
EventMinutesItemFile.Example()
EventMinutesItemFile.Meta
EventMinutesItemFile.collection
EventMinutesItemFile.collection_name
EventMinutesItemFile.event_minutes_item_ref
EventMinutesItemFile.external_source_id
EventMinutesItemFile.id
EventMinutesItemFile.name
EventMinutesItemFile.set_validator_kwargs()
EventMinutesItemFile.uri
File
IndexedEventGram
IndexedEventGram.Example()
IndexedEventGram.Meta
IndexedEventGram.collection
IndexedEventGram.collection_name
IndexedEventGram.context_span
IndexedEventGram.datetime_weighted_value
IndexedEventGram.event_ref
IndexedEventGram.id
IndexedEventGram.stemmed_gram
IndexedEventGram.unstemmed_gram
IndexedEventGram.value
Matter
MatterFile
MatterSponsor
MatterStatus
MinutesItem
Person
Person.Example()
Person.Meta
Person.collection
Person.collection_name
Person.email
Person.external_source_id
Person.generate_router_string()
Person.id
Person.is_active
Person.name
Person.phone
Person.picture_ref
Person.router_string
Person.set_validator_kwargs()
Person.strip_accents()
Person.website
Role
Seat
Session
Session.Example()
Session.Meta
Session.caption_uri
Session.collection
Session.collection_name
Session.event_ref
Session.external_source_id
Session.id
Session.session_content_hash
Session.session_datetime
Session.session_index
Session.set_validator_kwargs()
Session.video_end_time
Session.video_start_time
Session.video_uri
Transcript
Vote
- cdp_backend.database.types module
- cdp_backend.database.validators module
- Module contents
- cdp_backend.file_store package
- cdp_backend.infrastructure package
- cdp_backend.pipeline package
- Submodules
- cdp_backend.pipeline.event_gather_pipeline module
SessionProcessingResult
SessionProcessingResult.audio_uri
SessionProcessingResult.hover_thumbnail_uri
SessionProcessingResult.session
SessionProcessingResult.session_content_hash
SessionProcessingResult.session_video_hosted_url
SessionProcessingResult.static_thumbnail_uri
SessionProcessingResult.transcript
SessionProcessingResult.transcript_uri
create_event_gather_flow()
generate_transcript()
get_events_with_backoff()
import_get_events_func()
- cdp_backend.pipeline.generate_event_index_pipeline module
- cdp_backend.pipeline.ingestion_models module
- cdp_backend.pipeline.mock_get_events module
- cdp_backend.pipeline.pipeline_config module
EventGatherPipelineConfig
EventGatherPipelineConfig.default_event_gather_from_days_timedelta
EventGatherPipelineConfig.gcs_bucket_name
EventGatherPipelineConfig.get_events_function_path
EventGatherPipelineConfig.google_credentials_file
EventGatherPipelineConfig.validated_gcs_bucket_name
EventGatherPipelineConfig.whisper_model_confidence
EventGatherPipelineConfig.whisper_model_name
EventIndexPipelineConfig
- cdp_backend.pipeline.process_event_index_chunk_pipeline module
- cdp_backend.pipeline.transcript_model module
- Module contents
- cdp_backend.sr_models package
- cdp_backend.utils package
- Subpackages
- Submodules
- cdp_backend.utils.constants_utils module
- cdp_backend.utils.file_utils module
append_to_stem()
clip_and_reformat_video()
convert_video_to_mp4()
download_video_from_session_id()
find_proper_resize_ratio()
generate_file_storage_name()
get_hover_thumbnail()
get_media_type()
get_static_thumbnail()
hash_file_contents()
parse_doc_file()
parse_document()
parse_docx_file()
parse_pdf_file()
parse_pptx_file()
remove_duplicate_space()
rename_append_to_stem()
rename_with_stem()
resource_copy()
should_copy_video()
split_audio()
vimeo_copy()
with_stem()
youtube_copy()
- cdp_backend.utils.string_utils module
- Module contents
Module contents#
Top-level package for cdp_backend.