Hacker Newsnew | past | comments | ask | show | jobs | submit | johnnunn's commentslogin

Just wondering, can one embed the observable framework page into another site ? Or should it have to be a separate static site as demoed in the website.


From what I read when Framework was released, currently it is a static site generator and can't be embedded into another site like a library.


Thank you.


I have a use case, where my company's application logs will be shipped to S3 in a directory structure such as application/timestamp(one_hour)_logs.parquet. We want to build a simple developer focussed UI, where we can query for a given application for a time range and retrieve a bunch of s3 blobs in that time range and brute force search for the desired string. I see that roapi offers a REST interface for a fixed set of files but I would like to dynamically glob newer files. Are there are alternatives that can be used too ? Thanks


If you're already using parquet, it might be worth looking at the concept of datasets e.g. https://arrow.apache.org/docs/python/generated/pyarrow.parqu...


Amazon Athena + AWS Glue for schema discovery can do this.


Trino can do this.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: